html, body	{
	width:			100%;
	height:			100%;
	margin:			0px;
	color: 			white;
	font-family: 		'brandon-grotesque', sans-serif;
}

h1 {
	font-size: 		26px;
	text-shadow: 		0px 2px 2px rgba(0, 0, 0, 0.8);
}

.page {
	height: 100%;
	width: 100%;
  	position: relative;

	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#btn-sound	{
	height: 		100px;
	width: 			100px;
	position: 		fixed;
	top:			50%;
	margin-top: 	-50px;
	left: 			50%;
	margin-left: 	-50px;
	z-index: 		99;
	display: 		none;
	background-size: 100px 100px;
}

.play	{
	background: 	url("graphic/play.png");
}

.pause	{
	background-image: 	url("graphic/pause.png");
}

#wrapper	{
	display: 		none;
	position: 		absolute;
	top:			0px;
	left: 			0px;
	background-color: white;
	width: 			100%;
	height: 		100%;
}



.active	{
	display: block;
}

.centertext {
	position: 		absolute;
	text-align: 	left;
	width: 			100%;
	bottom: 		5%;
}

.marker {
	
	padding:		0px 20px 0px 6%;
}

#logo {
	position: 		fixed;
	top:			30px;
	left:			6%;
	float: 			left;
	font-weight: 		bold;
	font-size: 		30px;
	text-shadow: 		0px 2px 2px rgba(0, 0, 0, 0.8);
	cursor: 		pointer;
}

#menubt-mobile {
	display: 		block;
	position: 		fixed;
	top: 			30px;
	right: 			6%;
	width: 			26px;
	height: 		26px;
	z-index: 		10;
}

#btn_menu {
	display: block;
	cursor: pointer;
}

#btn_cross {
	display: none;
	cursor: pointer;
}


#nav-mobile {
	display: 		none;
	z-index: 		2;
	width: 			100%;
	height: 		100%;
	position: 		fixed;
	top: 			0;
	left: 			0;
	background-color: 	rgba(0, 0, 0, 0.7);
}

.navbuttons-mobile {
	position: 		relative;
	text-align: 		center;
	left: 			0;
	top: 			50%;
	margin-top: 		-80px;
	height: 		160px;
	font-weight: 		300;
	font-size: 		24px;
	line-height: 		44px;
	cursor: 		pointer;
}



.biotext {
	position: 		absolute;
	text-align: 		left;
	width: 			88%;
	left: 			0px;
	margin-left:		6%;
	font-size: 		20px;
}
@media screen and (max-width: 500px){
	.biotext {
		font-size: 		15px;
		line-height:		16px;
	}
}

.biotext a{
	color: 			white;
	text-decoration: 	none;
}

.biotext h1{
	font-size: 23px;
}