.homeGallery img {
    width: 100%;
}

/* NAV Hover State */
.navContainer .navContent ul li a:hover {
    color: #959595;
    border-bottom: 1px solid;
}







/*=================================*/
/* Footer Styles*/
/*=================================*/

/*.footerContainer {
    background-image: url();
    width:100%;
}*/



.primaryAndSecondaryContainer {
    padding-top: 0.0em;
}


.primaryAndSecondaryContainer{
        padding-bottom: 0;
}


/*homepage hero image mobile*/
.block_a4948f86c03a400d8c39ffd1ff4d27ae {
    height: auto;
    min-height: 150px;
    width: 100%;
}

/*homepage hero text mobile*/
.block_a4948f86c03a400d8c39ffd1ff4d27ae .contentTitle {
    color: #bea573;
    font-size: 95%;
    float: center;
    margin-top: 60px;
    position: relative;
   
}

/*homepage hero text*/
@media only screen and (min-width: 768px) {
    .block_a4948f86c03a400d8c39ffd1ff4d27ae .contentTitle {
        color: #bea573;
        font-size: 140%;
        margin: 0 auto ;
        margin-top: 380px;
  
    }
/*homepage hero image*/
    .block_a4948f86c03a400d8c39ffd1ff4d27ae {
        height: auto;
        min-height: 500px;
        width: 100%;
        /*position: relative;
        z-index: -1;
        margin-top: 80px;*/
    }