﻿h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0 0 5px 0;
}

h3 {
    float: left;
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 10px 0;
}

@media only screen and (max-width: 700px) {
    h2 {
        background-color: #efefef;
        font-size: 24px;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 500px) {
    h2 { font-size: 18px; }

    h3 { font-size: 18px; }
}

@media only screen and (max-width: 400px) {
    h1 { font-weight: 600; }

    h2 {
        font-size: 18px;
        font-weight: 600;
    }

    h3 { text-align: center; }
}


@media only screen and (max-width: 768px) {
    .ColumnText { margin-right: 0 !important; }
}

.homeAus { margin: 20px 35px 0 35px; }

.homeHeading {
    float: left;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    width: 100%;
}

.homeIcon {
    height: 155px;
    text-align: center;
    width: 114px;
}

/* used in the content */

.homeText {
    display: block;
    width: 100%;
}

.homePhoto {
    float: left;
    padding: 10px 10px 10px 0;
}

/* -- */


.homePhotoText {
    float: left;
    /*margin: 35px 0 0 0;*/
}


@media only screen and (max-width: 768px) {
    .homePhotoText { height: auto !important; }
}


@media only screen and (max-width: 450px) {
    .AuMap { display: none; }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .AuMap {
        margin: 0 auto !important;
        width: 50% !important;
    }
}

.AuMap { margin: 20px auto 0 auto !important; }

@media only screen and (max-width: 600px) {
    .AuMap {
        margin: 0 auto !important;
        width: 100% !important;
    }
}