.navbar-wh {
    width: 100%;
    height: 70px;
    background-color: rgba(256, 256, 256, .7);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 8000;
    display: flex;
    align-items: center;
    padding: 0px 200px;
}

.navbar-logo {
    width: 190px;
    height: 60px;
    background-image: url(../../img/logo/Logo_Wanda_Hope.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-burger-icon-wrapper {
    width: 40px;
    height: 30px;
    margin-left: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.menu-line {
    width: 22px;
    height: 2px;
    background-color:#585858;
    margin: 4px 0;
    transition: all .2s;
}
