@charset "utf-8";

/* CSS Document */
@media screen {
header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 250;
    grid-template-columns: auto auto min-content min-content;
    grid-template-rows: minmax(100px, max-content) auto;
    grid-template-areas: "header-logo header-nav header-nav header-nav";
    position: fixed;
}
.my-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.first-button {
    margin-left: 0px !important;
}
.last-button {
    margin-right: 0px !important;
}
body {
    grid-template-columns: 1fr minmax(auto, 1280px) 1fr;
    grid-template-rows: auto auto minmax(auto, 99fr) auto minmax(250px, min-content);
    grid-template-areas: "abovethefold abovethefold abovethefold" "pagetitleholder pagetitleholder pagetitleholder" "............   main     ............" "my-buttons my-buttons my-buttons" "footer         footer         footer";

    width: 100%;
}
.icon-phone-squared {
    margin-right: 1em;
}
#header-street-address, #header-phone-number, #header-social-icons {
    background-color: #1993c5;
    color: #FFF;
    font-size: .8rem;
}
#header-phone-number {
    font-weight: bold;
}
#header-phone-number > div > a {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    width: max-content;
}
#header-phone-number > div > a > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
#header-social-icons {
    justify-content: flex-end;
    font-size: 1.5rem;
}
.icon-phone-squared {
    font-size: 1.5rem;
    margin-right: .25em;
}
header a[href^=tel] {
    color: #FFF;
    text-decoration: none;
}
#header-logo {
    width: 250px;
}
.wpmenucart-icon-shopping-cart-0, .wpmenucart-contents {
    color: #FFF !important;
}
.wpmenucart-display-standard {
    display: flex !important;
}
.wpmenucart-display-standard > a {
    align-self: center !important;
}
#my-slideshow {
    height: calc(75vh - 100px);
    margin-top:100px;
    width: 100%;
}
#my-slideshow .black{position:absolute !important;top:0px;width:100%;}
#slider-text-overlay-1, #slider-text-overlay-2, #slider-text-overlay-3 {
    padding-left: 0px;
}
#slider-text-overlay-1 > div, #slider-text-overlay-3 > div {
    width: 42%;
    align-self: center;
    
}
    #slider-text-overlay-2 > div {    width: 42%;
    align-self: center;}
#my-slideshow .sa_owl_theme .owl-dots {
    bottom: 20px !important;
}
/* Video background */

.videobg {
    position: relative;
    width: 100%; /* Set video container element width here */
    height: 100%; /* Set video container element height here */
    overflow: hidden;
    background: #111; /* bg color, if video is not high enough */
}
/* horizontally center the video */
.videobg-width {
    position: absolute;
    width: 100%; /* Change width value to cover more area*/
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
/* set video aspect ratio and vertically center */
.videobg-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%; /* 16:9 ratio */
    overflow: hidden;
}
.videobg-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.videobg-hide-controls {
    box-sizing: content-box;
    position: relative;
    height: 100%;
    width: 100%;
    /* Vimeo timeline and play button are ~55px high */
    padding: 55px 97.7777px; /* 16:9 ratio */
    top: -55px;
    left: -97.7777px; /* 16:9 ratio */
}
.videobg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
}
footer {
    display: grid;
    grid-template-areas: "footer-content" "d-fi";
    grid-template-rows: auto min-content;
}
#footer-content {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
#footer-content > * {
    align-self: center;
}
#footer-logo {
    max-width: 312px;
}
#footer-logo img {
    width: 100%;
    height: auto;
}
/*stops woocommerce css from breaking template */
header img {
    max-width: none !important;
}
footer img {
    max-width: none !important;
}
.fadeinfromright {
    margin-right: -100px;
    transition: all;
    transition-duration: 1s;
}
.in-view.fadeinfromright {
    padding-right: 0px;
}
#my-slideshow {
    background-color: #000000;
}
#vimeoholder {
       margin-top: 0vh;
}
        #overlay-maintext-1{font-size:1.2em;}
    #overlay-maintext-2{font-size:1.3em;}
    #overlay-maintext-3{font-size:1.2em;}
    #overlay-headline-2{font-size:3em;}
    #overlay-headline-3{font-size:3em;}

    .myinfoboxes {border-top:solid;border-top-width:2px;border-top-color:#FFF;}
.myinfoboxes {grid-area: infoboxes;height:25vh;}
.myinfoboxes > a > div,.myinfoboxes > a {height:100%;}
.myinfoboxes {
    display: grid;
    grid-gap: 0em;
    padding: 0em;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    min-height: 25vh;
    border-color: #FFF;
    border-width: 1px;
    box-sizing: border-box;
}
     .myinfoboxes a > div:after{display:block;content:'';padding-top:35%;}
    .pagetitleholder:after {padding-top:16%;
  
    display: block;
    content: '';
}
 


}

        