/* div#mainWrapper { height: 300px; width:300px; }*/

body, ul, li, h1, h3, p { margin:0; padding: 0; background-color: #000000; color: #ffffff; font-family: "calibri";}

body *
{
	background-color: transparent;
}

a{text-decoration: none;}
a:link { color: white;}
a:visited { color: white; }
a:hover, a:focus { color: #ff9d00;}
a:active { color: #ff9d00;}

li
{
	list-style-type: none;
}


div#mobileNavigation
{
	display:none;
}


div#top
{
	width: 90%;
	height: auto;
	margin: 0px 0px 0px 5%;
	text-align: center;
	/*background-color: orange;*/
	background-image: url('../images/str.png');
	background-position: 0px 20px;
	background-repeat: repeat-x;
}

h1
{
	text-align: center;
	font-size: 80px;
}


li
{
	margin: 0px 10px 0px 10px;
	display: inline-block;
	list-style-type: none;
	font-size: 15px;
}

h3
{
	color: #b3b3b3;
	margin: 80px auto 0px auto;
	font-size: 35px;
}

p
{
	font-size: 20px;
	color: #b3b3b3;
}

ul#topNav > li
{
	font-size: 20px;
}

div.divider2
{
	width: 20%;
	height: 2px;
	background-color: #5e5e65;
	margin: 80px auto 10px auto;
}

div#footerLinks
{
	width: 200px;
	text-align: center;
	margin: 10px auto 30px auto;
	
}



div#footerLinks ul > li
{
	display: inline-block;
	margin: 0px 10px 0px 0px;
	font-size: 20px;
}

div#cookieWrapper
{
	width: 100%;
	height: auto;
	background-color: #4e3301;
	position: fixed;
	bottom: 0px;
	display:block;
	text-align: right;
}


div#cookieWrapper > p
{
	display: inline-block;
	position: absolute;
	top: 40%;
	left: 30px;
	color: #bcbcbc;
	font-Size: 16px;
	margin: 0px;
}


div#cookieWrapper > p > a
{
	text-decoration: underline;
}

div#cookieButton
{
	width: auto;
	height: auto;
	padding: 10px;
	display: inline-block;
	margin: 20px 30px 20px 0px;
	background-color: #4e4941;
	border: 2px solid white;
	
	color: white;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	
}

div#cookieButton:hover
{
	background-color: #000000;
	cursor: pointer;
}




/* Mobile Devices */

@media screen
	and (max-width: 568px)
	{
		ul#topNav
		{
			display:none;
		}
		
		ul > li
		{
			font-size: 20px;
		}
		
		div#mobileNavigation
		{
			width: 100%;
			height: auto;
			background-color: #383838;
			display: none;
			
			-moz-border-radius: 0px 10px 10px 10px;
			-webkit-border-radius: 0px 10px 10px 10px;
			border-radius: 0px 10px 10px 10px;
		}
		
		div#mobileNavigation > ul > li
		{
			display: inline-block;
			font-size: 20px;
			padding: 10px 20px;
		}
		
		
		div#mobileNavBtn
		{
			width: 30px;
			height: 30px;
			margin: 20px 0px 0px 0px;
			padding: 5px 2px 0px 2px;
			background-color: #383838;
			display: block;
			cursor: pointer;
		}
		
		div#mobileNavBtn > div
		{
			height: 2px;
			width: 80%;
			background-color: #717171;
			/*display: inline-block;*/
			margin: 5px auto 0px auto;
			
		}
		
		div#cookieWrapper > p
		{
			display: inline-block;
			position: relative;
			height: auto;
			left: 0px;
			text-align: left;
			margin: 10px 20px 10px 20px;
			color: #bcbcbc;
			font-Size: 16px;
		}
		
		div#cookieButton
		{
			position: relative;
			right: 0px;
			margin: 10px 20px 10px 0px;
		}
	}
	
	
	@media screen
	and (max-width: 568px)
	and (orientation: landscape)
	{
		div#cookieWrapper > p
		{
			display: inline-block;
			position: relative;
			height: auto;
			left: 0px;
			text-align: left;
			margin: 10px 20px 10px 20px;
			color: #bcbcbc;
			font-Size: 16px;
		}
		
		div#cookieButton
		{
			position: relative;
			right: 0px;
			margin: 10px 20px 10px 0px;
		}
	}
	
	
	@media screen
	and (min-width: 569px)
	and (max-width: 877px)
	{
		div#cookieWrapper > p
		{
			display: inline-block;
			position: relative;
			height: auto;
			left: 0px;
			text-align: left;
			margin: 10px 20px 10px 20px;
			color: #bcbcbc;
			font-Size: 16px;
		}
		
		div#cookieButton
		{
			position: relative;
			right: 0px;
			margin: 10px 20px 10px 0px;
		}
	}
	