

@media only screen and (min-width:1181px){
    
.html{
    scroll-behavior:smooth;
    scroll-snap-type:mandatory;
    scroll-snap-points-y:repeat(100vh);
    scroll-snap-type:y mandatory}
    
body{
        margin:0;
        overflow-x: hidden;
        scroll-snap-type: y}
        ::-webkit-scrollbar{width:2px}
        ::-webkit-scrollbar-track{background-color:black}
        ::-webkit-scrollbar-thumb{background:#ffd43e;border-radius:2px}
    

/*-----menuDesk-----*/
    

#OpenMenu{
    display: none;
}
    
#CloseMenu{
    display: none;    
}

#MenuDesktop{
    position: fixed;
    width: 100vw;
    height: 70px;
    top: 0;
    background-color: #191919;
    padding:0;
    padding:0;
    transition: 0.4s;
    margin:0;
    z-index: 9999;
}

#menuLogo{
    width: 150px;
    height: 70px;
    background-image: url(img/logoMenu.png);
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: center;
    image-resolution:30%;
    float: left;
    margin-left: 20px;
    filter: blur(.5px);
    
}

 #Menudiv{
    height: 70px;
    display: flex;
    float: right;
    }


.MenuOPDesk{
    font-family:'barlow Condensed';
    font-size: 22px;
    font-weight: 400;
    color: white;
    letter-spacing: 3px;
    text-decoration: none;
    padding: 15px;
    padding-top:20px;
    text-align: center;
    
}

.MenuOPDesk:hover{
    color: #ffd43e;
    /*background-color: black;
    filter: invert(1);*/
}
    
.MenuOP{
    display: none;
}


#BarSM{
    width: 200px;
    height: 70px;
    display: flex;
    margin-left: 100px;
    margin-right: 50px;
}

.menuBarSM{
    margin: auto;
    width: 40px;
    height: 40px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

#MenuInstaSM{
    background-image: url(img/icons/InstaIconWhite.png);}
    #MenuInstaSM:hover{
    background-image: url(img/icons/InstaIconYellow.png);}
#MenuTwtSM{
    background-image: url(img/icons/TwitterIconWhite.png);}
    #MenuTwtSM:hover{
    background-image: url(img/icons/TwitterIconYellow.png);}
#MenuFBSM{
    background-image: url(img/icons/FacebookIconWhite.png);
    background-size: 12px;}
    #MenuFBSM:hover{
    background-image: url(img/icons/FacebookIconYellow.png);
    background-size: 12px;}
#MenuLinkSM{
    background-image: url(img/icons/LinkedinIconWhite.png);}
    #MenuLinkSM:hover{
    background-image: url(img/icons/LinkedinIconYellow.png);}
#MenuDiscSM{
    background-image: url(img/icons/DiscordIconWhite.png);
    background-size: 26px;}
    #MenuDiscSM:hover{
    background-image: url(img/icons/DiscordIconYellow.png);
    background-size: 26px;}

/*-----content-------*/  

.div{
    margin: 0;
    }

.DivTitle{
   
    margin: auto;
    font-family: 'Bebas Neue';
    font-size: 80px;
    letter-spacing: 2px;
    text-align: center;
    color:#353535;
}

.DivDesc{
    display: block;
    margin: auto;
    margin-top: 90px;
    max-width: 700px;
    font-family: 'roboto';
    font-size: 15px;
    text-align: justify;
}

/*-----HOME-----*/
    
#HOME{
    display: block;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background-color: #191919;
    border-bottom: solid;
    border-width: 2px;
    border-color: #ffd43e;
    }

#logo{
    margin: auto;
    width: 100vw;
    height: 100vh;
    background-image: url(img/LOGOanime.png);
    background-repeat: no-repeat;
    background-size: 290pt;
    background-position: 50% 40%;
    filter: contrast(1.5);
}

/*-----GAME------*/

#GAME{
    display: block;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background-color: white;
    border-bottom: solid;
    border-width: 2px;
    border-color: #ffd43e;
    padding-top: 0;
    
}

#HeaderTSHOU{
    display: block;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(img/Background_02.png);
    background-size:cover;
    background-position: 100% 85%;
    background-repeat: no-repeat;
    filter: grayscale(30%) brightness(.6)blur(1px);
    z-index: 1;
    
}



#GameContent{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction:column;
    position: absolute;
    justify-content: space-evenly;
    margin: auto;
    z-index: 3;
    }

/*#GameDolores{
    height: 700px;
    width: 400px;
    background-image: url(img/Dolores_01.png);
    background-size: 280px;
    background-position: bottom;
    background-repeat: no-repeat;
    left: 15%;
    z-index: 2;
}
    
#GameLucian{
    display: block;
    height: 700px;
    width: 400px;
    background-image: url(img/Lucian_01.png);
    background-size:340px;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 2;   
}*/

#TSHOULegend{
    width: 100vw;
    z-index: 10;
    max-width: 600px;
    margin-left: 15px;
    margin-right: 15px;
    margin: auto;
}

#TitleTSHOU{
    color: white;
    font-size: 100px;
    text-align: center;
}

#DescTSHOU{
    max-width: 600px;
    margin-top: 100px;
    font-weight: 400;
    color: white;
    letter-spacing: .4px;
}

#ConsoleBox{
    margin: auto;
    margin-top: 50px;
    width: 200px;
    padding: 10px;
    z-index: 3;
    filter:  contrast(5)
}

#Consoles{
    display: flex;
    margin: auto;
    justify-content:space-evenly;
}

.Consola{
    width: 50px;
    height: 50px;
    background-size: 30px;
    background-position: center;
    filter: invert()contrast(.4)
}

#consMesage{
    display: block;
    width: 200px;
    font-family: 'roboto';
    font-weight: 500;
    font-size: 10px;
    margin-top: -3px;
    color:white;
    text-align:center;
}

#PC{
    background-image: url(IconosDeConsolas/PC.png);
    background-repeat: no-repeat;
}
#NS{
    background-image: url(IconosDeConsolas/NS.png);
    background-repeat: no-repeat;
}
#PS{
    background-image: url(IconosDeConsolas/PS.png);
    background-repeat: no-repeat;
}
#XB{
    background-image: url(IconosDeConsolas/XBox.png);
    background-repeat: no-repeat;
}

/*-----TEAM----*/

#TEAM{
    width: 100vw;
    height: 100%;
    display: block;
    margin: auto;
    background-color: #191919;
    border-bottom: solid;
    border-width: 2px;
    border-color: #ffd43e;
    padding-bottom: 100px;
    padding-top: 100px;
    z-index:3;
}

#TitleTeam{
    color: #ffd43e;
    font-size: 80px;
}

#DescTeam{
    color: white;
    max-width: 600px;
}

#TeamList{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0px 200px;
    margin: auto;
    margin-top: 100px;
}
.MemberBox{
    display: block;
    margin: 10px 66px;
}

.FotoMember{
    width: 200px;
    height: 200px;
    margin: auto;
    margin: 20px;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    border-color:#ffd43e;
    filter: grayscale(1);
}
.FotoMember:hover{
    filter: none;
    cursor: pointer;
}

#AshleyFoto{
    background-image: url(img/TeamFotos/Ashley_Color.png);
}


#BaptisteFoto{
    background-image: url(img/TeamFotos/Baptiste_Color.png);    
}


#TheoFoto{
    background-image: url(img/TeamFotos/Theo_Color.png);    
}


#AdelaFoto{
    background-image: url(img/TeamFotos/Adelaide_Color.png);    
}


#RobinFoto{
    background-image: url(img/TeamFotos/Robin_Color.png);    
}


#RemiFoto{
    background-image: url(img/TeamFotos/Remi_Color.png);    
}


.MemberName{
    color: #ffd43e;
    font-family: 'roboto';
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

.MemberPost{
    color: white;
    font-family: 'roboto';
    font-weight: 400;
    font-size: 15px;
    text-align:center;
    margin-top: -10px;
}


/*-----CONTACT------*/

#CONTACT{
    padding-top: 100px;
    display: block;
    background-color: white;
    height: 100vh;
}
    
#TitleContact{

    }

#ContInfoBox{
    display: block;
    width: 250px;
    height: 450px;
    margin: auto;
    margin-top: 50px;
}

#LogoContact{
    width: 200px;
    height: 330px;
    background-image: url(img/contactoLogo.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 30% 50%;
    filter: blur(.4px)
    
}

.ContactFont{
    font-size: 14px;
    font-family: 'roboto';
    text-align: center;
    text-justify: auto;
    letter-spacing:.5px;
    margin-top: -10px;
    color: #353535;
}

#Adres{
    font-weight: 600;
}

#Email{
    font-weight: 600;
    margin-top: 20px;
}

#ContactSM{
    display: flex;
    margin: auto;
    width: 200px;
    height: 50px;
    justify-content: center;
    margin-top: 20px;
}

.ContactBarSM{
    margin: auto;
    width: 30px;
    height: 30px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(100%);
}

#ContactInstaSM{
    background-image: url(img/icons/InstaIcon.png);
}

#ContactTwtSM{
    background-image: url(img/icons/TwitterIcon.png);
    filter: brightness(0%);
}

#ContactFBSM{
    background-image: url(img/icons/FacebookIcon.png);
}

#ContactLinkSM{
    background-image: url(img/icons/LinkedinIcon.png);
}

#ContactDiscSM{
    background-image: url(img/icons/DiscordIcon.png);
    filter: brightness(1%);
    background-position: 50% 80%;
}
    
    /*-----COPYRIGHT-------*/
    
    #copyRight{
        display: flex;
        height: 40px;
        width: 100vw;
        background-color: #191919;
    }
    
    #copyRightText{
        display: block;
        margin: auto;
        font-family: 'roboto';
        font-weight: 500;
        color: #ffd43e;
        font-size: 11px;
        text-align: center; 
        letter-spacing: 1px
        
    }

}

/*-------------Mobile_Version-------------*/

@media only screen and (max-width:1180px){
    
.html{
    scroll-behavior:smooth;
    scroll-snap-type:mandatory;
    scroll-snap-points-y:repeat(100vh);
    scroll-snap-type:y mandatory;
        overflow-x: hidden;}
    
body{
        margin:0;
        overflow-x: hidden;
        scroll-snap-type: y}
        ::-webkit-scrollbar{width:2px}
        ::-webkit-scrollbar-track{background-color:black}
        ::-webkit-scrollbar-thumb{background:#ffd43e;border-radius:2px}


#OpenMenu{
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(img/ArkemysHamburger.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    margin-top: 10px;
    margin-right: 15px;
    float: right;
    cursor: pointer;
}

#CloseMenu{
    display: none;
    height: 40px;
    width: 40px;
    background-image: url(img/ArkemysX.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    margin-top: 10px;
    margin-right: 15px;
    float: right;
    cursor: pointer;
}
    
#MenuDesktop{
    position: fixed;
    width: 100vw;
    height: 60px;
    background-color: #191919;
    padding:0;
    transition: 0.4s;
    margin:auto;
    z-index: 9999;
}

#menuLogo{
    width: 130px;
    height: 50px;
    background-image: url(img/logoMenu.png);
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: center;
    image-resolution:30%;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    
    
}

 #Menudiv{
     display:none;
     height: 100vh;
     width: 100vw;
     margin:auto;
     flex-direction:column;
     background: rgba(19,19,19,.96);     
}


.MenuOP{
    display: block;
    font-family:'barlow Condensed';
    font-size: 25px;
    font-weight: 400;
    color: white;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 15px;
    margin-top: 39px;
    margin-right: 25px;
    text-align:right;
    right: auto;
}

    .MenuOPDesk{
        display: none;
    }

    
#BarSM{
    margin: auto;
    width: 300px;
    height: 55px;
    display: flex;
    justify-content: center;
}

.menuBarSM{
    margin: 4px;
    width: 45px;
    height: 45px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

#MenuInstaSM{background-image: url(img/icons/InstaIconYellow.png)}
#MenuTwtSM{
    background-image: url(img/icons/TwitterIconYellow.png);
    }
#MenuFBSM{background-image: url(img/icons/FacebookIconYellow.png);
    background-size: 12px;}
#MenuLinkSM{background-image: url(img/icons/LinkedinIconYellow.png)}
#MenuDiscSM{
    background-size: 26px;
    background-image: url(img/icons/DiscordIconYellow.png);
    
}

.div{
    height: 100%;
    width: 100vw;
    margin: 0;
    padding-top: 100px;
    }

.DivTitle{
    max-width: 450px;
    padding: 20px;
    display: block;
    margin: auto;
    font-family: 'Bebas Neue';
    font-size: 80px;
    letter-spacing: 2px;
    color:#454545;
}

.DivDesc{
    display: block;
    margin: auto;
    margin-top: 90px;
    max-width: 450px;
    padding: 20px;
    font-family: 'roboto';
    font-size: 14px;
    text-align: justify;
}

/*-----HOME-----*/
    
#HOME{
    display: flex;
    width: 100vw;
    height: 100vh;
    margin-top: -100px;
    background-color: #191919;
    border-bottom: solid;
    border-width: 2px;
    border-color: #ffd43e;
    }

#logo{
    width: 500px;
    height: 500px;
    display: block;
    margin:auto;
    background-image: url(img/LOGOanime.png);
    background-repeat: no-repeat;
    background-size: 200pt;
    background-position: center;
    filter:blur(0.4px);
    filter: contrast(1.5);
}
    
    
/*--------GAME--------*/

#GAME{
    display: block;
    width: 100vw;
    height: 100%;
    background-color: white;
    border-bottom: solid;
    border-width: 2px;
    border-color: #ffd43e;
    padding-top: 0;
    
}

#HeaderTSHOU{
    display: block;
    position:;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(img/Background_02.png);
    background-size:cover;
    background-position:100% 75%;    background-repeat: no-repeat;
    filter: grayscale(30%) brightness(.6)blur(1px);
    z-index: 1;
    
}



#GameContent{
    display: flex;
    position: absolute;
    flex-direction: column;
    margin: auto;
    width: 100vw;
    height: 100vh;
    justify-content:space-evenly;
    align-items: center;
    }

#GameDolores{
    position: absolute;
    height: 700px;
    width: 300px;
    background-image: url(img/Dolores_01.png);
    background-size: 280px;
    background-position: bottom right;
    background-repeat: no-repeat;
    right: -2%;
    z-index: 2;
}
    
#GameLucian{
    position: absolute;
    display: block;
    height: 700px;
    width: 400px;
    background-image: url(img/Lucian_01.png);
    background-size:340px;
    background-position: bottom left;
    background-repeat: no-repeat;
    left:-1%;

    z-index: 2;   
    z-index: 2;   
}

#TSHOULegend{
    z-index: 10;
    width: 100vw;
}

#TitleTSHOU{
    margin-top: 0;
    color: white;
    font-size: 100px;
    text-align: center;
    opacity: 80%;
}

#DescTSHOU{
    margin-top: 30px;
    font-weight: 500;
    color: white;
    font-weight: 400;
    letter-spacing: .4px;
}

#ConsoleBox{
    display: block;
    width: 200px;
    padding: 10px;
   
    z-index: 3;
    filter: invert() contrast(5)
}

#Consoles{
    display: flex;
    margin: auto;
    justify-content:space-evenly;
}

.Consola{
    width: 50px;
    height: 50px;
    background-size: 30px;
    background-position: center;
    margin: px;
    filter: contrast(.4)
}

#consMesage{
    display: block;
    width: 200px;
    font-family: 'roboto';
    font-weight: 500;
    font-size: 10px;
    margin-top: -3px;
    color:dimgrey;
    text-align:center;
}

#PC{
    background-image: url(IconosDeConsolas/PC.png);
    background-repeat: no-repeat;
}
#NS{
    background-image: url(IconosDeConsolas/NS.png);
    background-repeat: no-repeat;
}
#PS{
    background-image: url(IconosDeConsolas/PS.png);
    background-repeat: no-repeat;
}
#XB{
    background-image: url(IconosDeConsolas/XBox.png);
    background-repeat: no-repeat;
}
    
/*------TEAM------*/
    
#TEAM{
    width: 100vw;
    height: 100%;
    display: block;
    margin: auto;
    padding-bottom: 25px;
    background-color: #191919;
}

#TitleTeam{
    color: #ffd43e;
    font-size: 80px;
    display: block;
    text-align: center;
}

#DescTeam{
    color: white;
    display: block;
    margin: auto;
    margin-top: 90px;
    font-family: 'roboto';
    font-size: 14px;
    text-align: justify;
}

#TeamList{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0px 100px;
    margin: auto;
    margin-top: 100px;
}
.MemberBox{
    display: block;
    margin: 10px 16px;
}

.FotoMember{
    width: 149px;
    height: 149px;
    margin: auto;
    margin: 20px;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    border-color:#ffd43e; 
}
.FotoMember:hover{
    filter: none;
    cursor: pointer;
    border-color:white; 
}

#AshleyFoto{
    background-image: url(img/TeamFotos/Ashley_Color.png);
}


#BaptisteFoto{
    background-image: url(img/TeamFotos/Baptiste_Color.png);    
}


#TheoFoto{
    background-image: url(img/TeamFotos/Theo_Color.png);    
}


#AdelaFoto{
    background-image: url(img/TeamFotos/Adelaide_Color.png);    
}


#RobinFoto{
    background-image: url(img/TeamFotos/Robin_Color.png);    
}


#RemiFoto{
    background-image: url(img/TeamFotos/Remi_Color.png);    
}

/*#dannyFoto{
        background-image: url(img/Background_02.png);
    }*/


.MemberName{
    color: #ffd43e;
    font-family: 'roboto';
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

.MemberPost{
    color: white;
    font-family: 'roboto';
    font-weight: 400;
    font-size: 15px;
    text-align:center;
    margin-top: -10px;
}

    
    /*----CONTACT------*/
    
    #CONTACT{
    display: block;
        margin: auto;
    background-color: white;
    height: 100vh;
    width: 100vw;
}

    #TitleContact{
        text-align: center;
    }
    
#ContInfoBox{
    display: block;
    width: 250px;
    height: 450px;
    margin: auto;
    margin-top: 0;
}

#LogoContact{
    width: 200px;
    height: 330px;
    background-image: url(img/contactoLogo.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 30% 50%;
    margin-top: -50px;
    
}

.ContactFont{
    font-size: 14px;
    font-family: 'roboto';
    text-align: center;
    text-justify: auto;
    letter-spacing:.5px;
    margin-top: -10px;
    color: #353535;
}

#Adres{
    font-weight: 600;
}

#Email{
    font-weight: 600;
    margin-top: 20px;
}

#ContactSM{
    display: flex;
    margin: auto;
    width: 200px;
    height: 50px;
    justify-content: center;
    margin-top: 20px;
}

.ContactBarSM{
    margin: auto;
    width: 30px;
    height: 30px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(100%);
}

#ContactInstaSM{
    background-image: url(img/icons/InstaIcon.png);
}

#ContactTwtSM{
    background-image: url(img/icons/TwitterIcon.png);
    filter: brightness(0%);
}

#ContactFBSM{
    background-image: url(img/icons/FacebookIcon.png);
}

#ContactLinkSM{
    background-image: url(img/icons/LinkedinIcon.png);
}

#ContactDiscSM{
    background-image: url(img/icons/DiscordIcon.png);
    filter: brightness(1%);
    background-position: 50% 80%;
}

/*-----COPYRIGHT-------*/
    
    #copyRight{
        display: block;
        height: 40px;
        width: 100vw;
        background-color: #191919;
    }
    
    #copyRightText{
       display: block;
        margin: auto;
        font-family: 'roboto';
        font-weight: 300;
        color: #ffd43e;
        font-size: 12px;
        text-align: center;   
        padding-top: 13px;
        
    }
    
};
