@charset "utf-8";

/* CSS Document */
@media screen {
body {
    grid-template-columns: 1fr minmax(auto, 1280px) 1fr;
    grid-template-rows: auto auto auto minmax(auto, 99fr) minmax(250px, min-content);
    grid-template-areas: "abovethefold abovethefold abovethefold" "main-h1 main-h1 main-h1" "............   main     ............" "my-buttons my-buttons my-buttons" "footer         footer         footer";
}
.phone-digits, .phone-pretext {
    display: none;
}

    #header-street-address{display:none;}
header {
    grid-template-columns: auto auto min-content min-content;
    grid-template-rows: auto;
    grid-template-areas: "header-logo header-social-icons header-phone-number header-nav";
}
#header-phone-number{
    font-size: 2rem;
    justify-content: flex-end;
    margin-left: .3em;
}
    #header-social-icons {
    font-size: 1.5rem;
    justify-content: flex-end;
    margin-left: .3em; 
        grid-area: header-social-icons;
        padding-right:0px;
        
        
}
    #header-social-icons a{color:#FFF;margin-right:.2em;}
#mega-toggle-block-1, #mega-menu-wrap-main-menu, .mega-toggle-label, .mega-toggle-blocks-right {
    position: static !important;
}
#header-phone-number, #header-phone-number a {
    color: #fef022;
}
#my-header {
    padding-top: 1em;
    padding-bottom: 1em;
}
#my-slideshow {
   padding-top:65%;overflow:hidden;width:100%;display:block;
}
    #my-slideshow > div {position:absolute !important;top:0px;width:100%;}
 
#overlay-headline-1, #overlay-headline-1a, #overlay-headline-2, #overlay-headline-3, #overlay-headline-3a {
    font-size: 1rem;
}
#slider-text-overlay-1 > div, #slider-text-overlay-2 > div, #slider-text-overlay-3 > div {
    width: 60%;
    align-self: center;
    background-color: rgba(255,255,255,.83);
}
#slider-text-overlay-1, #slider-text-overlay-2, #slider-text-overlay-3 {
    justify-content: center;
}
#overlay-maintext-1, #overlay-maintext-2, #overlay-maintext-3 {
    color: #181818;
    font-size: 1.9rem;
    line-height: 1.5;
}
#my-slideshow .sa_owl_theme .owl-dots {
    bottom: 10px !important;
    display: none !important;
}
.quick-quote-form {
    text-align: center;
}
footer {
    width: 100%;
    box-sizing: border-box;
}
#footer-content > div {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: max-content;
    margin-bottom: 1em;
    max-width:90%;
}
#footer-logo img {
    width:100%;
    height: auto;

    }


    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item{padding-bottom:.4em !important;padding-top:.4em !important;}

        .grid-outer{width:100%;display:block; margin-bottom:3vh;}
    .grid-outer > div {margin-bottom:20px;}
    #my-contact-form{order:2;}
    #my-contact-image{order:1;}
    .flex-outer{width:100%;display:flex;flex-direction: column;}
    img.alignleft, img.alignright, img.aligncenter{width:100% !important;}
}