@charset "UTF-8";

/* Layout Medium Screens */

header {
	height: 200px;
	}

header h1 {
	position:absolute;
	top:65px;
	right:10%;
	font-size: 1.3em; 
	text-align:right;
	z-index: 0;
	}

h2 { 
	font-size: 1.5em;
	font-weight: bold; 
	margin: 1.5em 0 1em 0; 
	}

nav {  
	top: 0px; 
	}

nav a { 
	margin-right: 20px; 
	}

#burger_btn, #back2top {
	visibility:collapse;
	height:0;
	}