body{
	background-color:#00deff;
}

a:link{
	margin-left:45%;
	display:block;
	width:10%;
	position:relative;
	z-index:4;
	color:blue;
	text-decoration:underline;
}


a:hover{
	text-decoration:none;
	color:yellow;
}

#contact{
	z-index:4;
	color:blue;
	text-decoration:underline;
	text-align:center;
	margin-left:auto;
	margin-top: auto;
}

#play{
	text-align:center;
	margin-left:auto;
	margin-top: auto;
}

#intro{
	text-align:center;
	margin-left:auto;
	margin-top: auto;
}

#about{
	text-align:center;
	margin-left:auto;
	margin-top: auto;
}


#main_content{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	text-align:center;
	color:white;
}

#title{ 
	position:fixed; 
	background: url('ScrollImages/Title.png') no-repeat 50% 10%;
	background-size:20%;
	width:100%;  
	height:100%;
	overflow:hidden; 
}

#bubs{ 
	position:fixed; 
	background: url('ScrollImages/Bubs.png') no-repeat 50% 50%;
	background-size:20%;
	width:100%;  
	height:100%;
	overflow:hidden; 
}

#leftCloudBig{ 
	position:fixed; 
	background: url('ScrollImages/LeftCloud.png') no-repeat 10% 50%;
	background-size:30%;
	width:100%;  
	height:100%;
	overflow:hidden;
}

#rightCloudBig{ 
	position:fixed; 
	background: url('ScrollImages/RightCloud.png') no-repeat 90% 50%;
	background-size:30%;
	width:100%;  
	height:100%;
	overflow:hidden;
}

#leftCloudSmall{ 
	position:fixed; 
	background: url('ScrollImages/LeftCloud.png') no-repeat 50% 10%;
	background-size:15%;
	width:100%;  
	height:100%;
	overflow:hidden;
	left:-100%;
}


#rightCloudSmall{ 
	position:fixed; 
	background: url('ScrollImages/RightCloud.png') no-repeat 50% 50%;
	background-size:30%;
	width:100%;  
	height:100%;
	overflow:hidden;
	left:-220%;
}

#bgCloud1{ 
	position:fixed; 
	background: url('ScrollImages/LeftCloud.png') no-repeat 50% 50%;
	background-size:15%;
	width:100%;  
	height:100%;
	overflow:hidden;
	left:-120%;
}

#bgCloud2{
	position:fixed; 
	background: url('ScrollImages/RightCloud.png') no-repeat 50% 50%;
	background-size:30%;
	width:100%;  
	height:100%;
	overflow:hidden;
	right:-200%;
}

#instruction{
	color:white;
	font-size:2em;
	margin-left:92%;
	text-align:right;
}



@import url(http://fonts.googleapis.com/css?family=Lato:300);

ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

li {
  list-style-type: none;
}

.hexagon {
  position: fixed;
  bottom: 6%;
  left: 10%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  transform-origin: center;
  transform: scale(1.00005);
}

.polygon_top,
.polygon_bottom {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: absolute;
  width: 0;
  height: 0;
  transition: width 0.3s ease-in-out, border 0.1s linear, border-radius 0.5s ease-in-out;
}

.polygon_top a,
.polygon_bottom a {
  color: #ffffff;
  display: block;
  font-size: 0em;
  text-transform: uppercase;
  width: 100%;
  transition: color, font-size 0.3s;
}

.polygon_top:nth-child(1),
.polygon_top:nth-child(3),
.polygon_bottom:nth-child(4),
.polygon_bottom:nth-child(6) {
  cursor: pointer;
}

.polygon_top:nth-child(1):hover > a,
.polygon_top:nth-child(3):hover > a,
.polygon_bottom:nth-child(4):hover > a,
.polygon_bottom:nth-child(6):hover > a {
  color: #ffff0b;
  font-size: 1em;
}

.polygon_top:nth-child(1) {
  border-bottom: 30px solid #9b59b6;
  right: 0;
  transform: translateX(-30px) translateY(-15px);
}

.polygon_top:nth-child(1):hover {
  border-radius: 4px 0 0 4px;
  border-left: 18px solid #9b59b6;
  width: 120px;
  z-index: 100;
}
.polygon_top:nth-child(1) > a {
  line-height: 30px;
  margin-right:5px;
}

.polygon_top:nth-child(2) {
  border-bottom: 30px solid #d0b2dd;
  transform: translateX(12px) translateY(15px);
}

.polygon_top:nth-child(3) {
  border-bottom: 30px solid #b07cc6;
  left: 0;
  transform: translateX(30px) translateY(-15px);
}

.polygon_top:nth-child(3):hover {
  border-radius: 0 4px 4px 0;
  border-right: 18px solid #b07cc6;
  width: 120px;
  z-index: 100;
}

.polygon_top:nth-child(3) > a {
  text-align: left;
  line-height: 30px;
  margin-left: 0%;
}

.polygon_bottom:nth-child(4) {
  border-top: 30px solid #dbc3e5;
  right: 0;
  transform: translateX(-30px) translateY(15px);
}

.polygon_bottom:nth-child(4):hover {
  border-radius: 4px 0 0 4px;
  border-left: 18px solid #dbc3e5;
  width: 120px;
  z-index: 100;
}

.polygon_bottom:nth-child(4) > a {
  text-align: left;
  line-height: 30px;
  margin-top: -30px;
  margin-left:30%;
}

.polygon_bottom:nth-child(5) {
  border-top: 30px solid #a66bbe;
  transform: translateX(12px) translateY(-15px);
}

.polygon_bottom:nth-child(6) {
  border-top: 30px solid #c6a0d5;
  transform: translateX(30px) translateY(15px);
}

.polygon_bottom:nth-child(6):hover {
  border-radius: 0 4px 4px 0;
  border-right: 18px solid #c6a0d5;
  width: 120px;
  z-index: 100;
}

.polygon_bottom:nth-child(6) > a {
  text-align: right;
  line-height: 30px;
  margin-top: -30px;
  margin-left:0%;
  text-align:left;
}

p{
  color: #000000;
  cursor:default;
  font-size:0.8em;
  margin-top:5em;
  user-select: none;
}

@media screen and (max-width: 640px){
 body {
  
  background: #000000;
 }
} 