html, body {
  margin: 0;
  padding: 0;
  background-color: rgba(0,0,0,1);
  width:auto;
  background-image: url("background3.png");
  background-position: 50% -220px;
 background-repeat: no-repeat;
 background-attachment:top;
 background-size: 100% 1150px;
}
canvas {
  display: block;
}

p {
font-family: "Montserrat", serif;
font-weight: 800;
}

a {
font-family: "Montserrat", serif;
font-weight: 900;
z-index: 300;
}
iframe {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border:5px solid rgba(225,25,0,.7);
  border-radius: 15px;
  height:60px;
  width: 400px;
}


.headertext {
  font-size: 200px;
  font-style: bold;
  font-family: sans-serif;
  text-shadow: 3px 3px rgb(30,230,255)
}


.eyetext {
  text-align: center;
  font-size: 20px;
  font-style: bold;
  font-family: sans-serif;
}

#headline{
  width: 950px;
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translate(-50%, -50%);
  margin: auto;
  color: rgb(225,25,0);
  z-index: 1
}

#mainwrapper {
  left:0px;
  top:0px;
  z-index:0;
  max-height: 1880px;
  min-width: 900px;
  overflow: hidden;
}


#navigation {
  background-color: black;
  width: 70%;
  height: 10px;
  position: absolute;
  top: 330px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius:10px;
  border: 5px solid rgb(200,200,200);
  color: rgba(225,225,225);
  font-weight: 900;
  font-family: "Montserrat", serif;
  padding: 15px;
  font-size: 35px;
  text-align: center;
  z-index: 301;
}

#textbox {
  background-color: rgba(205,50,50,.3);
  width: 75%;
  height: 16vmin%;
  margin: auto;
  position: relative;
  left: 0px;
  border-radius:40px;
  color: rgba(225,225,225);
  font-family: "Montserrat", serif;
  padding: 15px;
    font-size:calc(12px + .45vw);
  text-align: center;
}

.fade-in {
  animation: fadeIn ease 3s;
}

.bounce {
  animation: bounce ease 2s;
}



a:link {
  color: rgb(155,155,155);
  text-decoration: none;
}
a:visited {
  color: rgb(155,155,155);
  text-decoration: none;
}
a:hover {
    color: rgb(255,255,255);
    text-decoration: none;
}

.navigation a:visited{
  color: rgb(25,55,55);
  text-decoration: none;
}

a:active{
    color: rgb(255,255,255);
    text-decoration: none;
}

img {
    opacity: 0;
    filter: alpha(opacity=40);
}

img:hover {
    opacity: 0.5;
    filter: alpha(opacity=100);
}
div.center {
  text-align: center;
}

img {
    opacity: 0;
    filter: alpha(opacity=40);
}

  text {
    border-radius: 45%;
    width: 50vw;
    height: 10px;
    font-size: 60px;
    font-weight: bold;
    opacity: 1;
    text-align: center;
    color: rgb(30,230,255);
    text-shadow: 1.5px 1.5px rgb(225,25,0),
        0.07em 0 black,
        0 0.07em black,
        -0.07em 0 black,
        0 -0.07em black;;
    background-color: rgba(0,0,0,0);
    position:absolute;
    z-index:300;
  }

  text:hover {
    color: rgb(255,255,255);
    text-shadow: 1.5px 1.5px rgb(225,25,0);
    position:absolute;
    opacity: 1;
  }

  a#home-tab:hover {
  color: rgba(255,255,255,1);
  text-shadow: 3px 3px rgb(0,0,0);
  opacity: 1;
  }


@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.imgpos{
  position: relative;
  width: 50%;
  height: 550px;
  bottom: 1998px;
}

.imgpos2{
  position: relative;
  width: 50%;
  height: 550px;
  bottom: 2548px;
}
