@font-face {
    font-family: Misans;
    src: url('../MiSans-Regular.ttf') format('truetype');
}

.menu {
    display: none;
}

.ads {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
}

nav {
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: #383636;
    width: 3.8%;
    height: 100%;
    z-index: 2;
    margin: 0px;
    text-align: center;
}

main {
    background-color: #efdeb9;
    margin: -0px;
    text-align: center;
    min-height: 100vh;
    /* padding-bottom: 577px; */

}

#content {
    height: 200%;
    width: 100%;
}

#contenttext {
    padding-top: 25%;
}

#content2 {
    height: auto;
    width: auto;
}

#contenttext2 {
    padding-top: 25px;
    font-size: 0.5em;
}

/* footer {
    background-color: #595449;
    height: 8.98%; disable
    right:71.3px;
    margin-right: 71.3px;
    z-index: 0;
    margin: 0; disable
    text-align:center;
} */

.left {
    width: 96.2%;
    min-height: 100%;
}

.right {
    width: 3.8%;

}

html,
body {
    height: 100%;
    width: 100%;
    font-family: MiSans;
    /* font-size: 32px; */
}

body {
    margin: 0%;
}

#btn {
    position: fixed;
    height: 72px;
    width: 72px;
    bottom: -80px;
    right: 77.5px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #443F32;
    opacity: 0.5;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 100%;
    transition:
        all 0.5s ease
}

#btn.show {
    bottom: 9.5px
}

#btn:hover {
    background-color: #302c23;
    filter: invert(1) brightness(2) ;
}

.menu {
    /* position: fixed; */

    position: fixed;
    color: white;
    top: 0px;
    right: 71.3px;
    width: 100%;
    height: 100%;
    background-color: #423b2a;
    opacity: 0;
    z-index: -100;
    transition:
        opacity 1s ease;
    /* clear:both */
    animation: fadeOutAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.menuimage {
    position: fixed;
    top: 0;
    left: 0;
    width: 42.2%;
    height: 100%;
    /* background-image:url("src/img/Day.jpg") */
}

.change {
    opacity: 1;
    z-index: 100;
    /* display:block; */
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;

}

/* .menutext {
    margin-top: 5%;
} */

@keyframes fadeInAnimation {
    0% {
        z-index: 100;
    }

    100% {
        z-index: 100;
    }

}

@keyframes fadeOutAnimation {
    0% {
        z-index: 100;
    }

    99% {
        z-index: 100;
    }

    100% {
        z-index: -100;
    }
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) ;
}

.hamburger:hover{
    filter:invert(0.4)
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

.menulist a {
    position: relative;
    z-index: 3;
    /* top: 50px; */
    left: -53vw;
    color: #FFFFFF;
    font: small-caps bold 24px/1 sans-serif;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.menulist a:hover {
    position: relative;
    font-size: 48px;
}

.menulist {
    display: flex;
    height: 100%;
    flex-flow: column nowrap;
    justify-content: space-evenly;
}

#menu.change #menuimage {
    right: 0%
}

#menuimage {
    position: relative;
    margin: 0px;
    background: top 0% left 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    right: 100%;
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1.0) 80%, transparent);
    transition: right 1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.container {
    padding-top: 40px;
    padding-right: 240px;
    padding-left: 240px;
    margin-right: auto;
    margin-left: auto;
}



@keyframes menuoption {
    0% {
        left: -53vw;
    }

    100% {
        left: 450px;
    }
}

#text1 {
    transition: left 1s 0s cubic-bezier(0.65, 0.05, 0.36, 1),font-size 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#text2 {
    transition: left 1s 0.0625s cubic-bezier(0.65, 0.05, 0.36, 1),font-size 0.4s cubic-bezier(0.4, 0, 0.2, 1);;
}
#text3 {
    transition: left 1s 0.125s cubic-bezier(0.65, 0.05, 0.36, 1),font-size 0.4s cubic-bezier(0.4, 0, 0.2, 1);;
}
#text4 {
    transition: left 1s 0.1875s cubic-bezier(0.65, 0.05, 0.36, 1),font-size 0.4s cubic-bezier(0.4, 0, 0.2, 1);;
}
#text5 {
    transition: left 1s 0.25s cubic-bezier(0.65, 0.05, 0.36, 1),font-size 0.4s cubic-bezier(0.4, 0, 0.2, 1);;
}
.change #text1 {
    left: 450px;
    /* animation-name: menuoption; */
    /* animation-delay: 0s;
    animation-duration: 1s;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    animation-fill-mode: both; */
}

.change #text2 {
    left: 450px;
    /* animation-name: menuoption; */
    /* animation-delay: 0.25s;
    animation-duration: 1s;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    animation-fill-mode: both; */
}

.change #text3 {
    left: 450px;
    /* animation-name: menuoption;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    animation-fill-mode: both; */
}

.change #text4 {
    left: 450px;
    /* animation-name: menuoption;
    animation-delay: 0.75s;
    animation-duration: 1s;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    animation-fill-mode: both; */
}

.change #text5 {
    left: 450px;
    /* animation-name: menuoption;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    animation-fill-mode: both; */
}