
body {
}

.page-background-image {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 900px;
    background-image: url('/images/feralScan/page-elements/AusOutback-crop.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.page-header-container {
    padding: 12px 0;
}

.page-header-breakout {
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px solid white;
}

.page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.page-header-feralscan-logo {
    position: relative;
    display: inline;
    height: 103px;
}

.page-header-left {
    position: relative;
    z-index: 4;
}

.page-header-left-icon {
    position: relative;
    padding-top: 15px;
}

.page-header-left-text {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 0.7rem;
    padding-left: 25px;
}

    .page-header-left-text a {
        color: white;
    }

.page-header-right {
    position: relative;
    text-align: center;
    z-index: 5;
    color: #F37337;
    text-align: center;
}

    .page-header-right h3 {
        margin: 0;
        line-height: 1.8rem;
    }

h3 {
    margin: 12px 0 0 0;
    font-size: 1.3rem;
}

.secondary {
    color: white;
}

.tertiary {
    color: #F73939
}

.bigscreen-text {
    display: block;
}

.feral-animal-icons-table {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    z-index: 5;
}

.animal-icon > img:first-of-type {
    display: block;
}

.animal-icon > img:nth-of-type(2) {
    display: none;
}

.animal-icon:hover > img:first-of-type {
    display: none;
}

.animal-icon:hover > img:nth-of-type(2) {
    display: block;
}

.animal-icon, .animal-icon:hover {
    text-decoration: none;
}

    .animal-icon:hover p, .animal-icon:hover span {
        color: #BAD6E1;
    }

    .animal-icon p, .coming-soon-animal-p {
        color: #ffffff;
        text-align: center;
        margin: 0 0 10px 0;
        font-size: 1.1rem;
        font-weight: normal;
    }

    .animal-icon p {
        margin: 0;
    }

.faded-background {
    background: rgba(0,0,0,0.2);
}

.animal-icon p > span, .coming-soon-animal-p > span {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
}

.animal-icon {
    width: 130px;
    margin: 8px;
}

    .animal-icon > img {
        width: 100%;
    }

.home-section {
    padding: 0 10px 0px 10px;
    position: relative;
    z-index: 4;
}

.home-section-banner {
    padding: 8px;
    margin: 15px 0;
}

.home-section-supporters {
    background: white;
}

.home-section-title {
    z-index: 5;
    padding: 15px;
    padding-top: 80px;
}

    .home-section-title > h1 {
        position: relative;
        z-index: 5;
        font-size: 2.0rem;
        line-height: 2.5rem;
        font-weight: 700;
        color: white;
    }

.home-section-inner > h3 {
    color: white;
    font-size: 1.1rem;
    line-height: 1.7rem;
    margin: 4px 0 0 0;
}

.home-title-banner-large {
    position: relative;
    z-index: 5;
    width: 550px;
    display: none;
}

.home-title-banner-small {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 38px;
    background-color: #E5763E;
    text-align: center;
    padding-top: 5px;
    display: block;
}

.home-title-banner-small > text {
    color: white;
}

.home-section-title-secondary {
    position: relative;
    background-color: #E5763E;
    height: 40px;
    width: 340px;
    border-radius: 30px;
    margin-top: 40px;
    z-index: 5;
}

.horizontal-center {
    margin: 0 auto;
}

.title-secondary {
    padding: 0;
    text-align: center;
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    padding-top: 2px;
    margin-top: 10px;
}

.page-background-glow-top {
    position: absolute;
    width: 100%;
    height: 30%;
    top: -20px;
    left: 0;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,#1D2F48 90%);
    z-index: 3;
}

.page-background-glow-bottom {
    position: absolute;
    width: 100%;
    height: 35%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,#E5763E 70%);
    z-index: 3;
}

.home-banner-path {
    fill: #E5763E;
}

.home-banner-text {
    fill: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
}

.text-shadow {
    text-shadow: #222 1px 0 10px;
}

@media only screen and (max-width: 400px) {
    .page-header {
        flex-direction: column;
    }
}

@media only screen and (min-width: 400px) {
    .page-header-right {
        font-size: 16px;
    }
    .home-section-inner {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media only screen and (min-width: 500px) {
    .page-header-right {
        color: #F37337;
    }

    .page-header-container {
        padding: 12px;
    }

    

        .home-section-inner > h3 {
            font-size: 1.3rem;
            line-height: 2.2rem;
            margin-top: 12px;
        }

    .feral-animal-icons-table {
        padding-top: 8px;
    }

    .page-header-left-text {
        font-size: 0.8rem;
        padding-left: 0;
    }
}

@media only screen and (min-width: 662px) {
    .home-title-banner-large {
        display: block;
    }

    .home-title-banner-small {
        display: none;
    }
}

@media only screen and (min-width: 800px) {
    .animal-icon {
        padding: 0.25rem;
    }

    .page-background-glow-top {
        top: 0px;
    }

    .page-background-image {
        top: 0px;
    }

    .page-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        border-bottom: none;
        height: 150px;
    }

    .page-header-left-text {
        position: relative;
    }

    .page-header-right {
        padding-left: 30px;
        text-align: right;
    }

    .feral-animal-icons-table {
        padding: 24px 0;
    }

    .home-title-banner {
        width: 550px;
    }

    .home-section-inner {
        width: 700px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
    }

        .home-section-inner > h3 {
            font-size: 1.5rem;
        }

    .home-section-title > h1 {
        font-size: 2.5rem;
        line-height: 3.0rem;
        font-weight: 700;
    }
}

.slider-container {
    display: none;
}

.page-header-bottom-text {
    color: white;
    z-index: 1;
    font-size: 1.2rem;
    padding-top: 8px;
    text-align: right;
    margin-bottom: 6px;
    padding-right: 10px;
}

    .page-header-bottom-text > a {
        color: white;
        text-decoration: underline;
    }

        .page-header-bottom-text > a:hover {
            color: #FAFA28;
        }

@media only screen and (min-width: 992px) {

    .page-header-right h2, .page-header-right h3 {
        line-height: 1.8rem;
    }

    .page-header-bottom-text {
        padding-top: 0;
        padding-left: 12px;
    }

    .page-header-left {
        position: relative;
        z-index: 4;
    }

    .page-header-right {
        width: auto;
        padding: 0;
    }

    .animal-icon {
        padding: 0.25rem;
    }

    .smallscreen-text {
        display: none;
    }

    .home-section-title {
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
    }
}

@media only screen and (min-width: 1300px) {

    .page-header, .page-header-bottom-text {
        width: 1240px;
        margin: 0 auto;
    }

    .page-header {
        height: 150px;
    }

    .slider-container {
        display: block;
    }

    .home-section-inner {
        width: 1080px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
    }

    .home-section-title {
        width: 1000px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
    }

    .title-secondary {
    }
}
