/* Body */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&amp;display=swap');

body {
    font-family: 'Poppins', sans-serif;
}
a {
    text-decoration: none;
    color: #1b1b1b;
}
a:hover {
    color: #a8977b;
}

/* Custom Bootstrap */
.architecture-nav a.nav-link {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
    color: #ffffff !important;
}
.bg-background {
    background-image: url(../img/hero2.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.h-4 {
    height: 1rem;
}
.w-4 {
    width: 1rem;
}
.btn {
    border-radius: 0;
}
.btn-secondary {
    background-color: #a8977b !important;
    border-color: #a8977b !important;
}
.btn-secondary:hover {
    background-color: #7f715c !important;
    border-color: #7f715c !important;
}
.text-bg-secondary {
    background-color: #a8977b !important;
}
.text-secondary {
    color: #a8977b !important;
}
.bg-secondary {
    background-color: #a8977b !important;
}
.client-logo .img-fluid {
    width: 150px;
}

/* Navbar */
.architecture-nav .navbar-nav .nav-link {
    /*text-transform: uppercase;*/
    padding: 27px 0;
    font-size: 14px;
    margin: 0px 12px;
    letter-spacing: 0.06rem;
}
.architecture-nav .navbar-nav .nav-link:hover {
    color: #a8977b;
}
.architecture-nav .navbar-nav .nav-link.active {
    color: #a8977b;
}
.architecture-nav.fixed-top {
    background-color: #a9977c !important;
}

/* Homepage */
.bg-homepage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-homepage.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.qualities {
    margin-top: -5rem;
}
.dropdown-cart-img {
    width: 100px;
}

/* About */
.terminal-profile {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

/* Mobile Media  */
@media (max-width: 576px) {}

@media (max-width: 768px) {}

@media (max-width: 992px) {
    .m-none {
        display: none;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}