@charset "utf-8";
@import url("https://api.fonts.coollabs.io/css?family=Gaegu");
@import url("https://api.fonts.coollabs.io/css?family=Nunito+Sans:ital,wght@0,100..900;1,100..900");
@font-face {
    font-family: BlowBrush;
    src: url(/fonts/blowbrush.ttf);
}
@font-face {
    font-family: Winkle;
    src: url(/fonts/Winkle-Regular.ttf);
}

.left-section  { flex: 0 0 10%;}
.main-section  { flex: 0 0 70%;}
.right-section  { flex: 0 0 10%;}
.left  { flex: 0 0 10%; background: #ffee9783; }
.main  { flex: 0 0 70%; background: #ffee9783; }
.right { flex: 0 0 10%; background: #ffee9783; }

body {
  background-image: linear-gradient(180deg, rgba(255, 216, 87, 0.205) 0%, #000000e0 100%) ,url(/images/edxbg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: #000000;
}

aside, main {
  box-shadow: rgb(146, 137, 68) 0 0 15px;
}

::selection {
  color: white;
}

abbr {
  cursor: help;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #fbdf4b #000000;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #fbdf4b;
    border-radius: 10px;
    border: 3px none #ffffff;
  }

/*Header*/
nav {
  display: flex;
  gap: 50px;
  justify-self: center;
  padding: 1em;
}

#EDX {
  background: radial-gradient(circle, #fbdf4b 50%, #ffcb1f 100%);
  border-radius: 10px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'BlowBrush';
  font-size: 30px;
  height: 66px;
  padding: 15px 32px;
  text-align: center;
  transition: all 0.2s ease;
  width: 300px;
}

#REM {
  background: radial-gradient(circle,rgb(24, 24, 24) 50%, rgba(0, 0, 0, 1) 100%);
  border-radius: 10px;
  border: none;
  border-bottom: 5px solid #3f3f3f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: 'Winkle';
  font-size: 35px;
  letter-spacing: -0.5px;
  height: 66px;
  padding: 15px 32px;
  text-align: center;
  transition: all 0.2s ease;
  width: 300px;
}

#REM:hover {
  background: radial-gradient(circle,rgb(24, 24, 24) 0%, rgba(0, 0, 0, 1) 100%);
  border-bottom: 0px solid #3f3f3f;
  transform: scale(1.05);
}

#rocket {
  max-height: fit-content;
  max-width: fit-content;
  margin-top: 20px;
  text-shadow: #FFFFFF 0 0 10px;
}

/*Left Content*/
#Pages {
  font-weight: bolder;
  text-align: center;
}

#Pages p a, .dropdown-btn {
  color: #fbdf4b;
  text-shadow: #000000 0px 0px 5px;
  transition: all 0.2s ease;
}

#Pages p a:hover, .dropdown-btn:hover {
  color: #000000;
  cursor: pointer;
  text-shadow: #fbdf4b 0px 0px 5px;
}

.dropdown-container {
  display: none;
  font-size: small;
  margin: -10px;
}

#Socials {
  align-content: center;
  background-color: #ffea8283;
  border-radius: 5px;
  position: relative;
  text-align: center;
}

#Links {
  font-size: x-large;
  padding: 5px;
  text-align: center;
  transition: all 0.3s ease;
}

#Links:hover {
  filter: brightness(1);
  opacity: 1;
  text-shadow: #00000050 0px 0px 4px;
  transform: scale(1.2) rotate(0deg) translate(0px, 0px) skewX(0deg);
}

/*Main Content*/
h1 {
    font-family: 'BlowBrush';
    font-size: 5em;
    font-weight: 1;
    letter-spacing: 0.18rem;
    margin: auto;
    text-align: center;
    text-shadow: #ebb400 0px 3.5px, #000000 0 0 5px;
    -webkit-text-stroke: #fbdf4b 1.5px;
}

p.QuickBio {
    font-family: Gaegu;
    font-size: 1.8em;
    margin-top: 1rem;
    text-align: center;
}

.PFP {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.PFP:hover {
  animation: spin-scale 0.8s ease-out;
}

@keyframes spin-scale {
    0% {
      transform: rotate(0deg) scale(1);
    }
    80% {
      filter: contrast(1.2) drop-shadow(0 0 20px #fbdf4b) blur(1px);
      transform: rotate(-1080deg) scale(1.3);
    }
    100% {
      transform: rotate(-1080deg) scale(1);
    }
  }

main img {
  width: 200px;
}


h2 {
  background: #00000083;
  border-radius: 5px;
  color: white;
  justify-self: center;
  margin: 10px;
  text-align: center;
  width: 40%;
}

.videoWrapper {
  float: right;
  height: auto;
  margin-left: 10px;
  width: 45%
}

.videoWrapper iframe {
  aspect-ratio: 16 / 9;
  background: linear-gradient(90deg,rgba(0, 145, 234, 1) 0%, rgba(251, 223, 75, 1) 50%, rgba(255, 40, 40, 1) 100%);
  border-radius: 10px;
  height: 100%;
  left: 0;
  padding: 4px;
  top: 1;
  width: 100%;
}

#About {
  background: #fff0a883;
  border-radius: 5px;
  display: flex;
  padding: 10px;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 15px;
}

.Buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
}

.Buttons * {
  width: 88px;
}

/*Right Content*/
h3 {
  background-color: #ffea8283;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}

p.Trivia {
  font-size: 15px;
  padding: 10px;
  text-align: left;
}

.right-section main {
  display: none;
}

/*Mobile*/
@media (max-width: 768px) {

  nav {
    display: block;
  }

  #rocket {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  /*Left Sidebar*/
  #Pages p {
    font-size: x-large;
  }

  #Socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #Links {
    padding: 8px;
    flex: 30%;
    font-size: xx-large;
  }

  /*Main Content*/
  h1 {
    font-size: 3em;
  }

  .videoWrapper {
    float: none;
    margin: auto;
    width: auto;
  }

  #About {
    margin-top: 20px;
    margin-bottom: auto;
    top: auto;
    height: auto;
  }

  #buttonid {
    display: none;
  }

  /*Right Content*/
  .right-section main {
    display: block;
  }
}