body {
	background-image: url("web-background.jpg");
	/*! background-position: center; */ 
	background-repeat: no-repeat;
	background-size: cover; 
	background-color: #D0D3DA;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
section	{
	padding-left: 75px;
	padding-top: 200px;
	max-width: 675px;
}
#logo { 
	max-width: 362px;
	padding-bottom: 60px;
}
p {
	color: #ffffff;
	font-size: 20px;
	line-height: 36px;
	margin: 0;
}
a {
	color: #284560;
	text-decoration: none;
}
.bio {
	padding-bottom: 35px;
}
.contact {
	font-size: 16px;
	line-height: 75px;
	padding-left: 75px;
	color: #284560;
	display: inline-block;
}
.mobile {
	display: none;
}
footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	background: #D0D3DA;
	height: 75px;
}
@media only screen and (max-width: 768px){
	section {
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 35px;
	}
	p {
		font-size: 16px;
		line-height: 28px;
		text-align: center;
	}
	#logo {
		width: 100%;
		padding-bottom: 35px;
	}
	.address {
		text-align: center;
	}
	.contact {
		display: none;
	}
	.mobile {
		font-size: 16px;
		line-height: 22px;
		padding: 18px 35px;
		color: #284560;
		display: inline-block;
	}
	footer {
		position: relative;
		width: 100%;
		bottom: 0;
		right: 0;
		left: 0;
		background: #D0D3DA;
		height: auto;
	}
}