/* CSS Imports */
@import 'global.css';

#homeImageDiv {
    display:block;
    position: relative;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0px;
    padding: 0px;
    background: url(../img/slider1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#siteTaglineDiv {
    color: rgba(255, 255, 255, 1.0) !important;
    width: 80%;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    font-size: 46px;
    line-height: 54px;
    text-align: center;
}
#siteTaglineDiv span {
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
}

#featuresContentDiv {
    background-color: rgba(255, 255, 255, 1.0) !important;
}

#missionStatementDiv {
    color: rgba(255, 255, 255, 1.0) !important;
    background-color: rgba(5, 114, 181, 1.0) !important;
    padding: 50px 0px;
}

#featuresContentDiv {
    color: rgba(50, 50, 50, 1.0) !important;
    background-color: rgba(255, 255, 255, 1.0) !important;
    padding: 50px 0px;
}

#featuresContentDiv .fa-5x {
    color: rgba(5, 114, 181, 1.0) !important;
    font-size: 80px !important;
}

/* Open Ended Queries: Modify content for breakpoint and everything smaller than that breakpoint. */
@media all and (min-width: 1900px) {



}

@media all and (max-width: 1200px) {



}

@media all and (max-width: 991px) {



}

@media all and (max-width: 768px) {



}

@media all and (max-width: 600px) {



}

@media all and (max-width: 480px) {



}
@media all and (orientation: landscape) and (max-width: 700px) {



}

/* Strict Queries: Modify only the content for specific breakpoints. */
@media all and (min-width: 1200px) {



}
@media all and (min-width: 992px) and (max-width: 1199px) {



}
@media all and (min-width: 768px) and (max-width: 991px) {



}
@media all and (min-width: 992px) and (max-width: 1199px) {



}
@media all and (min-width: 768px) and (max-width: 991px) {



}
@media all and (min-width: 992px) and (max-width: 1199px) {



}
@media all and (min-width: 768px) and (max-width: 991px) {

    #siteTaglineDiv {
        position: absolute;
        bottom: 6%;
        left: 50%;
        font-size: 38px;
        line-height: 45px;
    }

}
@media all and (max-width: 767px) {

    #siteTaglineDiv {
        position: absolute;
        bottom: 4%;
        left: 50%;
        font-size: 32px;
        line-height: 38px;
    }

}
@media all and (orientation: landscape) and (max-width: 700px) {

    #siteTaglineDiv {
        position: absolute;
        bottom: 4%;
        left: 50%;
        font-size: 32px;
        line-height: 38px;
    }

}