html,
body {
    font-family: 'Noto Sans', sans-serif;
}

header #carouselHeader {
    position: relative;
}

header #carouselHeader nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

header #carouselHeader nav .navbar-toggler {
    border-color: #cab943;
}

header #carouselHeader nav .navbar-toggler i {
    border-color: #cab943;
    color: #cab943;
}

header #carouselHeader nav .nav-item .nav-link {
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

header #carouselHeader nav .nav-item.active {
    padding: 0.3rem 1rem;
    background: white;
    -webkit-box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
}

header #carouselHeader nav .nav-item.active .nav-link {
    color: #cab943 !important;
    padding: 0;
}

header #carouselHeader .texto {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    color: white;
}

footer {
    background: black;
}

footer .col-12 {
    border-right: 1px solid white;
}

footer .col-12:last-child {
    border-right: none;
}

footer h6 {
    color: #cab943;
}

footer ul li,
footer ul li a,
footer ul li a:hover {
    color: white;
}

/** MEDIA QUERIES */

/** Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    header nav .navbar-brand img {
        max-height: 75px;
    }
}

/** Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    header nav {
        position: relative !important;
        background: rgba(202, 185, 67, 0.4);
    }

    header nav .navbar-collapse {
        padding: 1rem;
    }

    header nav .nav-item .nav-link {
        color: black !important;
    }

    header nav .nav-item.active {
        padding: 0 !important;
    }
}

/** Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    header #carouselHeader .texto h1 {
        font-size: 1.5rem;
    }
}

/** Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    header #carouselHeader .texto h1 {
        font-size: 0.8rem !important;
    }
}