@media only screen and (max-width: 800px) {
    .mob-header-container {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: fixed;
        top: 0px;
        z-index: 2;
        background-color: #181A1E;
        font-family: 'Quite Magical';
        width: 100%;
        height: 100%;
    }
    .mob-header-section-logo {
        width: 100%;
        height: 140px;
        text-align: center;
    }
    .mob-header-logo {
        padding-left: 10px;
        width: 125px;
        height: 90%;
        object-fit: contain;
    }
    .mob-header-section-nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        /* position: absolute;
        top: 100px; */
    }
    .wp-logo {
        display: none;
    }
    .bar-menu {
        display: block;
        width: 100%;
        font-size: 30px;
        color: #fff;
        padding: 28px 0px;
    }
    .close-menu {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        font-size: 30px;
        color: #fff;
    }
    .mob-nav-title {
        width: 100%;
        padding: 10px 0px;
        font-size: 22px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }
    .header-container {
        height: 100px;
        justify-content: space-between;
    }
    .header-section-logo {
        width: 25%;
    }
    .header-logo {
        padding-left: 10px;
        width: 125px;
    }
    .spacer {
        display: none;
    }
    .header-section-nav {
        width: 20%;
        text-align: center;
    }
    .nav-title {
        display: none;
    }
}

@media only screen and (min-width: 801px) {
    .mob-header-container {
        display: none;
    }
    .header-container {
        height: 80px;
    }
    .header-section-logo {
        width: 20%;
    }
    .header-logo {
        padding-left: 25px;
        width: 125px;
    }
    .header-section-nav {
        width: 80%;
    }
    .wp-logo {
        display: block;
        padding: 12px 20px;
    }
    .bar-menu {
        display: none;
    }
    .nav-title {
        width: 11vw;
        padding: 31px 0.2vw;
    }
}

@media only screen and (min-width: 1200px) {
    .header-section-nav {
        width: 65%;
    }
    .wp-logo {
        padding: 12px 12px;
    }
}

@media only screen and (min-width: 1600px) {
    .header-section-nav {
        width: 55%;
    }
    .wp-logo {
        padding: 12px 30px;
    }
}
.black{
    background-color: black !important;
}
.header-container {
    display: flex;
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
    background-color: transparent;
    font-family: 'Quite Magical';
}



.header-logo {
    height: 90%;
    object-fit: contain;
}

.header-section-nav {
    display: flex;
    justify-content: flex-end;
}

.nav-title {
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.nav-title:hover {
    cursor: pointer;
}


/* .wp-logo { */
    /* width: 20%; */
    /* font-size: 22px;
    text-align: center; */
/* } */