/*<style> (only for code formatting)*/
@media only screen and (max-width: 799px) {
	
	/*
	MAIN NAVIGATION
	*/
	
    body {
    	margin-top:32px;
    }
    
	header {
		position:absolute;
        height:90px;
	}
	
	header a, header a:visited {
		display:block;
	}
	
	header #logo {
		position:absolute;
        top:8px;
        left:64px;
	}
	
	header #mobilemenu {
		font-size:300%;
		position:absolute;
		right:16px;
		top:24px;
		color:white;
		cursor:pointer;
	}
	
	header ul {
		list-style:none;
		margin:0;
		padding:0;
        position:absolute;
        top:88px;
        left:62px;
		width:136px;
	}
	
	header ul li {
		padding:8px;
	}
	
	header ul li.active,
	header ul li.active-parent {
		background:#fff;	
		border-radius:8px;
	}
	
	header ul li.active a, header ul li.active a:visited,
	header ul li.active-parent a, header ul li.active-parent a:visited {
		color:#3e4975;	
	}
	
	header a:hover {
		color:#ddd;	
	}

	.teammember {
		height:50vw !important;
	}
	
    
    /*
    SUBNAVIGATION
    */
	
	nav ul {
		list-style:none;
		margin:0;
		padding:0;
        position:absolute;
		top:64px;
		left:186px;
		background:#fff;	
		border-radius:8px;
	}
	
	nav ul li {
		margin-top:12px;
		margin-bottom:12px;
		padding:0 8px;
		
	}
	
	nav a, nav a:visited {
		color:#3e4975;
		text-shadow:none !important;
		text-decoration:none;
	}
	
	nav a:hover, nav a.active {
		color:#000;	
	}
	
	/*
	THE CONTAINER
	*/
	section {
		padding:72px 64px 0;
	}
	
	
	/*
	FOOTER
	*/
	
	footer {
		background:#404045;
		color:#fff;
		height:128px;
		padding:16px 64px;	
		margin-top:32px;
		padding-right:192px;
		font-size:80%;
	}
	
	footer ul {
		display:none;
	}
	
	footer a, footer a:visited {
		color:#fff;
		text-decoration:none;	
	}
	
	footer a:hover {
		text-decoration:underline;	
	}
	
	.galleryimg {
		display:inline-block;
		margin:0;
	}
	
	/*
	BACKDROP
	*/
	
	#backdrop {
		background-size:cover !important;
		position:fixed;
		z-index:-1;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#3e4975;
	}
	
	/*
	HYPERLINKS
	*/
	
	a,a:visited {
		color:#404045;	
	}
	a:hover, a.active {
		color:#3e4975;	
	}
	
	
	/*
	PAGE ELEMENTS
	*/
	.lead {
		/*line-height:19pt;*/
		margin-top:32px;
		margin-bottom:64px;	.
	}
	
	h1 {
		font-size:2em;
		line-height:1.2em;
	}
	
	h1, h2, h3, h4, h5, h6 {
		line-height:1.2em;
	}
	
	
	/*Mobile-Specific*/
	.mobilehide {
		display:none !important;	
	}
	
}