body {
    font-family: "Open Sans", system-ui !important;
    color: #ffffff;
    background-color: #1c1c1c;
}
.navbar-brand {
    max-width: 25%;
}
.navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-nav .nav-link:hover {
    color: #937b4b;
}
.header-section {
    justify-content: center;
    align-items: center;
    position: relative;
}
.header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.header-content {
    z-index: 1;
    text-align: center;
}
.header-content h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #937b4b;
}
.header-content p {
    font-size: 1.2rem;
    color: #ffffff;
}
.section-title {
    font-family:'Open Sans', sans-serif;
    font-weight:normal;
    font-size: 3.5rem;
    font-weight: lighter;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2rem;
}
.services-section {
    background-color: #292929;
    padding: 3rem 0;
}
.services-section ul {
    list-style: none;
    padding-left: 0;
}
.services-section ul li {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}
.brands-section {
    background-color: #ffffff;
    padding: 3rem 0;
    text-align: center;
}
.contact-section {
    background-color: #292929;
    padding: 3rem 0;
    text-align: center;
}
.contact-section input,
.contact-section textarea {
    background-color: #ffffff;
    color: #404040;
    border: none;
    padding: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}
.footer-section {
    background-color: #1c1c1c;
    padding: 2rem 0;
    color: #a9a9a9;
}
.footer-section a {
    color: #a9a9a9;
    text-decoration: none;
}
.footer-section .social-icons i {
    font-size: 1.5rem;
    margin-right: 1rem;
}

.carousel-caption h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.carousel-caption a.btn {
    padding: 0.75rem 2rem;
    font-size: 1.2rem;
}

.navbar.bg-transparent {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.services-list li {
    text-align: left;
    font-size: 14px;
    margin-left: 10px;
    list-style-type: circle;
}

.social-media-list {
    list-style-type: none;
    min-height: 50px;
    margin-top: 20px;
}

.social-media-list li {
    display: inline;
}

.social-media-list li a i:hover {
    font-size: 2.2rem;
}

.socials {
    text-align: left;
}

.footer-links li {
    text-align: left;
    font-size: 14px;
    margin-left: 10px;
    list-style-type: none;
}

h4 {
    color: #937b4b;
}

.gold {
    color: #937b4b;
}

.btn-gold {
    background-color: #937b4b;
    color: #ffffff;
}

.footer-links li a:hover {
    color: #937b4b;
}

.btn-gold {
    background-color: #937b4b !important;
    border: none !important;
    padding: 0.75rem 2rem !important;
    color: #ffffff !important;
    font-size: 1.1rem !important;
}

.btn-gold:hover {
    color: #282728 !important;
}

.carousel-caption {
    bottom: 3.25rem;
}

@media screen and (max-width: 768px) {
    .carousel-caption h4 {
        font-size: 0.8rem;
        font-weight: normal;
        margin-bottom: 0.5rem;
        color: #fff;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
    }

    .btn-gold {
        background-color: #937b4b !important;
        border: none !important;
        padding: 0.25rem 1rem !important;
        color: #ffffff !important;
        font-size: 0.75rem !important;
    }

    .w-50 {
        width: 80% !important;
    }

    .carousel-caption {
        bottom: .25rem;
    }
}

.carousel-caption h4 {
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
}

.nav-item a {
    font-weight: bolder;
}

.services-list li {
    list-style-type: none;
}

.phone {
    color: #937b4b;
    text-decoration: none;
}