@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
*{
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
}

body {
    padding: 0;
    background-color: #0A0F16;
    background-size: 20%;
    text-decoration: none;
  }
  
  img {
    max-width: 75px;
}

  .links {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
  }
  
  .btn.btn-outline-dark {
    font-size: .8rem;
    color: #fafafa;
    background-color: #0e141d;
    border-radius: .5rem;
    border: solid .75px #1a2535;
    display: flexbox;
    margin-left: 1.6rem;
  	flex-wrap: nowrap;
	  justify-content: space-evenly;
    width: 6rem;
  }
  
  .btn.btn-outline-dark:hover {
    font-size: .8rem;
    color: #fafafa;
    background-color: #1a2535;
    border-radius: .5rem;
    border: solid .75px #0e141d;
    display: flexbox;
    margin-left: 1.6rem;
  	flex-wrap: nowrap;
	  justify-content: space-evenly;
    width: 6rem;
  }

  .endPoints {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
  }

  .title_header {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fafafa;
  }
  .nav-buttons {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #1a253552;
  }
  .headerLogo {
    padding: .5rem;
    margin-right: 30rem;
  }
  .nav-buttons p {
    
    font-size: .8rem;
    color: #fafafa;
    background-color: #0e141d;
    border-radius: .5rem;
    border: solid .75px #1a2535;
    height:2.3rem;
  }
  .nav-buttons p:hover {
    font-size: .8rem;
    color: #fafafa;
    background-color: #1a2535;
    border-radius: .3rem;
    border: solid .75px #0e141d;
  }
  .links a {
    font-size: .8rem;
    color: #fafafa;
    background-color: #0e141d;
    border-radius: .5rem;
    border: solid .75px #1a2535;
    display: flexbox;
    margin-left: 1.6rem;
  	flex-wrap: nowrap;
	  justify-content: space-evenly;
    padding: .5rem;
  }
  .links a:hover {
    font-size: .8rem;
    color: #fafafa;
    background-color: #1a2535;
    border-radius: .5rem;
    border: solid .75px #0e141d;
    display: flexbox;
    margin-left: 1.6rem;
  	flex-wrap: nowrap;
	  justify-content: space-evenly;
    padding: .5rem;
  }
  .links img {
    border-radius: 50%;
  }

  .card {
    text-decoration: none;
	  width: 18rem;
    transform: scale(1,1);
    transition-duration: .5s;
  }
  .card:hover {
    text-decoration: none;
	  width: 18rem;
    transform: scale(1.1,1.1);
    transition-duration: .5s;
    border: solid 1px #1a2535;
    box-shadow: 0 0 15px #1a2535;
  }

  /* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #0a0f16;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0e141d;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0e141d;
}
.twitter {
  color: #1d9bf0;
}
.discord {
  color: #5865f2;
}
.star {
  color: #ffec91;
}
.home {
  color: #042e62;
}
.fontawesome:hover {
  color: #339af0;
}
.twitter2:hover {
  color: #1d9bf0;
}
.discord2:hover {
  color: #5865f2;
}
.wave {
  animation-name: wave-animation; /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s; /* Change to speed up or slow down */
  animation-iteration-count: infinite; /* Never stop waving :) */
  transform-origin: 70% 70%; /* Pivot around the bottom-left palm */
  display: inline-block;
}
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  } /* The following five values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  } /* Reset for the last half to pause */
  100% {
    transform: rotate(0deg);
  }
}

/* @media only screen and (max-width: 320px) {
    .endPoints {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-content: center;
      padding-left: 5rem;
    }
    .card {
      margin-bottom: 4rem;
    }
     .nav-bar ul a {
      font-size: .8rem;
      color: #fafafa;
      background-color: #0e141d;
      border-radius: .5rem;
      border: solid .75px #1a2535;
      margin-left: 8rem;
      width: 5.5rem;
      display: flex;
      flex-direction: column;
    }
    .nav-bar ul a:hover {
      font-size: .8rem;
      color: #fafafa;
      background-color: #1a2535;
      border-radius: .5rem;
      border: solid .75px #0e141d;
      margin-left: 8rem;
      width: 5.5rem;
      display: flex;
      flex-direction: column;
    } 
  } */
  @media only screen and (max-width: 481px ) {
    .endPoints {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-content: center;
      padding-left: 5rem;
      }
    .card {
        margin-bottom: 4rem;
      }
       .nav-bar ul p {
        font-size: .8rem;
        color: #fafafa;
        background-color: #0e141d;
        border-radius: .5rem;
        border: solid .75px #1a2535;
        margin-left: 7rem;
        text-align: center;
        width: 5.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
      }
      .nav-bar ul p:hover {
        font-size: 1rem;
        color: #fafafa;
        background-color: #1a2535;
        border-radius: .5rem;
        border: solid .75px #0e141d;
        margin-left: 7rem;
        width: 5.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
      } 
      .nav-buttons .headerLogo {
        margin-left: 8.5rem !important;
        margin-bottom: .5rem;
        margin-top: .5rem;
        height: 75px;
        width: 75px;
      }
      .nav-buttons {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      .nav-buttons p .icons {
        font-size: .7rem;
        position: absolute;
        padding-left: .5px;
        justify-content: space-between;
      }
    
  }
  @media only screen and (max-width: 569px ) {
    .endPoints {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-content: center;
      padding-left: 5rem;
      }
    .card {
        margin-bottom: 4rem;
      }
       .nav-bar ul p {
        font-size: .8rem;
        color: #fafafa;
        background-color: #0e141d;
        border-radius: .5rem;
        border: solid .75px #1a2535;
        margin-left: 8rem;
        text-align: center;
        width: 5.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
      }
      .nav-bar ul p:hover {
        font-size: 1rem;
        color: #fafafa;
        background-color: #1a2535;
        border-radius: .5rem;
        border: solid .75px #0e141d;
        margin-left: 8rem;
        width: 5.5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
      } 
      .headerLogo {
        margin-top: .5rem;
        margin-left: 7rem !important;
      }
      .nav-buttons {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      .nav-buttons p .icons {
        font-size: .7rem;
        position: absolute;
        padding-left: .5px;
        justify-content: space-between;
      }
  }
  