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;
}

.lost_gallery {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 70px;
}

.gallery_entry {
	width: 270px;
	height: 300px;
	display: inline-block;
	position: relative;
	margin: 2%;
	float: center;
	background-color: #FFE2BE;
}

.gallery_entry img {
	width: 270px;
	height: 200px;
	position: absolute;
}

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

@media (min-width: 414px){
	.gallery_entry{
		margin-left: 14%;
	}
}

@media (min-width: 768px){
	.gallery_entry{
		margin-left: 6%;
	}
}








