html{
    background-color: beige;
    font-family: 'Fauna One' 'Times New Roman', Times, serif;
    margin: 0px;
    margin-left: 5%;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}
body{
    margin-top: 40px ;
    z-index: 0;
}
/*Common//////////////////*/
h1{
    margin: 0;
    font-family:'Cinzel Decorative', cursive;
    font-size: 4em;
    width: auto;
}
h2{
    font-family:'Fauna One', serif;
    color: rgb(170, 170, 170);
    font-size: 17px;
}
h3{
    font-size: 2em;
}
/*Side Bar/////////////////////*/
.side{
    display:flex;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    flex-wrap: wrap;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 4%;
    z-index: 50;
    box-shadow: 1px 1px 3px rgba(128, 128, 128, 0.589);
    font-family:'League Gothic', sans-serif ;
    font-size: 1.3em;
}
.side div{
    transform: rotate(90deg);   
    margin: 30px 0;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 0.9em;
}
.side div:hover{
    border-bottom: 2px black solid;
}
.home{
    border-bottom: 2px black solid;
}
/*Header//////////////////////////////*/
header{
    background-color: beige;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-content: center;
    height: 530px;
    width: 100%;
    position:fixed;
    top: 0px;

}
.empty{
    width: 100%;
    height: 530px;
}
.LG{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Cinzel', serif;
}
.LG img{
    height: 70px;
}
.network{
    display: inline-flex;
    margin-left: 50px;
}
.network img{
    height: 20px;
    padding: 5px;
    padding-top: 10px;
    align-items: center;
}
.Name{
    margin-left: 10px;
}
.BackG{
    width: 350px;
    height: 350px;
    text-align: center;
    background-color: beige;
    border-radius: 5px;
    box-shadow: 1px 1px 3px gray;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 70px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.title{
    width: auto;
    overflow: hidden;
    margin-right: 50px;
    margin-top: 50px;
    width: 35vw;
}
.title h2{
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: black;
}
.shadow{
    width: 110%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: -10%;
    box-shadow: 0px 6px  3px rgba(0,0,0,0.6);

}
.BigGif{
    width: 100%;
    display: none;
    animation-duration: 2s;
    animation-fill-mode: forwards ;
}
.arrow img{
    height: 50px;
}
.arrow{
    display: inline-flex;
    flex-direction: row;
    margin-left: 40px;
    align-items: center;
    color: rgba(0, 0, 0, 0.582);
    margin-right: 10%;
    opacity: 1;
    margin-top: 70px;   
    cursor: pointer;
    opacity:0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}


/*Body////////////////////////////*/
.pics{
    display: inline-flex;
    justify-items: center;
    justify-content: center;
    height: auto;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    font-family:'Fauna One', serif;
    font-weight: 600;
}
.days{
    width: auto;
    height: auto;
    text-align: center;
    padding:  0 30px;
    margin-bottom: 30px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
}
.days img{
    width: 200px;
    height: 200px;
    cursor: pointer;
    margin-bottom: 10px;
}
.gif{
    display: none;
}

/*Footer///////////////////*/
footer{
    position: static;
    display:flex;
    flex-direction: column;
    align-items: center;
    font-family:'Fauna One', serif;
}
a{
    text-decoration: none;
    color: black;
}
.re{
    font-size: 10px;
    text-align: center;
}  
/*Responsive ///////////////////////////////////////////////*/
@media only screen and (max-width:1300px), only screen and (max-height:850px) {
    body{
        font-size: 2vw;
    }
    header{
        height: 400px;
    }
    .empty{
        height: 400px;
    }
    .BackG{
        width: 30vw;
        height: 30vw;
        margin-top: 1vw;
        max-width: 300px;
        max-height: 300px;
    }
    .title, .arrow{
        margin-top: 1vw;
    }
    .title{
        width: 30vw;
    }
    h1{
        font-size: 3vw;
    
    }
    .title h2{
        margin-top: 10px;
    }

    .LG h3{
        font-size: 1.1em;
    }
    .LG img{
        height: 5vw;
    }
    .network img{
        height: 2vw;
    }
    .side{
        width: 30px;
    }
}


@media only screen and (max-height: 850px) and (max-width:800px), only screen and (max-width: 800px) {
    html{
        padding-left: 10px;
    }
    header{
        flex-direction: row;
        flex-wrap: wrap;
        height: 400px;
    }
    .empty{
        height: 400px;
    }
    .title{
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    h1{
        font-size: 1.2em;
    }
    h2{
        font-size: 0.6em;
    }
    .title h2{
        width:75%;
        font-size: 0.75em;
    }
    .BackG{
        width: 200px;
        height: 200px;
        margin-left: 15%;
        transform: translate(5%,0);
    }
    body{
        font-size: 1em;
    }
    .days{
        margin-left: 15px;
        margin-right: 15px ;
    }
    .days img{
        height: 175px;
        width: 175px;
    }
    .LG{
        width: 100%;
    }
    .LG h3{
        font-size: 1.1em;
    }
    .LG img{
        height: 1.7em;
    }
    .network{
        position: absolute;
        right:12%
    }
    .network img{
        height: 2vh
    }
    .arrow{
        margin-left: 20px;
    }
    .arrow img{
        height:30px;
    }
    .side{
        width: 30px;
    }
}
@media only screen and (max-width:400px) {
    .BackG,
    .arrow{
        margin-left: 20px;
    }
    .BackG{
    transform: translate(18%,0);    
    }
    @keyframes backG {
        0%{transform: translate(18%,0);}
        100%{transform: translate(0,0);}
    }
    
}
/* Animation////////////////////////////*/
@keyframes arrow {
    0%{opacity: 0;}
    100%{opacity:1;}
}
@keyframes backG {
    0%{transform: translate(0,0);}
    100%{transform: translate(-5%,0);}
}
@keyframes change {
    0%{opacity: 0;}
    100%{opacity:1;}
}
@keyframes again{
    0%{opacity: 0;}
    100%{opacity:1;}
}



.change .BigGif{
    animation-name: change;
}


.again .BigGif{
animation-name: again;
}