body {
   font: 15px/1.5 Trebuchet MS;
   margin: 0px;
   padding: 0px;
   background-size: contain;
   background-position: center;
}


/* Global */
.container {
   width: 80%;
   height: 100%;
   margin: auto;
   overflow: hidden;

}

ul{
  margin: 0;
  padding: 0;
}

a {
  color: black;
  text-decoration: none;
}

a:hover{
  color: blue;
  font-weight: bold;
  cursor: none;
}

/* Header */

header {
  color: white;
  padding-top: 30px;
  min-height: 70px;

}

header a {
  color: white;
  text-decoration: none;
  font-size: 20px;

  /* font-size: 1.5vw; */
}


header ul li{
  float:right;
  display: block;
  padding: 0 20px 0 20px;
  z-index: 1;
  position: relative;
}
 input[type=checkbox] {
  display: none;
}

.stick {
  position: fixed;
  top: 70%;
  /* margin: 100px 0px 10px 10px; */
  left: 96.4%;
  z-index: 1;
  display: flex;
  writing-mode: vertical-rl;
  /* color: rgb(196, 113, 103); */
  color: rgb(255, 162, 162);
/* transform: translate(-55%, -50%); */
}

.arrow {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.arrow::after{
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  animation: rotate(45deg);
  transform: rotate(45deg);
  animation: 3s arrow infinite ease;

}

@keyframes arrow {
0%, 100%{
  top: 1000px;
}
50%{
  top: 1050px;
  opacity: 0;
}
}

#top {
  min-height: 1200px;
  background-color: rgb(222, 215, 200);
  /* old green   background-color: rgb(45, 162, 120);*/
  color: white;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
}

#top .Hi{
  margin-top: 230px;
  /* font-size: 5.5vw; */
  font-size: 80px;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: .4s;
  font-weight: bold;

}
#top h1{
  margin-top: 230px;
  /* font-size: 5.5vw; */
  font-size: 80px;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: .4s;

}

#top h2{
  letter-spacing: .1em;
  /* font-size: 2.8vw; */
  font-size: 35px;
  font-weight: normal;
}

#top .qw{
  margin-top: 300px;
  text-align: center;
}

#top .note{
  margin-left: 85%;
  font-weight:lighter;
  word-spacing: 1px;
}

@media only screen and (max-width:800px) {
  #top {
   min-height: 1150px;
  }
  #top .Hi{
    margin-top: 220px;
    /* font-size: 5.5vw; */
    font-size: 50px;
    margin-bottom: 10px;
    transition: .5s;
  }
  #top .qw{
    margin-top: 200px;
    text-align: center;
  }
  #top h1{
    margin-top: 160px;
    font-size: 50px;
    transition: .4s;
  }
  #top h2{
    font-size: 30px;
  }
  #top .note{
    margin-top: 20%;
    margin-left: 40%;
  }
  .stick{
    top: 61%;
    left: 89%;

  }
  .arrow::after{
    left: 45%;
  }
  @keyframes arrow {
  0%, 100%{
    top: 1010px;
  }
  50%{
    top: 960px;
    opacity: 0;
  }
  }
}
@media only screen and (max-width:1200px) {

.cursor {
  display: none;
}
body{
  cursor: default;
  }}
#about{
  height: 100vh;
  min-height: 900px;
  background-color: rgb(222, 215, 200);
  position: relative;
 }



#about .sup {
position: absolute;
text-align: center;
font-size: 530px;
top: 0px;
margin-left: 100px;
opacity: 3%;
font-weight: bold;
}

#about h1{
margin: 190px 20px 10px 0px;
font-size: 80px;
margin-bottom: 5px;
color: rgb(75, 170, 158);
transition: .4s;

}

#about p{
  padding-left: 8px;
  font-size: 25px;
  color: white;
  text-align: justify;
}

@media only screen and (max-width:800px) {
  #about .sup {
  font-size: 300px;
  margin-top: 80px;
  margin-left: 0px;
  margin-right: 95px;
  line-height: 80%;
  opacity: 3.3%;
  font-weight: bolder;
  writing-mode: vertical-rl;
  }

  #about h1 {
    margin: 50px 20px 10px 0px;
    transition: .7s;
    font-size: 60px;

  }
  #about p{
    padding-left: 8px;
    margin-top: 0;
    font-size: 25px;
  }
  #about {
    height: 950px;
    min-height: 1100px;
    width: 100vw;
  }
}

#edu {
  min-height: 90vh;
  height: 140vh;
}
#edu .year{
  font-size: 30px;
}
#edu .position{
  font-size: 35px;
  font-weight: 900;
}
#edu .place{
  font-size: 30px;
  font-weight: bold;
}
#edu h1{
  margin: 75px 0px 20px 0px;
  font-size: 45px;
  color: rgb(75, 170, 158);

}
#edu h2{
  margin: 10px 0px 0px 0px;
  font-size: 30px;
}

#edu p{
  margin: 10px 0px 0px 0px;
  font-size: 18px;
}


@media only screen and (max-width:800px) {
  #edu .year{
    font-size: 20px;
  }
  #edu .position{
    font-size: 25px;
  }
  #edu .place{
    font-size: 20px;
  }
  #edu h1{
    margin: 80px 0px 20px 0px;
    font-size: 40px;
  }
  #edu h2 {
    font-size: 20px;
    transition: .7s;
  }
  #edu {
    height: 1000px;
  }

}
#projects {
  height: 150vh;
}

#projects h1{
  margin: 100px 0px 20px 0px;
  font-size: 45px;
  color: rgb(230, 98, 98);
}
#projects h3{
  margin: 15px 0 0 0;
  font-size: 20px;
  display: inline-block;
}

#projects p{
  margin: 10px 0px 0px 0px;
  font-size: 20px;
  color: rgb(89, 89, 89);
}


#projects span a {
  color: rgb(185, 186, 187);
  font-size: 20px;
  font-weight: bold;
}


.details-1:hover ~ .details-content-1{
display: block;
}
.details-2:hover ~ .details-content-2{
display: block;
}
.details-3:hover ~ .details-content-3{
display: block;
}
.details-4:hover ~ .details-content-4{
display: block;
}
.details-5:hover ~ .details-content-5{
display: block;
}
.details-6:hover ~ .details-content-6{
display: block;
}
.details-7:hover ~ .details-content-7{
display: block;
}
.details-8:hover ~ .details-content-8{
display: block;
}


#skills {
  min-height: 50vh;
  height: 70vh;

}

#skills h1{
  margin: 60px 0px 20px 0px;
  font-size: 40px;
  color: rgb(191, 178, 186);
}
#skills h2{
  margin: 10px 0px 50px 0px;
  text-align: right;
  font-size: 40px;
  text-transform: uppercase;
}

#skills p{
  margin: 10px 0px 0px 0px;
  font-size: 20px;
}

.logos {
  border: 1px solid lightgrey;
  display: block;
  padding: 30px;
  margin: 20px;
text-align: center;
overflow: hidden;
}
#skills img{
  padding: 20px;
  width: 8%;
  width: 8%;

}


#activities{
  height: 90vh;
}
#activities h2{
  margin: 10px 0px 20px 0px;
  text-align: left;
  font-size: 40px;
  text-transform: uppercase;
}

#activities h3{
  margin: 40px 0px 0px 0px;
  font-size: 25px;
  text-transform: uppercase;
  transition: .7s;
  color: rgb(75, 170, 158);
}


#contact {
  height: 100vh;
  min-height: 80vh;
  background-color: rgb(222, 215, 200);
  color: rgb(75, 170, 158);
}

#contact h1{
  margin: 200px 0px 20px 60px;
  font-size: 60px;
  text-transform: uppercase;
  text-decoration: underline;
}

#contact h3{
  margin: 0px 0px 0px 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: normal;
}

#contact a {
  color: white;
}
@media only screen and (max-width:800px) {
  #skills img{
    width: 15%;
    width: 15%;
}
#skills {
  height: 140vh;
}

#projects h3{
  font-size: 15px;
}
#projects span a{
  font-size: 15px;
}
#projects p{
  font-size: 15px;
}
#projects{
  height: 1200px;
}
.details-1:hover, .details-1:focus, .details-1:active + .details-content-1{
display: block;
}
.details-2:hover, .details-2:focus, .details-2:active + .details-content-2{
display: block;
}
.details-3:hover, .details-3:focus, .details-3:active + .details-content-3{
display: block;
}
.details-4:hover, .details-4:focus, .details-4:active + .details-content-4{
display: block;
}
.details-5:hover, .details-5:focus, .details-5:active + .details-content-5{
display: block;
}
.details-6:hover, .details-6:focus, .details-6:active + .details-content-6{
display: block;
}
.details-7:hover, .details-7:focus, .details-7:active + .details-content-7{
display: block;
}
.details-8:hover, .details-8:focus, .details-8:active + .details-content-8{
display: block;
}
#activities{
  height: 800px;
}
#activities p{
  font-size: 13px;
}
#contact h1{
  margin: 140px 0px 20px 45px;
  font-size: 50px;
}
#contact h3{
  margin: 0px 0px 0px 45px;
  font-size: 40px;
}

}

#contact footer {
  text-align: center;
  color: rgb(181, 172, 146);
  background-color: rgb(222, 215, 200);

}
