body, html
{
	background-color: #555555;
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

a:link
{
	color: #d98916;
	text-decoration: none;
}

a:visited
{
	color: #d98916;
	text-decoration: none;
}

a:active
{
	color: #d98916;
	text-decoration: none;
}

a:hover
{
	opacity: 0.7;
	text-decoration: none;
}

article
{
	background-color: #fbfbfb;
}

h1
{
	font-family: Helvetica, Arial;
	font-size: 40px;
	color: #0f9390;
	text-align: center;
	padding-top: 60px;
	line-height: 50px;
}

h2
{
	font-family: Helvetica, Arial;
	font-size: 30px;
	color: #999999;
	text-align: center;
	margin-top: 30px;
	line-height: 40px;
}

ul
{
	text-align: center;
	margin-top: 60px;
	padding-bottom: 150px;
}

li
{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 43%;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	padding: 20px;
	font-size: 22px;
	color: #e37227;
}

li:hover
{
	opacity: 0.8;
}

li img
{
	border: solid 1px #666666;
	border-radius: 4px;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}

footer
{
	padding-top: 16px;
	background-color: #555555;
	font-size: 14px;
	line-height: 20px;
	color: #eeeeee;
	text-align: center;
	min-height: 100px;
	bottom: 0px;
}

@media only screen and (max-width: 800px)
{
	li
	{
		display: block;
		width: 80%;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
	}

	h1
	{
		font-family: Helvetica, Arial;
		font-size: 28px;
		color: #0f9390;
		text-align: center;
		padding-top: 50px;
		line-height: 40px;
	}

	h2
	{
		font-family: Helvetica, Arial;
		font-size: 19px;
		color: #999999;
		text-align: center;
		margin-top: 20px;
		line-height: 26px;
	}
	
	ul
	{
		padding-bottom: 60px;
	}

	footer
	{
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 640px)
{
}


