*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.total{
    width: 100%;
    height: 100vh;
    background: rgb(27,26,26);
    background: linear-gradient(90deg, rgba(27,26,26,1) 0%, rgba(27,26,26,1) 52%, rgba(45,44,44,1) 100%);
    background-size: cover;
    background-position: center;
}

.navbar{
    width: 85%;
    margin: auto;
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    width: 100px;
    cursor: pointer;
    margin: 0 -60px;

}

.menu-icon{
    width: 25px;
    cursor: pointer;
    display: none;
}

.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    
}

.navbar ul li a{
    text-decoration: none;
    color: lightgrey;
    font-size: 20px;
    border-style: solid;
    padding: 5px;
    border-radius: 5px;
    border-color: silver;
 
    
}

.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }

  .centertext{
      text-align: center;
      margin-top: 10%;
      cursor: pointer;
      font-size: 100px;
      margin-left: -6.5%;
  }

  .discord{
    max-width: 100%;
  }


  .ytb{
      font-size: 40px;
      margin-left: 5.5%;
      color:cornflowerblue;      
  }

  

 @-webkit-keyframes hvr-buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  @keyframes hvr-buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  .hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }

  .hvr-buzz-out{
    margin-bottom: -0.05%;
    width: 50px;
}


  @media only screen and (max-width:414px){
      .total{
          max-width: 100%;
          max-height: 100%;
      }

      .centertext{
          max-width: 100%;
          font-size: x-large;
      }

      .discord{
        max-width: 80px;
      }

      .ytb{
        font-size: x-large;
      }




  }


  @media only screen and (max-width:700px){

    .logo{
        margin-left: -5%;
    }

    .navbar ul li a{
        font-size: 15px;
    }

    .discord{
      max-width: 90px;
    }

  }

  @media only screen and (min-width:701px){

    .total{
        max-width: 100%;
        max-height: 100vh;
    }

    .logo{
        margin-left: -5%;
    }

    .discord{
      max-width: 120px;
      margin-left: -11%;
    }



  }


  @media only screen and (max-width:630px){

    .total{
        max-width: 100%;
        max-height: 100vh;
    }

    .logo{
        margin-top: -4%;
    }

    .discord{
      margin-left: -10%;
    }



      .navbar ul{
      width: 100%;
      background: rgb(71,71,71);
      background: linear-gradient(90deg, rgba(71,71,71,1) 0%, rgba(152,143,143,1) 52%, rgba(68,66,66,1) 100%);
      position: absolute;
      top:85px;
      right: 0;
      z-index: 2;
      }

      .navbar ul li{
          display: block;
          margin-top: 5px;
          margin-bottom: 1px;
          text-align: center;

      }

      .navbar ul li a{
          font-size: 14px;
          color: white;
          border: hidden;
      }

      .centertext{
          margin-top: 40%;
          max-width: 100%;
      }

      .hvr-buzz-out{
        max-width: 100%;
      

      }

      .menu-icon{
          display: block;
      }

      #menuList{
          overflow: hidden;
          transition: 0.5s;
      }


  }


