﻿
main#mainContent{
    padding-top: 0;
}

.bannerImage {
    margin-bottom: 15px;
}

.overlayTextContainer {
    margin-top: 15px;
}

.buttonContainer {
    padding: 0 25px;
}

.navBoxBlurb {
    display: block;
    min-height: 81px;
}

.sectionHomePage .contactUs {
    margin-bottom: 35px;
}



/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------Large Mobile View (COL-SM)---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 576px) {
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------Small Tablet View (COL-MD)----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {
    .bannerImage {
        background: #000;
        margin-bottom: 0;
        position: relative;
    }

        .bannerImage img {
            opacity: 0.6
        }

    .overlayTextContainer {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -75%);
        text-align: center;
        width: 80%;
    }

        .overlayTextContainer h1 {
            color: #fff;
            font-size: 2.625rem;
        }

    .tagLine {
        font-size: 1.25rem;
    }


}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Tablet View (COL-LG)---------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) {

    .overlayTextContainer{
        width: 85%;
    }

    .overlayTextContainer h1 {
        font-size: 3.5rem;
    }

    .tagLine {
        font-size: 1.75rem;
    }


    .panelLink .panel-body {
        padding: 15px;
    }

    .panelLink .panel-heading h2.panel-title {
        font-size: 1.25em;
    }

    .buttonContainer {
        padding: 0;
    }

}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Small Desktop View (COL-XL)-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {

    .overlayTextContainer h1 {
        font-size: 3.75rem;
    }

    .tagLine {
        font-size: 2rem;
    }
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Large Desktop View (COL-XXL)----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1400px) {
    .overlayTextContainer h1 {
        font-size: 3.75rem;
    }

    .tagLine {
        font-size: 2.25rem;
    }
}



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Large Desktop View (COL-XXXL)---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1600px) {
    .overlayTextContainer h1 {
        font-size: 4.25rem;
    }

    .tagLine {
        font-size: 2.5rem;
    }
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Large Desktop View (COL-XXXXL)--------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1920px) {
    .overlayTextContainer h1 {
        font-size: 4.75rem;
    }

    .tagLine {
        font-size: 2.75rem;
    }
}

