nav .nav-desktop .menu-top-bar div a.active {
    color: var(--primary) !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 0px) {
    nav {
        z-index: 2;
        position: absolute !important;
        padding: calc(35px / var(--to-sm)) calc(55px / var(--to-sm)) !important;
    }

    nav .navbar-brand img {
        width: calc(442px / var(--to-sm));
        margin-left: -10px;
    }

    nav .nav-desktop .menu-top-bar div a {
        color: white;
        text-decoration: none;
        margin-left: calc(17.5px / var(--to-sm));
        margin-right: calc(17.5px / var(--to-sm));

        font-family: Lato;
        font-size: calc(18px / var(--to-sm));
        font-weight: 400;
        line-height: calc(21.6px / var(--to-sm));
        text-align: left;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    nav {
        z-index: 2;
        position: absolute !important;
        padding: calc(35px / var(--to-tablet)) calc(55px / var(--to-tablet)) !important;
    }

    nav .navbar-brand img {
        width: calc(362px / var(--to-tablet));
    }

    nav .nav-desktop .menu-top-bar div a {
        color: white;
        text-decoration: none;
        margin-left: calc(17.5px / var(--to-tablet));
        margin-right: calc(17.5px / var(--to-tablet));

        font-family: Lato;
        font-size: calc(18px / var(--to-tablet));
        font-weight: 400;
        line-height: calc(21.6px / var(--to-tablet));
        text-align: left;
        white-space: nowrap;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 992px) {
    nav {
        z-index: 2;
        position: absolute !important;
        padding: calc(35px / var(--to-md)) calc(55px / var(--to-md)) !important;
    }

    nav .navbar-brand img {
        width: calc(362px / var(--to-md));
    }

    nav .nav-desktop .menu-top-bar div a {
        color: white;
        text-decoration: none;
        margin-left: calc(17.5px / var(--to-md));
        margin-right: calc(17.5px / var(--to-md));

        font-family: Lato;
        font-size: calc(18px / var(--to-md));
        font-weight: 400;
        line-height: calc(21.6px / var(--to-md));
        text-align: left;
        white-space: nowrap;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    nav {
        z-index: 2;
        position: absolute !important;
        padding: calc(35px / var(--to-lg)) calc(55px / var(--to-lg)) !important;
    }

    nav .navbar-brand img {
        width: calc(362px / var(--to-lg));
    }

    nav .nav-desktop .menu-top-bar div a {
        color: white;
        text-decoration: none;
        margin-left: calc(17.5px / var(--to-lg));
        margin-right: calc(17.5px / var(--to-lg));

        font-family: Lato;
        font-size: calc(18px / var(--to-lg));
        font-weight: 400;
        line-height: calc(21.6px / var(--to-lg));
        text-align: left;
        white-space: nowrap;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1367px) {
    nav {
        z-index: 2;
        position: absolute !important;
        padding: calc(35px / var(--to-xl)) calc(55px / var(--to-xl)) !important;
    }

    nav .navbar-brand img {
        width: calc(362px / var(--to-xl));
    }

    nav .nav-desktop .menu-top-bar div a {
        color: white;
        text-decoration: none;
        margin-left: calc(17.5px / var(--to-xl));
        margin-right: calc(17.5px / var(--to-xl));

        font-family: Lato;
        font-size: calc(18px / var(--to-xl));
        font-weight: 400;
        line-height: calc(21.6px / var(--to-xl));
        text-align: left;
        white-space: nowrap;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1519px) {
    nav {
        z-index: 2;
        position: absolute !important;
        padding: 35px 55px !important;
    }

    nav .navbar-brand img {
        width: 362px;
    }

    nav .nav-desktop .menu-top-bar div a {
        color: white;
        text-decoration: none;
        margin-left: 17.5px;
        margin-right: 17.5px;

        font-family: Lato;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        text-align: left;
        white-space: nowrap;

    }
}

.footer {
    padding: 100px 69px;
    background-image: url("../images/footer.png");
    background-size: cover;
    color: white;
}

.footer h4 {
    font-family: Playfair Display;
    font-size: 20.73px;
    font-weight: 700;
    line-height: 27.64px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--primary);
}

.footer h5 {
    font-family: Playfair Display;
    font-size: 16.02px;
    font-weight: 800;
    line-height: 21.35px;
    letter-spacing: -0.2184564471244812px;
    text-align: left;
}

.footer h6 {
    font-family: Playfair Display;
    font-size: 16.02px;
    font-weight: 800;
    line-height: 21.35px;
    letter-spacing: -0.2184564471244812px;
    text-align: left;
}

.footer p {
    font-family: Lato;
    font-size: 13.19px;
    font-weight: 400;
    line-height: 23.75px;
    text-align: left;
}

.footer a {
    text-decoration: none;
    color: white;
}


@media only screen and (max-width: 768px) {
    .footer {
        padding: 20px 29px;
        background-image: url("../images/footer.png");
        background-size: cover;
        height: auto;
    }

    .footer .img-footer {
        align-items: center; 
        display: flex;
    }

    .footer .img-footer img {
        width: 90%;
    }
}

@media only screen and (min-width: 769px) {

    .footer .img-footer {
        /*align-items: center; 
        display: flex; 
        flex-direction: column;*/
        align-items: center; 
        display: flex;
    }

    .footer .img-footer img {
        width: 100%;
    }

}

.bg-secondary {
    background-color: #A59483 !important;
}
.color-secondary {
    color: #A59483 !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}
.color-primary {
    color: var(--primary) !important;
}
.border-primary {
    border: var(--primary) solid 1px !important;
}

.bg-info {
    background-color: var(--info) !important;
}
.color-info {
    color: var(--info) !important;
}
.border-info {
    border: var(--info) solid 1px !important;
}