* {
    box-sizing: border-box;
    margin: 0
}

@font-face {
    font-family: 'Bauhaus Std';
    src: url('../fonts/BauhausStd-Light.woff2') format('woff2'),
        url('../fonts/BauhausStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bauhaus Std';
    src: url('../fonts/BauhausStd-Medium.woff2') format('woff2'),
        url('../fonts/BauhausStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #f6f3f0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    overflow-x: hidden;
    color: #414651;
    line-height: 1.3;
}

a {
    color: #272727;
    text-decoration: none;
}

a:hover {
    color: #083E38;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1220px;
}

.btn {
    padding: 12px 25px;
}

.btn-primary {
    color: #fff;
    background-color: #083E38;
    border-color: #083E38;
}

.btn-primary:hover {
    color: #083E38 !important;
    background-color: transparent !important;
    border-color: #083E38;
}

.btn-primary:active {
    color: #083E38 !important;
    background-color: transparent !important;
    border-color: #083E38 !important;
}

.btn-outline-primary {
    color: #083E38;
    border-color: #083E38;
}

.btn-outline-primary:active {
    color: #fff !important;
    background-color: #083E38 !important;
    border-color: #083E38 !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #083E38;
    border-color: #083E38;
}

.btn:hover {
    color: #083E38;
}

a:hover {
    color: #083E38;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #083E38;
    border-color: #083E38;
    box-shadow: none;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: none;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: none;
}

.btn-round {
    border-radius: 30px;
}


/** Header **/

.header {
    position: fixed;
    width: 100%;
    background: #ffffffbd;
    z-index: 999;
    top: 20px;
    max-width: 1220px;
    transform: translate(-50%);
    left: 50%;
    border-radius: 40px;
    padding: 10px 20px;
    box-shadow: 2px 2px 5px #00000008;
}

.header.fixed {
    background: #ffffffbd
}

.navbar-nav a {
    font-size: 20px;
    font-family: 'Bauhaus Std';
    color: #535862;
}

.navbar-nav a:hover {
    color: #083E38;
}

.navbar-nav a.btn {
    padding: 6px 20px !IMPORTANT;
}

.navbar {
    padding: 0;
}



/** Footer **/

.footer {
    background: #D7D7C3;
    padding: 40px 0
}

.footer p.now-available {
    font-size: 20px;
}

.footer-link h4 {
    margin-bottom: 20px;
}

.footer-link ul {
    list-style: none;
    padding: 0;
}

.footer-link li {
    margin-bottom: 10px;
}

.footer-link li p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #272727;
}

.footer-link li a {
    font-size: 16px;
    color: #272727;
    font-weight: 400;
    text-decoration: none;
    display: block;
}

.footer-link li a:hover {
    color: #083E38;
}

.contact-address {}

.slider-section,
.happyhomes-section {
    overflow: hidden;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}

.desktop {
    display: block;
}

.mobile {
    display: none
}

.footer h4 {
    font-size: 20px;
    font-family: 'Bauhaus Std';
    font-weight: 500;
    color: #083E38;
    line-height: 1.2;
}


@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    .header {
        padding: 20px 0px;
        box-shadow: none;
        border-radius: 0;
        top: 0;
        background: #ffffffbd I !important;
    }

    .navbar-toggler {
        padding: 0;
    }

    .center-logo {
        width: 130px;
    }

    .navbar-collapse {
        margin-left: -24px;
        margin-right: -24px;
        padding: 10px;
        margin-top: 10px;
    }

    .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block
    }

    .mb-space {
        margin-bottom: 80px
    }

}