section.goals, section.about {
	padding-bottom: 0px;	
	padding-top: 0px;	
}

section.about, wallpapers.small {
	margin:0 auto;
	max-width: 1024px;
	display: block;
	margin-top:20px;
}

mission {
	display: block;
	background: rgba(255,255,255,0.5);
	border-radius: 5px;
	overflow: hidden;
	padding: 40px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	color: #999;
	font-style: italic;
}

mission.headline {
	margin-bottom: 20px;
	margin-top: 40px;
	color:#0b97cc;
	font-size: 16px;
	padding: 20px;
	font-style: normal;
	font-weight: bold;
}

bio {
	display: block;
	background: rgba(255,255,255,0.5);
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
	margin-bottom: 20px;
}

bio pic {
	display: block;
	float: left;
	height: 400px;
	width: calc(30% - 13.3px);
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 5px;
	overflow: hidden;
}

bio content {
	display: block;
	float: right;
	width: calc(70% - 13.3px);
	padding: 20px;
	box-sizing: border-box;
}

bio content p {
	margin-bottom: 20px;
	line-height: 1.3;
}

section.about bio content a {
	display: inline;
	box-shadow: none;
	float: none;
	color: #0b97cc;
}

section.about bio content a:hover {
	text-decoration: underline;
}


specs ul {
	display: flex;
	flex-direction: row;
	background: rgba(255,255,255,0.5);
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
	margin-bottom: 20px;
	height: 40px;
}

specs li {
	display: block;
	flex-grow: 1;
	text-align: center;
	line-height: 40px;
	color: #666;
	border-right: 1px solid #ccc;
}

specs li a {
	text-decoration: none;
	display: block;
}

specs li:last-child {
	border-right: none;
}

section.listing specs a {
	float: none;
	width: auto;
	height: auto;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	margin: 0px;
	font-weight: bold;
	background: #0b97cc;
	color: #FFF;
	
}

section.listing specs a:hover {
	color: #0b97cc;
	background: #FFF;
}

section.listing bio content h2 {
	font-size: 36px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

section.listing bio content h3 {
	color: #999;
	margin-bottom: 20px;
}

section.listing bio content p {
	color: #666;
}

@media only screen and (min-width: 0px) and (max-width: 800px) { 
	mission {
		font-size: 20px;
	}

	bio {
		height: auto;
	}

	bio pic {
		float: none;
		width: calc(100% - 40px);
		margin: 20px;
		box-sizing: border-box;
	}

	specs ul {
		display: block;
		height: auto;
	}

	specs li {
		display: block;
		float: none;
		width: 100%;
	}

	section.listing specs li a {
		border-top:1px solid #FFF;
	}

	bio content {
		padding-bottom: 0px;
	}

	bio content {
		float: none;
		width: 100%;
	}

	body wallpapers.small a, body wallpapers.small a:nth-child(3n - 2)  {
		float: none;
		width: 100%;
		margin-right: 0px;

	}

	body wallpapers.small {
		padding:0px 40px;
	}
}