.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: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 8px;
}

.page-header-feralscan-logo {
    height: 80px;
}

.page-header-text {
    color: white;
    font-size: 1.1rem;
    text-align: center;
}

.page-header-text h2, .page-header-text h3 {
    margin: 0;
    line-height: 1.9rem;
}

h2 {
    font-size: 1.25rem;
    font-weight: 500;
}

h3 {
    margin: 12px 0 0 0;
    font-size: 1.25rem;
}

.secondary {
    color: #FAFA28;
}

.tertiary {
    color: #F73939
}

.bigscreen-text {
    display: none;
}

.feral-animal-icons-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.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: #FAFA28;
}

.animal-icon p, .coming-soon-animal-p {
    color: #ffffff;
    text-align: center;
    margin: 5px 0 10px 0;
    font-size: 20px;
    font-weight: normal;
}

.faded-background {
    background: rgba(0,0,0,0.2);
}

.animal-icon p > span, .coming-soon-animal-p > span {
    color: #FAFA28;
}

.animal-icon {
    width: 140px;
}

.animal-icon > img {
    width: 100%;
}

.home-section {
}

.home-section-banner {
    padding: 8px;
}

.home-section-supporters {
    background: white;
    box-shadow: 0 0 4px 0 black;
}

.home-section-inner > h3 {
    color: white;
    font-size: 1.1rem;
    line-height: 1.7rem;
    margin: 4px 0 0 0;
}

@media only screen and (max-width: 400px) {
    .page-header {
        flex-direction: column;
    }
}

@media only screen and (min-width: 400px) {
    .page-header-text {
        font-size: 16px;
    }
}

@media only screen and (min-width: 500px) {
    .page-header-text {
        text-align: right;
        color: white;
        padding-left: 8px;
    }

    .page-header-text h2, .page-header-text h3 {
        margin: 12px 0;
        line-height: 2.2rem;
    }

    .page-header {
        border-bottom: 1px solid white;
        padding: 0 8px 8px 8px;
    }

    .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: 8px 0;
    }
}

@media only screen and (min-width: 800px) {
    .animal-icon {
        padding: 0.25rem;
        width: 170px;
    }

    .feral-animal-icons-table {
        padding: 24px 0;
    }

    .home-section-inner > h3 {
        font-size: 1.5rem;
    }
}

.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) {
    h2 {
        font-size: 1.40rem;
    }

    h3 {
        font-size: 1.30rem;
    }

    .page-header {
        height: 70px;
        margin: 18px auto;
        align-items: center;
        border-bottom: none;
    }

    .page-header-bottom-text {
        padding-top: 0;
        padding-left: 12px;
    }

    .page-header-container {
        padding: 0;
    }

    .page-header-left {
        position: relative;
        height: 100%;
        z-index: 1;
    }

    .page-header-feralscan-logo {
        position: absolute;
        width: initial;
        height: 100%;
        top: -8px;
    }

    .page-header-right {
        width: auto;
        padding: 0;
    }

    .animal-icon {
        padding: 0.25rem;
    }

    .smallscreen-text {
        display: none;
    }

    .bigscreen-text {
        display: block;
    }
}

@media only screen and (min-width: 1300px) {
    h2 {
        font-size: 1.65rem;
    }

    h3 {
        font-size: 1.35rem;
    }

    .page-header, .page-header-bottom-text {
        width: 1260px;
        margin: 0 auto;
    }

    .page-header {
        height: 150px;
        padding: 12px 0 0 0;
    }

    .slider-container {
        display: block;
    }

    .home-section-inner {
        width: 1260px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
    }
}