﻿.banner {
	
	background: url('../images/board-2100.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	
}

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

.banner {
	background: url('../images/board-1600.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	}
}

@media only screen and (max-width:1100px) {
.banner {
	
	background: url('../images/board-1100.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	}
}

@media only screen and (max-width:800px) {
.banner {
	background: url('../images/board-800.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
}

@media only screen and (max-width:400px) {
.banner {
	background: url('../images/board-400.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
}

#content {
	width:100%;
	padding: 3% 12% 5% 12%;
	max-width: 1766px;
}

.content-wrapper {
	width:100%;
	display:block;
	position: relative;
	padding:5% 12%;	
}


.content-wrapper img {
	width:50%;
	float: left;
	padding-right:3%;
	padding-bottom:3%;
	padding-top:.5%;
}


@media only screen and (max-width:800px) {
	.content-wrapper {
		padding:5% 0;
	}
}

@media only screen and (max-width:800px) {
	.content-wrapper img {
		width:100%;
		float:none;
		display:block;
		margin: 0 auto;
	}
}


h1 {
	font-size:44px;
	text-align: left;
	padding-left:12%;
}

@media only screen and (max-width:800px) {
	h1 {
		padding-left:0;
		padding-top: 5%;
	}
}

@media only screen and (max-width:400px) {
	h1 {
		padding-left:0;
		padding-top: 15%;
	}
}

p.bio {
	padding: 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	line-height:2;
}

@media only screen and (max-width:800px) {
p.bio {
	font-size: 16px;
}
}

.image {
	width:100%;
	display: block;
	margin: 0 auto;
	float: none;
	
}

.image img {
	width: 100%;
	padding-bottom:50px;
	padding-top:20px;
}