h1 a{
	font-family: 'Open Sans Condensed', 'Avenir', sans-serif;
	letter-spacing: 2px;
	text-transform: none;
	text-decoration: none;
	color: grey;
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	position: absolute;
	float: left;
}

h2{
	font-family: 'Didot', serif;
	font-size: 9px;
	display: inline-block;
	position: absolute;
	padding-top: 27px;
	padding-left: 10px;
	color: grey;
	float: left;
}

a{
	text-decoration: none;
	color: grey;
}

body{
	width: 100%;
}


#search, #hamburger{
	display: inline-block;
	float: right;
	margin: auto;
	margin: 7px;
	overflow: wrap;
}

#hamburger{
	padding-right: 17px;
	color: grey;
}

#hamburger:hover{
	color: #BEDBFF;
}

#search{
	color: grey;
}

#search:hover{
	color: #BEDBFF;
}

.menu {
	display: none;
}

.active.menu {
	display: block;
	box-sizing: border-box;
	padding-top: 70px;
	height: 100%;
	width: 100%;
	z-index: 5;
	list-style-type: none;
}

.navitem{
	list-style-type: none;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 100px;
	border: 1px dotted grey;
	background: #BEDBFF;
	width: 80%;
	margin-left: 8%;
	margin-bottom: 8%;
}

.navitem:hover{
	opacity: 0.7;
	border: none;
	transition: 0.5s;
}


.report{
	border: 5px solid #BEDBFF;
	position: fixed;
	margin: auto;
	margin-top: 20%;
	width: 80%;
	margin-left: 3%;
	padding: 10px;
}

h4{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #BEDBFF;
}

input, textarea{
	border: 1px dashed #FFE2BE;
	width: 90%;
	margin-left: 4%;
}

button{
	border: 1px solid #FFE2BE;
	background-color: #FFE2BE;
	margin-top: 10px;
}

button:hover{
	background-color: none;
}

.titlereport{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FFE2BE;
	letter-spacing: .1em;
	font-size: 30px;
}

h3{
	margin-top: 0px;
	margin-bottom: -5px;
}


@media (min-width: 650px){
	.navitem{
		margin-bottom: 2%;
	}

	h2{
		padding-left: 220px;
		padding-top: 1px;
		font-size: 17px;
	}

	.report{
		margin-left: 6%;
	}
}


@media (min-width: 1440px){
	.report{
		margin-top: 10%;
		margin-left: 7%;
	}
}




@media (min-width: 320px){
	h1 a{
		font-size: 20px;
		padding-top: 14px;
	}
}






