/*!
 * Atelier Lou Local Styles
 * Copyright 2008-2017 Punchmark
 */


/*=====================

General

=====================*/

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Gotham Book', sans-serif !important;
}

.btn-primary {
    border-color: var(--bs-primary) !important;
}

/*=====================

Footer

=====================*/

footer .required-links li a:hover,
footer .required-links li a:focus {
    text-decoration: underline;
}

footer h6,
footer .h6 {
    color: #e1d298;
}

/*===========================

Header

===========================*/

header a#logo {
    max-width: 300px !important;
}

@media (max-width: 600px) {
    header a#logo {
        max-width: 240px !important;
    }
}


nav.navbar .navbar-nav .nav-item .nav-link {
    color: #e1d298;
}

@media (max-width: 991px) {
    nav.navbar #main-navigation .mobile-bottom .nav-logo {
        width: 240px;
        height: 141px;
        background: url('https://cdn.jewelryimages.net/static/domains/atelierlou/images/store-pics/logo-pull-out-atelier.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 20px;
        max-width: 100%;
    }
    nav.navbar #main-navigation .mobile-bottom .nav-logo img {
        display: none !important;
    }
}