html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: black;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 8s ease infinite;
}

@font-face {
  font-family: baskerville;
  font-display: fallback;
  src: url(./fonts/LibreBaskerville-Regular.ttf);
}

* {
  font-family: 'baskerville';
}

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

a:visited {
  color:snow;
}

a:hover{
  transform: scale(1.1);
}

#top-right {
  width: 33%;
  height: 10vh;
  float: right;
  font-size: 20px;
  color: snow;
  display: flex;
  justify-content: flex-end;
  vertical-align: center;
  flex-direction: row;
}

#top-right p{
  padding-right: 30px;
  opacity: 10%;
}

#nav-wrapper {
  width: 100%;
  height: 10vh;
  position: fixed;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
  z-index: 99;
}

#nav {
  min-width: 100%;
  height: 10vh;
  position: fixed;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  flex-direction: row;
  z-index: 99;
  transition: all .3s ease-out; 
}

#nav.scrolled {
  text-shadow: 20px 4px 3px rgba(0,0,0,0.3);
  font-size: 2rem;
  background-color: black;
  color: black;
}

#nav a{
  padding-left: 5px;
  padding-right: 5px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  color: snow;
}

#nav.scrolled a{
  color: snow;
  padding-left: 40px;
  padding-right: 10px;
}

#nav p{
  margin: 0;
}



#top-left {
  width: 33%;
  height: 10%;
  float: left;
  font-size: 20px;
  color: snow;
  display: flex;
  justify-content: flex-start; 
  vertical-align: center;
  flex-direction: row;
}

#top-left p{
  padding-left: 30px;
  opacity: 10%;
}

#center {
  width: 100%;
  height: 70%;
  font-size: 100px;
  color: snow;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;

}

#socials{
  height: 20%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
}

#socials img{
  width: 40px;
  margin: 10px;
  filter: invert(86%) sepia(2%) saturate(1003%) hue-rotate(314deg) brightness(114%) contrast(102%);
  transition: all .2s ease-in-out; 
  opacity: 70%;
}
  
#socials img:hover { 
  transform: scale(1.1); 
  margin-bottom: 20px;
  opacity: 100%;
}

#socials a{
  display: flex;
  padding: 5px;
  margin-top: 40px;
}

.content {
  display: flex;
  max-width: 100vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.light{
  background-color: snow;
  color: black;
} 

.dark{
  background-color: black;
  color: snow;
} 

#releases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 700px;
  background-color: snow;
  color: black;
}


.content p{
  width: 700px;
  font-size: 1em;
  font-family: 'baskerville';
  text-align: left;
  text-shadow: 2px 0px 3px rgba(0,0,0,0.3);
}

.content h1{
  padding-top: 40px;
  width: 700px;
  font-size: 2em;
  font-family: 'baskerville';
  text-align: left;
  text-shadow: 2px 0px 3px rgba(0,0,0,0.3);
}

.p {
  margin: 0px;
  font-family: 'baskerville';
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  font-size: .5em;
}

#footer{
  width: 100%;
  padding-top: 100px;
  background-color: black;
  color: white;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items:center;
  width:100%;
}

@media screen and (max-width: 800px) , 
  screen and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  .content  {
    width: 100vw;
    text-align: center;
  }

  .content p, .content h1{
    width: 100vw;
    text-align: center;
  }

  
  
  #releases-grid {
    width: 100vw;
    grid-template-columns: none; 
  }

  #socials {
    max-width: 100vw; 
  }

  #socials img{
    width: 4rem;
    margin: 10px;
    margin-bottom: 30px;
  }

  #socials img:hover { 
    margin-bottom: 40px;
  }

  .sign{
    font-size: 1.5rem;
  }
}

.content .dark{
  background-color: black;
}

/* Galaxy Fold yikes */
@media screen and (max-width: 300px){
  #socials img{
    margin: 0;
    width: 40px;
  }
}

@keyframes gradient {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}


.sign {
  letter-spacing: 2;
  font-size: 1em;
  color: #ffe6ff;
  animation: shine 0.0s forwards, flicker 3s infinite;
  transition: all .2s ease-in-out; 

  text-shadow: 
    -0.0075em 0.0075em 0 mix(#fff, #e91e63, 94%),
    0.005em 0.005em 0 mix(#fff, #e91e63, 60%),
    0.01em 0.01em 0 mix(#fff, #e91e63, 62%), 
    0.015em 0.015em mix(#fff, #e91e63, 64%), 
    0.02em 0.02em 0 mix(#fff, #e91e63, 66%), 
    0.025em 0.025em 0 mix(#fff, #e91e63, 68%),
    0.03em 0.03em 0 mix(#fff, #e91e63, 70%),
    0.035em 0.035em 0 mix(#fff, #e91e63, 72%);
}


@keyframes blink {
0%,
22%,
36%,
75% {
  color: #ffe6ff;
  text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
    -0.2rem 0.1rem 1rem #551439, 0.2rem 0.1rem 1rem #ff65bd,
    0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
}
28%,
33% {
  color: #ff65bd;
  text-shadow: none;
}
82%,
97% {
  color: #ff2483;
  text-shadow: none;
}
}

.flicker {
animation: shine 2s forwards, blink 3s 2s infinite;
}

.fast-flicker {
animation: shine 2s forwards, blink 10s 1s infinite;
}

@keyframes shine {
0% {
  color: #6b1839;
  text-shadow: none;
}
100% {
  color: #ffe6ff;
  text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
    -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
    0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
}
}


@keyframes flicker {
from {
  opacity: 1;
}

4% {
  opacity: 0.9;
}

6% {
  opacity: 0.85;
}

8% {
  opacity: 0.95;
}

10% {
  opacity: 0.9;
}

11% {
  opacity: 0.922;
}

12% {
  opacity: 0.9;
}

14% {
  opacity: 0.95;
}

16% {
  opacity: 0.98;
}

17% {
  opacity: 0.9;
}

19% {
  opacity: 0.93;
}

20% {
  opacity: 0.99;
}

24% {
  opacity: 1;
}

26% {
  opacity: 0.94;
}

28% {
  opacity: 0.98;
}

37% {
  opacity: 0.93;
}

38% {
  opacity: 0.5;
}

39% {
  opacity: 0.96;
}

42% {
  opacity: 1;
}

44% {
  opacity: 0.97;
}

46% {
  opacity: 0.94;
}

56% {
  opacity: 0.9;
}

58% {
  opacity: 0.9;
}

60% {
  opacity: 0.99;
}

68% {
  opacity: 1;
}

70% {
  opacity: 0.9;
}

72% {
  opacity: 0.95;
}

93% {
  opacity: 0.93;
}

95% {
  opacity: 0.95;
}

97% {
  opacity: 0.93;
}

to {
  opacity: 1;
}
}

.spinner {
  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  transform-style: preserve-3d;
}

@keyframes spinner {
0% {
  transform: rotateY(0deg);
  letter-spacing: 32px;
}
25% {
  transform: rotateY(90deg);
  letter-spacing: 0px;
}
50% {
  transform: rotateY(180deg);
  letter-spacing: 32px;
}
75% {
  transform: rotateY(270deg);
  letter-spacing: 0px;
}
100% {
  transform: rotateY(360deg);
  letter-spacing: 32px;
}


}

.spacing {
  animation-name: spacing;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 1s;

}

@keyframes spacing {
  from {
      letter-spacing: 1em;
  }
  to {
      letter-spacing: 1em;
  }

}

/*base code*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/*the animation definition*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

