@charset "utf-8";
main {
	width: 100%;
	clear: both;
	margin-top: 50px;
	background-color: #FFFFFF;
}
.column img {
	margin-top: 20px;
	vertical-align: middle;
	max-height: 200px;
}

main header {
	width: 100%;
	background-color: #FFFFFF;
}
main article {
	width: 100%;
	clear: both;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	
	}

main nav {
	width: 250px;
	height: 50px;
	float: left;
	color: #000000;
	background-color: #D2CFCF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	border-style: none;
	vertical-align: middle;
}
 main nav a{
	color: #000000;
	text-decoration: none;
}

main nav a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.photowidth {
	max-height: 100px;
	width: 100%;
	hight: 100%;
}
main article section {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.row {
	display: flex;
	padding: 0 2%;
	flex-wrap: wrap;
}
.column {
	flex: 25%;
	padding: 0 2%;
	max-width: 25%
}
section a:hover{
	opacity: 0.5;
}
