body {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  overflow: hidden;
  background-color: beige;
}
a {
font-family: times new roman;
color: blue;
  font-weight: bold;
  font-style: italic;
  font-size: 2vmax;
  text-decoration:none;
   padding-top: 0px;
   padding-bottom:5px;
   padding-left:10px;
   padding-right:50px;
background-color:white;


}
li{
margin-top:40px;
margin-bottom:40px;
}
ul{
margin-top:40px;
  list-style:none;

 

 
}
a:visited{
color:blue;
  
}
a:hover{
background-color: blue;
}
#nav{
	z-index:2000;
	position: fixed;
	display:flex;
	justify-content: center;
    align-items: center;
    height:80%;
    width:80%;
    margin-top:50px;
    margin-bottom:50px;
}
#content{

 background-color: #ffffff;
 opacity: 0.1;
 z-index: 2;
 height: 105%;
 width: 105%;
 position: fixed;
 margin:-10px;

}

#footer{
  position: fixed;
  bottom: 10px;
  z-index: 100;
  color: white;
  font-family: times new roman;
  color: white;
  font-weight: 100;
  font-style: italic;
  font-size: 15pt;
  background-color: blue;
  padding: 0 10px 0 10px ;
  
  }
#blabla {
  color: blue;
  left: 20%;
  z-index: 1;
  font-style: italic;
  font-size: 520%;
  position: fixed;
}
#blabla:hover{
  background-color: aquamarine;
  height: 100px;
}

#blabla1 {
  color: deeppink;
  left: -20%;
  font-style: italic;
  font-size: 1020%;
  background-color: white;
  width: 60%;
  z-index: 3;
  float: left;
  position: fixed;
  height:100px;
  top: 410px
}
#blabla1:hover{
background-color: black;
height: 300px;
left:40%;}
#blabla2 {
  color: white;
  left: 60%;
  font-style: italic;
  font-size: 1020%;
  background-color: blue;
  width: 120%;
  z-index: 2;
  float: right;
  position: fixed;
  height:200px;
  top: 40px;
}
#blabla3 {
  color: black;
  left: 20%;
  font-style: italic;
  font-size: 100%;
  position: fixed;
  z-index: 3;

}
#img1{
  width: 100%;
  position: fixed;
  display:none;
  
}
#img1-1{
  width: 100%;
  position: fixed;
  z-index: -4;
   display:none;

}

#img2 {
  height: 60%;
  position: fixed;
  z-index: 0;
  bottom:15%;
  left:45%;

}
#img3 {
  height: 40%;
  position: fixed;
  z-index: -2;
  bottom:-10%;
  left:9%;

}
#img4 {
  height: 60%;
  position: fixed;
  z-index: -3;
  top:50px;
  left:30%;

}
#img5 {
  height: 60%;
  position: fixed;
  z-index: 0;
  top:15px;
  left:%;

}
#img6 {
  height: 45%;
  position: fixed;
  z-index: -4;
  right:-10%;
  top:-10%;

}
#img7 {
  height: 60%;
  position: fixed;
  z-index: -3;
  right:-20%;
  bottom:-10%;

}
#img8 {
  height: 80%;
  position: fixed;
  z-index: -4;
  left:-10%;
  top:10%;

}
#img9 {
    height: 400px;
    position: fixed;
    z-index: -4;
    left: 24%;
    bottom: 30%;
    width: 400px;

}
span {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
color:yellow;
  
}
.blink_text {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  color:deepskyblue;

}

@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}




