	

#menuheader2 {
	position:static;
	width:410px;
	background:#0099FF;
	z-index:2;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #6600ff;
}

.checkbox {
	display: none;
} 

.label {
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	width: 24px;
	height: 18px;
	font-size: 20px;
	display: inline-block;
	background-size:cover;
	margin:.5em;
	background:rgba(0,132,255,0.15);
	box-shadow: 1px 1px 5px rgba(0, 135, 255,0.5);
	border-radius:1px;
}

.checkbox:checked + .label {
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	box-shadow:inset 0px 0px 10px rgba(0, 135, 255,0.5);
	background:rgba(0,132,255,0.3)
}

#mobiledropmenu:checked ~ .title {
	display: block;
	-webkit-transition:1s;
	width: 410px;
	height: auto;
	opacity: 1;
}
	
.title {
	display: none;
	-webkit-transition:1s;
	width: 0%;
	height: 0px;
	opacity: 0;
}
			
.button {
	color:#fff;
	text-decoration:none;
	border-top:1px solid #fff;
	text-align:center;
	text-transform:uppercase;
	width: 410px;
}

.button:hover {
	cursor:pointer;
	background:rgba(0,132,255,0.15);
}
							
.button a:visited {
	color:#ffffff;
}

.button a:link {
	text-decoration: none;
	color:#0000FF;
}

.button {
	font-size: 16px;
	height: 38px; 
	line-height: 38px;
	text-align: left;
	font-weight: bold;
}

h1-out {
	width:100%;
	color:rgba(188, 230, 255, 0.2);
	text-align:center;
	text-transform:uppercase;
	text-shadow: 1px 3px 6px #E5F2FF,
	0 0 0 #47a0d3,
	1px 4px 6px #E5F2FF;
	font-weight:lighter;
	font-size:2.5em;
	position:absolute;
	margin-top:20%;
}
