h1 a{
	font-family: 'Open Sans Condensed', 'Avenir', sans-serif;
	letter-spacing: 2px;
	text-transform: none;
	text-decoration: none;
	color: #BEDBFF;
	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;
}

ul{
	margin-bottom: 20px;
}

.found, .lost{
	border: 1px solid grey;
	border-color: grey;
	border-style: dotted;
	width: 70%;
	height: 20%;
	overflow: auto;
	color: lightblue;
	margin-left: 13%;
	margin-top: 7%;
	background: #BEDBFF;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-top: 90px;
}

.found:hover, .lost:hover{
	opacity: 0.7;
	border: none;
	transition: 0.5s;
}

.lost{
	margin-bottom: 20px;
}

.content{
	text-align: center;
	padding-top: 20%;
}

ul ul{
	padding-left: 0;
	list-style-type: none;
}

ul .links{
	padding-left: 0;
	list-style-type: none;
}

ul, menu, dir {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}


@media (min-width: 650px){
	.found, .lost{
		margin-top: -10px;
		height: 18%;
	}

	.content{
		padding-top: 14%;
	}

	.navitem{
		margin-bottom: 2%;
	}

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

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

