/* CSS Document */

body {
	background: #696969;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited, a:hover {
	color: #f78f1e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.content {
	text-align: left;
	width: 600px;
	max-width: 100%;
	height: auto;
	margin: 10vh auto 10vh auto;
}

.content img {
	max-width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0 0 2em 0;
	border: 0;
}

@media (max-width: 650px) {
	.content {
		text-align: left;
		width: 90%;
		max-width: 90%;
		height: auto;
		margin: 10vh 5% 10vh 5%;
	}
	.content img {
		max-width: 100%!important;
		height: auto;
		margin: 0 0 2em 0;
		border: 0;
	}
}