html {
	font-family: sans-serif;
	background-color: #fff;
	font-family: 'Waiting for the Sunrise', cursive;

}
body {

}

.main-container {
	background-image: url(/images/_songbird-black.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: auto;
	width: 650px;
	margin: 0 auto;
	max-width: 100%;

}

h1 {
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: 3em;
}
h2 {
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: 1.50em;
	font-weight: bold;
	line-height: 1.125em;
	text-shadow: 0px 4px 1px rgba(150, 150, 150, 0.35);
	padding-bottom: 20px;
}

.contact-block {
	font-size: 2.250em;
	line-height: 1.125em;
	z-index: 1000;
}

		
@media (max-width: 360px) { 
	.contact-block {
	font-size: 1.75em;
	line-height: 1.25em;
	}
}
@media (max-width: 360px) { 
	h2 {
	font-size: 1.25em;
	line-height: 1.0em;
	}
}

.monsters {
	background-image: url(monsters.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	height: auto;
	width: 709px;
	height: 491px;
	max-height: 60%;
	max-width: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
@media (max-width: 360px) { 
	.monsters {
	height: 200px;
	}
}
@media (max-height: 400px) { 
	.monsters {
	height: 0px;
	}
}

.info {
	margin-bottom: 10px;
	display: block;

	}

