/* Why are you even looking at this? Oh well... This Super tiny (under 300k including images) responsive website was designed by Gavin for Gavin. */
html{
	background:url('background2.jpg') no-repeat center center;
	min-height:100%;
	background-size:cover;
}

body{
	/* START Workaround for some mobile browsers */
	min-height:100%;
	/* END */
	margin-top: 50px;
	margin-bottom: 0px; 
	margin-left: 10px; 
	margin-right: 10px; 
	font-family: Century Gothic, sans-serif;
	font-size: 18px; 
	color: #ffffc9; 
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; 
}

h1{ 
	max-width: 100%; 
	min-width: 25%; 
	margin-top: 10px;
	margin-bottom: 10px; 
	margin-left: 5px; 
	font-size: 45px; 
}

a {
	color: #ffffff; 
}

img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px; 
}