#mypreviouscontent, #mynextcontent
{
	display:none;
}

#mycurrentcontent { z-index : 5000; position:relative; width:100vw; height:100vh; overflow:hidden;top:0px;}

#mypreviouscontent { z-index : 4000; width:100vw; height:100vh; overflow:hidden;top:0px;}

#mynextcontent { z-index : 3000; width:100vw; height:100vh; overflow:hidden;top:0px;}

footer {
	display:none;
}

#mycurrentblurseparator
{
	width:100%;
	height:100vh;
	position:absolute;
	top:0px;
	left:0px;
	z-index:8000;
	background:white;
}


header
{
	z-index:9050;
	position:relative;
}

#opennav
{
	text-transform:uppercase;
	position:fixed;
	top:60px;
	left:50px;
	color:white;
	font-size:14px;
	letter-spacing:2px;
	z-index:1000;
	font-family:FuturaBook;
}

#mainlogo
{
	position:fixed;
	top:30px;
	left:calc(50% - 22px);
	color:white;
	z-index:100;
}

#mainnavigation
{
	position:fixed;
	top:0px;
	left:-300px;
	width:300px;
	height:100vh;
	z-index:100;
	display:none;
}

#navigationbg 
{
	width: 300px;
	height: 100vh;
	background: inherit;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto;
	padding: 2rem;
	box-sizing: border-box;
	box-shadow: 0 .5em 1em rgba(0,0,0,.3);

	background:rgba(170,170,170,0.5)
}
/*
#navigationbg::before 
{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0; right: 0; bottom: 0; left: 0;
	background: inherit;
	box-shadow: inset 0 0 3000px rgba(255,255,255,.5);
	filter: blur(20px);
	margin: -20px;
}
*/
#mainnavigation #mainnavigationcontent
{
	display:block;
	width:200px;
	margin-left:50px;
	margin-top:75px;
}

#mainnavigation #mainnavigationcontent a
{
	margin-bottom:5px;
	color:white;
	font-size:16px;
	width:100%;
	display:block;
	font-family:ReRoman;
}

#mainnavigation #mainnavigationcontent a.navtitle
{
	color: white;
	text-transform: uppercase;
	font-size:16px;
	margin-top:20px;
	display:block;
	font-family:FuturaBook;
}

.navbox
{
	display:none;
	height:0px;
}


/****** ******/

/* Media Queries */

@media only screen and (max-width:700px) 
{
	
	#mainlogo
	{
		position:fixed;
		top:30px;
		left:calc(100% - 94px);
		color:white;
		z-index:100;
	}

}






























@media only screen and (min-width:1200px) 
{


}

@media only screen and (min-width:1060px) 
{

}

@media only screen and (max-width:1200px) and (min-width:730px) 
{

}

@media only screen and (max-width:1060px) and (min-width:730px)
{

}

@media only screen and (min-width:730px)
{	

	
	
}

@media screen and (min-width:729px) and (max-width:1165px) {

}

@media screen and (max-width:729px) {


}

@media screen and (max-width:510px)
{

}

@media screen and (min-width:500px) and (max-width:730px) 
{	
			
}

@media screen and (max-width:499px) 
{


}

@media screen and (max-width:450px) 
{

}
@media screen and (max-width:345px) 
{

}