@keyframes rainbow-a{
	20%{color: red;}
	40%{color: yellow;}
	60%{color: green;}
	80%{color: blue;}
	100%{color: orange;}	
} 
canvas {
  display: block; position: absolute;
}
body {
 background-color: black;
 background-image: url("bg.gif");
 background-repeat: repeat;
 background-position: right top;
 background-attachment: fixed;

} 
a:link {
  color: hotpink;
  border-style: solid;
  text-decoration: none;
  -webkit-animation: rainbow-a 33s infinite;   
} 
a:visited {
  color: hotpink;
  border-style: dotted;
  text-decoration: none;
  -webkit-animation: rainbow-a 33s infinite;   
} 
a:hover {
  color: green;
  text-decoration: none;
    -webkit-animation: rainbow-a 1s infinite;
    background-color: hotpink;
} 
a:active {
  color: green;
  text-decoration: none;
} 
h1 {
  -webkit-animation: rainbow-a 12s infinite;   
  text-align: center;
  color: hotpink;
}
h2 {
  -webkit-animation: rainbow-a 33s infinite;   
  text-align: center;
  color: hotpink;
} 
p {
  text-align: justify;
}
img {
    display: block;
    margin: 0 auto;
}

hr {
  border:none;
  border-top: 12px dotted;
  -webkit-animation: rainbow-a 33s infinite;
}
.content {
  border: 12px dotted;
  -webkit-animation: rainbow-a 33s infinite;
  color: green;
  /*margin: 12px;
  padding: 12px;
  width: 780px;*/
  width: 72%;
  height: 78%;
  margin-left: auto;
  margin-right: auto;  
  margin-bottom: auto;
  margin-top: auto;
  display: block; 
  background-color: black;
  padding: 10px 10px 10px 10px;
  opacity: 0.9;
  border-radius: 6px;
}
.contentnoheight {
  border: 12px dotted;
  -webkit-animation: rainbow-a 33s infinite;
  color: green;
  /*margin: 12px;
  padding: 12px;
  width: 780px;*/
  width: 72%;
  margin-left: auto;
  margin-right: auto;  
  margin-bottom: auto;
  margin-top: auto;
  display: block; 
  background-color: black;  
  padding: 10px 10px 10px 10px;
  opacity: 0.9;
  border-radius: 6px;  
} 

.spacer {
  height: 1024px;
  text-align: center;
  line-height: 1024px;
  /*background-image: url("giphy.gif");*/

}
.Footer {
  background-color:black;
  opacity: 0.7;
  color: white;
  width: 100%;
  position:fixed;
  bottom:0;
  z-index: 100002;
}
.header {
  background-color:hotpink;
  color: white;
  width: 100%;
  position:fixed;
  top:0;
  margin-bottom:10px;
} 
.menu {
	text-align: center;
	/*background-color: black;*/
  -webkit-animation: rainbow-a 12s infinite;   
} 
#countdown {
  /*margin-top: 20%;*/
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  height: 240px;
  display: block;
  font-size: 50px;
  opacity: 0.5;
  background-color: black;
  border-radius: 8px;
  border: 12px dotted;
  -webkit-animation: rainbow-a 3s infinite;
} 
#welcome {
  background-image: url("welcome.gif");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 98%;
  height: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;  
  margin-bottom: auto;
}
#player {
  background-color: hotpink;
  text-align: center;
} 

#pl {
  background-color: hotpink;
  text-align: center;
  padding:12px;
} 
.hidden {
  display: none;
}

#hidden {
  display: none;
}
.dropbtn {
  border: solid;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 999;
  
}
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  /*background-color: black;*/
  /*opacity: 0.9;*/
  padding: 8px;
  z-index: 999;

}
.dropdown-content a {
    color: black;    
    text-decoration: none;
    display: block;
    background-color: black;

    

}
.dropdown-content a:hover {
  background-color: hotpink
}
.dropdown:hover .dropdown-content {
    display: block;
    bottom: 100%;
    border: 8px;
    border-style: dotted;
    -webkit-animation: rainbow-a 1s infinite;

}
.dropdown:hover .dropbtn {
    background-color: hotpink;

} 

/*
.background{
    float:right;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%; 
    height: 100%;
}
*/

/*
.header {
  background-color:black;
  color: white;
  width: 100%;
  position:fixed;
  top:0;
}
*/
