
header p{
    margin: 0;
    font-size: .9rem;
}

#constructionBanner{
    text-transform: uppercase;
    font-family: "Futura Std Heavy", Futura, Futura-Heavy, "Futura Heavy", "FuturaStd Heavy",  "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    font-weight: 200;
    background-color: #0071bc;
}

#logo{
    text-transform: uppercase;
    font-family: "Futura Std Heavy", Futura, Futura-Heavy, "Futura Heavy", "FuturaStd Heavy",  "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 2px;
    color: #0071bc;
}

a{
    text-decoration: none;
}

#heroImageFences{
    background-image: url("../images/white-fence-flower.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 58vh;
}

@media screen and (min-width: 979px) {
    #heroImageFences{
        background-position: 0 -183px;
    }
}

#heroImageFences .d-flex{
    height: 100%;
}

#heroImageFences .flex-column{
    height: fit-content;
    max-width: 690px;
}

#heroImageFences a, h1{
    text-transform: uppercase;
    color: white;
}

h1{
    font-family: "Futura Std Heavy", Futura, Futura-Heavy, "Futura Heavy", "FuturaStd Heavy",  "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    text-shadow: 4px 4px 3px black;
    font-size: 4rem;
}

@media screen and (max-width: 768px) {
    h1{
        font-size: 3rem;
    }
}

#heroImageFences a{
    font-weight: 700;
    font-size: 1.5rem;
    padding: 15px;
    border-radius: 10px;
    margin-top: 50px;
    box-shadow: 3px 3px 5px black;
}

.pageTitle{
    color: #0071bc;
    text-transform: uppercase;
    font-weight: 700;
}

#quoteFormContainer{
    max-width: 450px;
}

#quoteForm .form-label{
    font-weight: bold;
}

#quoteForm .form-check{
    margin-left: 20px;
}

#errorText{
    color: red;
}

#details{
    max-height: 300px;
}

#footerMap{
    min-height: 200px;
}

footer{
    background-color: #2B2B2B;
}

footer a, footer p{
    color: white;
    margin: 0;
}
