html { height: 100% }
body { height: 100%; margin: 0; padding: 0; overflow:hidden}
#map { height: 100%; width: 100%;}

* {
	font-family: 'Gudea', sans-serif;
}

h1, h2, h3 {
	font-family: 'Roboto Slab';
}

h1 {
	font-size: 24px;
}
#attempts img {
	cursor: pointer;
}

#infowindow-container {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	animation: 0.5s linear 0s normal forwards 1 fadeOut;
	padding-top: 2%;
	z-index: 5000;
	opacity: 1;
	display: none;
}

.infowindow {
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
	cursor: default;
	padding: 25px 15px;
	text-align: left;
	width: 360px;
	margin: 0 auto;
	background: none repeat scroll 0 0 #FFE691;
	border: 1px solid #F6DB7B;
	position: relative;
	display: none;
}
.infowindow img {
	width: 100%;
	height: auto;
}

.infowindow > a.button-close {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background: url('../images/close.png');
	right: 5px;
	top: 5px;
	outline: 0;
}

#marker-submit a {
	display: block;
	margin: 15px 5px;
	background: #6fa080;
	padding: 10px 20px;
	color: #000;
	text-align: center;
	border-radius: 25px;
	text-decoration: none;
	font-weight: bold;
}
#marker-submit a.disabled {
	background: #496d55;
}
#overlay {
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: 20px;
	background: rgba(255, 255, 255, 0.75) url('../images/logo.png') no-repeat;
	background-position: right 10px top 10px;
	padding: 5px;
	border-radius: 8px;
	box-shadow: 3px 3px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 1px 1px rgba(0, 0, 0, 0.5);
	width: 350px;
	z-index: 500;
}

h1, h3 {
	text-align: center;
	margin: 0;
	padding: 0;
}
h3 {
	padding-bottom: 15px;
}
p {
	margin: 0;
	padding: 0;
}

.highlighted {
	font-weight: bold;
}

a {
	color: #cb7425;
}

#instructions {
	margin: 50px 20px 0;
}

h2 {
	margin: 0;
	padding: 0;
}

#n, #e {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}
#left {
	text-align: center;
}
#attempts {
	text-align: center;
	margin: 10px 20px 0;
	min-height: 20px;
	height: 42px;
	overflow: hidden;
}
#attempts img {
	margin: 0 1px;
}

#coordinates {
	margin: 5px 20px;
}
#landmark-wrapper {
	/*width: 100%;*/
	left: 10px;
	right: 10px;
	/*height: 430px;*/
	position: absolute;
	top: 370px;
	bottom: 5px;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
