@charset "utf-8";

/* CSS Document */
@media screen {
header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 250;
    grid-template-columns: min-content auto min-content min-content;
    grid-template-rows: 30px 80px auto;
    grid-template-areas: "header-street-address header-social-icons header-social-icons header-phone-number" "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 auto minmax(auto, 99fr) minmax(200px, min-content);
    grid-template-areas: "abovethefold abovethefold abovethefold" "main-h1 main-h1 main-h1" "............   main     ............" "my-buttons my-buttons my-buttons" "footer         footer         footer";
}
#abovethefold {
    margin-top: 110px;
}
#header-street-address, #header-phone-number, #header-social-icons {
    background-color: #fef022;
    color: #000;
    font-size: .8rem;
}
    #header-social-icons > div  span{margin-right:.3em;}
#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;
}
#header-street-address {
    text-align: center;
    justify-content: center;
}
.icon-phone-squared {
    font-size: 1.5rem;
    margin-right: .25em;
}
header a[href^=tel] {
    color: #000;
    text-decoration: none;
}
#header-logo {
    width: 312px;
}
#my-slideshow {
    height: calc(75vh - 110px);
    width: 100%;
}
    #slider-text-overlay-1, #slider-text-overlay-2, #slider-text-overlay-3 {padding-left:5%;}
#slider-text-overlay-1 > div, #slider-text-overlay-2 > div, #slider-text-overlay-3 > div {
    width: 32%;
    align-self: center;
    background-color: rgba(255,255,255,.83);
}
.quote-headline {
    font-size: 2em;
}
#my-slideshow .sa_owl_theme .owl-dots {
    bottom: 20px !important;}
body {
    min-height: 100vh;
}
.quick-quote-form {
    min-height: 20vh;
    display: flex;
    align-content: center;
    justify-content: center;
 
}
#my-quick-quote {
    min-height: 25vh;
}
.quick-quote-form form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    padding-left: 5em;
    padding-right: 5em;
    box-sizing: border-box;
}
.quick-quote-form >div {
    height: 100%;
    display: flex;
    width: 100%;
    align-self: center;
    max-width: max-content;
}
.quick-quote-form form > div {
    width: min-content;
    align-self: center;
    margin-left: 1em;
    margin-right: 1em;
}
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;
}
        .quick-quote-form{   -webkit-box-shadow: inset 0px 0px 15px 8px rgba(0,0,0,0.56);
    box-shadow: inset 0px 0px 15px 8px rgba(0,0,0,0.56);}
}
