* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: AGN;
    font-size: 16px;
}

/* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: transparent;
    position: absolute;
    /* Set the navbar to fixed position */
    top: 0;
    /* Position the navbar at the top of the page */
    width: 100%;
    /* Full width */
    z-index: 100;
}

.navbar a {
    display: block;
    color: #FFFFFF;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.nav-option:hover {
    background-color: blue;
}

.navbar-brand {
    font-family: "Century Gothic"
}

.navbar-brand>img {
    height: auto;
    width: 20%;
    display: block;
}

.footer {
    width: 100vw;
    height: 5%;
    display: block;
    overflow: hidden;
    padding: 50px;
    box-sizing: border-box;
    background-color: #000000;
    clear: both;
    bottom: 0;
    position: fixed;
    z-index: 150;
}

.inner_footer {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.inner_footer .contacts li {
    font-family: arial;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    font-size: 12px;
    float: left;
}

.inner_footer .contacts a {
    color: white;
}

.inner_footer .contacts a:visited {
    color: white;
}

.inner_footer .contacts a:hover {
    color: gray;
}

i {
    margin-right: 10px;
}

.inner_footer .logo_container img {
    width: auto;
    height: 50px;
    float: right;
    margin: 0;
    padding: 0;
}


/* navbar */

.nav-wrapper {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 95%;
}

nav .nav-wrapper {
    height: 120px;
}

.desktop-nav {
    height: inherit;
}

.desktop-nav>div {
    width: calc(100% / 3);
}

nav img {
    width: 250px;
    height: auto;
}

.szn-42-container a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 7.5px;
    background-color: #BA2020;
    text-align: center;
}

.szn-42-container select {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 7.5px;
    background-color: #BA2020;
    text-align: center;
    border: none;
    border-color: #BA2020;
}

.menu-container a {
    text-transform: uppercase;
    color: #fff;
}


.menu-container a:hover {
    cursor: pointer;
}

.menu-container :not(:first-child) {
    margin-left: 2em;
}

.menu-container a:last-child {
    background-color: #CFB139;
    padding: 5px 7.5px;
}

.mobile-nav {
    display: none;
}


.burger-container i {
    color: #fff;
    font-size: 2em;
    cursor: pointer;
}

.menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 400px;
    background: #3A3A3A;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
}

.menu {
    height: 90%;
}

.inactive {
    display: none;
    transition: all 0.5s ease 0s;
}

.active {
    display: block;
    transition: all 0.5s ease 0s;
}

.menu-link {
    width: 100%;
    text-align: start;
}

.menu-link a {
    display: inline-block;
    width: inherit;
    padding: 1rem 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-link a span {
    padding: 1rem 1.5rem;
}

.menu-link a:hover {
    background-color: #B91F1F;
}

@media screen and (max-width: 991px) {
    .menu-container {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-nav {
        display: flex !important;
    }

    .desktop-nav {
        display: none !important; 
    }

    nav img {
        height: 50px;
        width: auto;
    }
}

@media screen and (max-width: 575px) {
    .menu-link a span {
        font-size: 0.8em;
    }

    .menu-nav {
        width: 350px;
    }
}

.sm-container {
    width: 90%;
    margin: 0 auto;
}

.sm-container img {
    height: auto;
    width: auto;
    vertical-align: top;
}

.center-wrapper {
    /* max-width: 1440px; */
    width: 95%;
    margin: 0 auto;
}