﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*Class CSS*/
.cardHeader {
    text-align: center;
    padding-top: 15px;
}

.card-text {
    min-height: 200px;
}

.hero {
    height: 600px;
    background-image: url('/images/group-with-logo-optimized.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .hero .btn-hero {
        border: 1px solid #79C2ED;
        border-radius: 5px;
        opacity: 1;
        font-weight: bold;
        font-size: 17px;
        line-height: 20px;
        font-family: 'Azo Sans', sans-serif;
        letter-spacing: 0;
        color: #FFFFFF;
        width: 315px;
        margin: 40px 10px;
    }

    .hero h2 {
        color: #FFD300;
        font-family: 'Azo Sans', sans-serif;
        font-weight: 300;
    }

    .hero .layer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(0, 72, 105, 0.76);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.layer div {
    text-align: center;
    /*flex: 1 100%;*/
    /*height: 50px;
            width:200px;*/
}

.renderBody {
    padding-left: 0px;
    padding-right: 0px;
}

.nurse-container, .pathway-link-container {
    animation: fade-in .5s linear;
}

body {
    font-family: 'Azo Sans';
}

li {
    text-align: left;
}

#landing-container {
    width: 100%;
    background-image: url(/images/group-465.png); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-evenly;
    align-content: flex-end;
    min-height: 666px;
}


.landing-heading, .landing-subheading, .pathway-heading, .landing-btn-text {
    font-family: 'Azo Sans';
    color: white;
}

.landing-btn-text {
    color: #003765;
    width: 171px;
    height: 14px;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #003765;
}

.landing-link-text {
    color: #fff;
    width: 171px;
    height: 24px;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    font-weight: 100;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}


.landing-heading {
    font-weight: 600;
    font-size: 48px;
    line-height: .5;
}

.landing-subheading {
    line-height: 1.0;
    font-size: 20px;
}

#nurse1and2 {
    height: 100%;
    width: 100%;
    max-height: 632px;
    max-width: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/nurse-1-and-2.png');
}

.nurse-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 700px;
}

.pathway-btn {
    width: 244px !important;
    height: 37px;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #ffd300;
}

    .pathway-btn:hover {
        text-decoration: none;
    }

.pathway-heading {
    font-size: 23px;
}

.pathway-link {
    margin: 20px 0;
}

.pathway-link-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    max-width: 350px;
}

.navbar-fh-log {
    height: 60px;
}

@media (min-width:1049px) {
    #landing-container {
        height: 95vh;
    }

    .pathway-link-container {
        height: 100%
    }
}

@media (max-width:1049px) {

    #landing-container {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: center;
        align-content: flex-start;
        padding-top: 30px;
        height: 100%;
    }

    #nurse1and2 {
        background-image: url('/images/nurse-1-and-2.png');
        display: none;
    }

    .landing-heading {
        font-size: 40px;
    }

    .landing-subheading {
        font-size: 18px;
    }

    .pathway-heading {
        font-size: 22px;
    }

    .pathway-header-container {
        text-align: center;
        margin: 30px 0;
    }

    .pathway-link {
        text-align: center;
        margin: 25px 0;
    }

    .pathway-link-container {
        margin: 20px 0 50px 0;
    }

}

.main-w-background {
    background: none;
}