@charset "UTF-8";

body {	background: url(/map.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#content-blocker {
}

#content-blocker .wrapper {
	width: 308px;
	background: aliceblue;
	text-align: center;
	padding: 15px;
	line-height: 20px;
	margin-top: 0;
}

#content-blocker .text {

}

#content-blocker .more a,
#content-blocker .more a:hover,
#content-blocker .more a:active {
	color: red;
	text-decoration: none;
}

#content-blocker .button {

}

#content-blocker .button button {
	background: red;
	color: white;
	padding: 7px;
	font-size: 15px;
	border: 0;
	border-radius: 0;
	margin-top: 10px;
}

#content-blocker .button button:hover {
   	background: black;
}