/* General styling of the page. */
/* Sets a background color, font-size etc. */
html {
  align-content: center;
  align-items: center;
}
body {
  background-color: #EDDDD4;
  transition: 0.0s;
}
.inner {
  height: 800px;
  width: 600px;
  position: relative; 
}
h1 {
  display: block;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 5em;
  width: 7.5em;
  line-height: 0.9em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.1em;
  margin-top: calc(20vh - 1em);
  padding: 0px;
  filter: drop-shadow(2px 2px 1px #ffffff);
  -webkit-text-stroke: 0.2px rgb(0, 0, 0);
  z-index: 2;

}
h4 {
  /* position: absolute;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 75px;
  left: 140px;
  z-index: -1; */
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
Nav {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
a {
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: 0.6s;
}
img {
  filter: invert(0%) blur(4px) drop-shadow(8px 8px 10px #ff543e);
  transition: 0.3s;
  margin-top: 10px;
}
img:hover{
  filter: invert(100%) blur(0px) drop-shadow(8px 8px 10px #ffffff);
  margin-top: 0px;
}
igram {
  filter: invert(0%) blur(4px) drop-shadow(8px 8px 10px #ff543e);
  transition: 0.3s;
  margin-top: 10px;
}
igram:hover{
  filter: invert(100%) blur(0px) drop-shadow(8px 8px 10px #ffffff);
  margin-top: 0px;
}
ghub {
  filter: invert(0%) blur(4px) drop-shadow(8px 8px 10px #ff543e);
  transition: 0.3s;
  margin-top: 10px;
}
ghub:hover{
  filter: invert(100%) blur(0px) drop-shadow(8px 8px 10px #ffffff);
  margin-top: 0px;
}
enter{
  filter: brightness(50%) blur(4px) drop-shadow(8px 8px 10px #ff1e00);
}
#topText {
  margin-top: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.6s;
}
#CSGE {
  font-size: 16px;
  text-align: center;
  display: flex;
  margin-left: 40%;
  margin-right: 40%;
  font-weight: bold;
  width: 100px;
  filter: drop-shadow(8px 8px 10px #000000);
  -webkit-filter: brightness(10%);
  transition: 0.6s;
  flex-direction: row;
  justify-content: space-evenly;
  min-height: 50px;
  filter: invert(100%) blur(0px) drop-shadow(1px 1px 1px #000000);
  -webkit-text-stroke: 0.2px rgb(0, 0, 0);
}
#CSGE:hover {
  -webkit-filter: brightness(100%);
}
#Alyssio {
  margin-top: 5px;
  transition: 0.6s;
  background-color: #4486ff;
  background: conic-gradient(
    #476098 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  animation: rainbow-text-animation-rev 0.5s ease forwards;
  filter: invert(100%) blur(0px) drop-shadow(1px 1px 1px #000000);
  -webkit-text-stroke: 0.2px rgb(0, 0, 0);
}
.Alyssio {
  margin-top: 5px;
  transition: 0.6s;
  background-color: #F18F43;
  background: conic-gradient(
    #F18F43 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  animation: rainbow-text-animation-rev 0.5s ease forwards;
  filter: invert(0%) ;
}
.Alyssio:hover {
  animation: rainbow-text-animation 0.5s ease forwards;
  font-size: 24px;
  background-color: #FC0000;
  background: conic-gradient(
    #FC0000 100%);
  background-size: 100%;
  filter: drop-shadow(1px 1px 1px #fff);
  -webkit-text-stroke: 0.2px black;

}
/* Style the rainbow text element. */
.rainbow-text {
  /* Create a conic gradient. */
  /* Double percentages to avoid blur (#000 10%, #fff 10%, #fff 20%, ...). */
  background: #CA4246;
  background-color: #CA4246;
  background: conic-gradient(
    #CA4246 16.666%, 
    #E16541 16.666%, 
    #E16541 33.333%, 
    #F18F43 33.333%, 
    #F18F43 50%, 
    #8B9862 50%, 
    #8B9862 66.666%, 
    #476098 66.666%, 
    #476098 83.333%, 
    #A7489B 83.333%);
  
  /* Set thee background size and repeat properties. */
  background-size: 75%;
  background-repeat: repeat;
  
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  
  /* Animate the text when loading the element. */
  /* This animates it on page load and when hovering out. */
  animation: rainbow-text-animation-rev 0.5s ease forwards;

  cursor: pointer;

}
/* Add animation on hover. */
.rainbow-text:hover {
  animation: rainbow-text-animation 0.5s ease forwards;
  
}
.rainbow-text2 {
  /* Create a conic gradient. */
  /* Double percentages to avoid blur (#000 10%, #fff 10%, #fff 20%, ...). */
  background: #CA4246;
  background-color: #CA4246;
  background: conic-gradient(
    #CA4246 9.7%, 
    #476098 90.333%);
  
  /* Set thee background size and repeat properties. */
  background-size: 75%;
  background-repeat: repeat;
  
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  
  /* Animate the text when loading the element. */
  /* This animates it on page load and when hovering out. */
  animation: rainbow-text-animation-rev 0.5s ease forwards;

  cursor: pointer;
}
/* Add animation on hover. */
.rainbow-text2:hover {
  animation: rainbow-text-animation 0.5s ease forwards;
  
}
.rainbow-text3 {
  /* Create a conic gradient. */
  /* Double percentages to avoid blur (#000 10%, #fff 10%, #fff 20%, ...). */
  background: #CA4246;
  background-color: #CA4246;
  background: conic-gradient(
    #8B9862 20%, 
    #2088a1 70%);
  
  /* Set thee background size and repeat properties. */
  background-size: 75%;
  background-repeat: repeat;
  
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  
  /* Animate the text when loading the element. */
  /* This animates it on page load and when hovering out. */
  animation: rainbow-text-animation-rev 0.5s ease forwards;

  cursor: pointer;
}
.rainbow-text4 {
  /* Create a conic gradient. */
  /* Double percentages to avoid blur (#000 10%, #fff 10%, #fff 20%, ...). */
  background: #000000;
  background-color: #000000;
  background: conic-gradient(
    #000000 100%, 
    #000000 100%);
  /* Set thee background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  
  /* Animate the text when loading the element. */
  /* This animates it on page load and when hovering out. */
  animation: rainbow-text-animation-rev 0.5s ease forwards;

  cursor: pointer;
  filter: invert(100%) blur(0px) drop-shadow(1px 1px 1px #ffffff);
  
}

/* Add animation on hover. */
.rainbow-text4:hover {
  animation: rainbow-text-animation 0.5s ease forwards;
  
}

/* Move the background and make it larger. */
/* Animation shown when hovering over the text. */
@keyframes rainbow-text-animation {
  0% {
    background-size: 75%;
    background-position: 0 0;
  }
  20% {
    background-size: 120%;
    background-position: 0 1em;
  }
  100% {
    background-size: 170%;
    background-position: -9em 1em;
  }
}

/* Move the background and make it smaller. */
/* Animation shown when entering the page and after the hover animation. */
@keyframes rainbow-text-animation-rev {
  0% {
    background-size: 300%;
    background-position: -9em 1em;
  }
  20% {
    background-size: 57%;
    background-position: 0 1em;
  }
  100% {
    background-size: 57%;
    background-position: 0 0;
  }
}

a{
  text-decoration: none;
}

x{
  padding-right: 50px;
}
y{
  padding-left: 50px;
}
#x{
  cursor: default;
}
#y{
  cursor: default;
}

body {
  background: #000000;
  width: 600;
}

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

  body{
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
  }
  h1{
    margin: auto;
    position: absolute;
    float: none;
    font-weight: 800;
    font-size: 4.5em;
    width: 7.5em;
    top: 495px;
    left: 120px;
  }

}
/* Mobile View */
@media screen and (max-width: 700px){
  body{
    max-width: 600px;
    margin: auto;
    padding: 0px;
    background-color: black;
  }
  h1{
    position: absolute;
    font-weight: 800;
    font-size: 4.5em;
    width: 7.5em;
    top: 200px;
    left: -25px;
  }
  .inner {
    height: 800px;
    width: 500px;
    position: absolute;
    top: 5%;  
  }
  
  .popup{
    display: none;
  }
  #overlay{
    display: none;
  }
  .enter{
    display: none;
  }
  z{

    display: none;
  }
  #CSGE{
    display: none;
  }
}
@media screen and (max-width: 600px){
  body{
    max-width: 600px;
    margin: auto;
    padding: 0px;
    background-color: white;
  }
  h1{
    position: absolute;
    font-weight: 800;
    font-size: 4.5em;
    width: 7.5em;
    top: 200px;
  }
  .inner {
    height: 800px;
    width: 500px;
    position: absolute;
    top: 5%;  
  }
  
  .popup{
    display: none;
  }
  #overlay{
    display: none;
  }
  .enter{
    display: none;
  }
  z{

    display: none;
  }

}
/* Mobile View */
@media screen and (max-width: 500px){
  html {
    font-size: 16px;
  }
  body{
    max-width: 300px;
    margin: auto;
    padding: 0px;
    background-color: white;
  }
  h1{
    position: absolute;
    font-weight: 800;
    font-size: 2.5em;
    width: 7.5em;
    top: 200px;
  }
  .inner {
    height: 400px;
    width: 310px;
    position: absolute;
    top: 0%;  
  }

  .popup{
    display: none;
  }
  #CSGE{
    display: none;
  }

  .enter{
    display: none;
  }
  z{
    display: none;
  }
  #overlay{
    display: none;
  }
}
