/* Button Padding */
.button {
    padding: 10px 20px;
}
.navContent li .button {
    padding: 10px 20px;
}


/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}


/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_d0d9699636cd42e8aa6cc14a88671d06 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .blockWrap_d0d9699636cd42e8aa6cc14a88671d06 .contentTitle {
        font-size: 30px; 
    }
}



/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* HOME HERO Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding:200px 200px;
  margin-bottom:0px;
}

#iframe-container h1 {
    font-size: 45px;
    color: #ffffff;
}

#iframe-container h3 {
    font-size: 20px;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 36px;
    }
    
    #iframe-container h3 {
        font-size: 20px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/f0304cb78f8b40cfb8ca958e994573bd/i/a35ccf452c784cb0a91fa34ff7bd7f26/1/5feFb8zhrk/newmain2a.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */