﻿:root {
    --bg-site: #f6d560;
    --color-theme: #cf9e39;
    --bg-logo: #000000;
}

header {
    background: var(--color-black);
    border-bottom: 1px solid var(--color-theme);
}

footer {
    background: var(--color-black);
}

footer .logo-footer img {
    padding: 0px;
}

footer p, footer a {
    color: var(--color-white);
}

.menu-desktop .list-inline > li > a {
    color: var(--color-white);
}

@media (max-width: 1199px) {
    .menu-desktop .list-inline > li > a {
        font-size: 0.825em;
    }

    .about-us p {
        line-height: 26px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .menu-desktop .list-inline > li > a {
        font-size: 0.75em;
    }

    .about-us p {
        line-height: 32px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        transform: scale(1.475);
        padding: 0;
    }

    .menu-mobile-tablet .menu-bars button {
        background: var(--color-theme);
        border-color: var(--color-theme);
    }
}