html, body {
  margin: 0;
  padding: 0;
  background-color: rgba(0,0,0,1);
  width:auto;
  background-image: url("background3.png");
  background-position: 50% -330px;
 background-repeat: no-repeat;
 background-attachment:top;
 background-size: 100% 1150px;
 background-blend-mode: hard-light;
}
canvas {
  display: block;
}

p {
font-family: "Montserrat", serif;
font-weight: 800;
}

a {
font-family: "Montserrat", serif;
font-weight: 100;
z-index: 300;
}



.headertext {
  font-size: 100px;
  font-style: bold;
  font-family: sans-serif;
  text-shadow: 3px 3px red, 6px 6px black;
}
.headertext2 {
  font-size: 90px;
  font-style: bold;
  font-family: sans-serif;
  text-shadow: 3px 3px blue, 6px 6px black;
}

.eyetext {
  text-align: center;
  font-size: 20px;
  font-style: bold;
  font-family: sans-serif;
}

#headline{
  background-color: rgba(0,0,0,0);
  position: center;
  width: 600px;
  position: relative;
  left: 60px;
  top: 5px;
  color: rgb(80, 80, 255);
  z-index: 1
}

#headline2{
  width: 400px;
  float:right;
  position: relative;
  right: 60px;
  top: 5px;
  color: rgb(240, 60, 105);
  z-index: 1
}
#mainwrapper {
    height:100px;
    left:0px;
    top:0px;
    z-index:0;
    max-height: 1750px;
    overflow: hidden;
}


#textbox {
  background-color: rgba(150,150,150,.4);
  width: 75%;
  height: 40%;
  float:left;
  position: relative;
  top:30px;
  left: 20px;
  border-radius:40px;
  color: rgba(0,0,0);
  font-family: sans-serif;
  padding: 15px;
  font-size: 22px;
  text-align: center;
}

.fade-in {
  animation: fadeIn ease 3s;
}

.bounce {
  animation: bounce ease 2s;
}


a:link {
  color: rgb(0,0,0,0);
  background-color: transparent;
  text-decoration: none;
}

img {
    opacity: 0;
    filter: alpha(opacity=40);
}

img:hover {
    opacity: 0.5;
    filter: alpha(opacity=100);
}

.content {}

text {
  padding-top: 170px;
  border-radius: 45%;
  width: 550px;
  height: 310px;
  font-size: 100px;
  font-weight: 700;
  opacity: 0;
  text-align: center;
  color: rgba(225,125,0,1);
  background-color: rgba(0,0,0,0.5);
  position:absolute;
  right:50%;
  top: 471px;
  z-index:300;
  transition: opacity .5s ease-in-out;
}

text:hover {
  position:absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0,0,0,0.5);
  transition: opacity .5s ease-in-out;
}



@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;
}
