
	.homepage #base h1, h2, h3
	{
		text-align: center;
	}

	body,input,textarea,select
	{
		line-height: 1.75em;
		font-size: 10pt;
		letter-spacing: 0;
	}


	h2
	{
		font-size: 1.5em;
	}
	
	h3
	{
		font-size: 1em;
	}




	header
	{
		margin-bottom: 2em;
	}
	
	header h2
	{
		line-height: 1.2em;
		font-size: 1.6em;
	}
	

	
	.lozbutton
	{
		width: 60%;
		max-width: 60%;
		text-align: center;
		display:inline-block;
	}
	
	


	#mobilenav
	{
	}

		#mobilenav .title
		{
			display: none;
			color: #fff;
			text-align: center;
			line-height: 44px;
		}

		#mobilenav .toggle
		{
			position: absolute;
			left: 0;
			top: 0;
			width: 80px;
			height: 60px;
		}

		#mobilenav .toggle:before
		{

               font-family: "Font Awesome 5 Free";
               content: "\f00b";
               color:#fff;
               font-weight:850;
               font-size: 36px;
               padding-top:14px;
               text-align:center;
			display: block;
			width: 60px;
			height: 40px;
			background: rgba(50,50,50,0.6);
			border-radius: 0px;
			position: absolute;
			left: 5px;
			top: 5px;
			box-shadow: 0.125em 0.125em 0 0 rgba(0,0,0,0.10);

		}

			#mobilenav .toggle:after
			{
				position: absolute;
				content: '';
				display: block;
				width: 20px;
				height: 12px;
				left: 25px;
				top: 18px;
				opacity: 1;
			}

			#mobilenav .toggle:active:after
			{
				opacity: 0.75;
			}

	#navPanel
	{
		background: #0c0310;
	}

		#navPanel .link
		{
			display: block;
			color: #888;
			text-decoration: none;
			height: 44px;
			line-height: 44px;
			border-top: solid 1px rgba(255,255,255,.05);
			padding: 0 1em 0 1em;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		
		#navPanel .link:first-child
		{
			border-top: 0;
		}
		
		#navPanel .link.toplevel
		{
			color: #fff;
		}

			

	#header
	{
		padding: 2em 0em;
		background-size: auto;
	}

	
	.homepage #header
	{
		padding: 0em 0em 0em 0em;
	}




.page_header {
     padding-top:10px;
     padding-bottom:10px;
     }

     

#nav {
	display: none;
}


.navcontainer{
     display: block;
}
	
	
.flex-item {
    width:100%;
}
