:root { 
  --accent-color: #dbc28c;
  --default-font: "Nunito Sans", Arial, sans-serif;
  --heading-font: "Nunito Sans",  sans-serif;
  --nav-font: "Nunito Sans",  sans-serif;
}

.dark-background {
 --background-color: #262626;
}

.hero.dark-background {
    --background-color: transparent;
}
#header {
    background-color: #fff;
}
.header .logo img {
    max-height: 40px;
}

.features .tab-pane h3 {
    font-size:30px;
}

.constructions .card-item .card-body {
    padding:22px;
}

#footer img {
    max-width: 500px;
}
.footer {
    background: url('/assets/img/gc-photos/1272163106.jpg') top center no-repeat;
    background-size: cover;
}

#hero-title {
    z-index: 996;
    bottom: 0;
    position: absolute;
    padding: 2rem 2rem;
    opacity: 0.7;
    background-color: #fff;
    width: 100%;
}
    #hero-title h2 {
        font-size: 32px;
        font-family: "Cinzel", serif;
        font-weight: normal;
        text-align: center;
        color:#000;
    }
#hero-about {
    padding: 60px 2rem 0 2rem;
}


@media (max-width: 768px) {
    #footer img {
        max-width: 96%;
    }
}