@charset "utf-8";
/* CSS Document */

body{
	margin-top:0px;
	margin-bottom:0px;
	background-color: #333333;
}

#wrapper{
	position: relative;
	width: 100%;
	font-family:Tahoma, Geneva, sans-serif;
	color:#E9E9E7;
	font-size:12pt;
}

/* Variable width design */
#container{
	max-width: 320px;
	margin-left:  auto;
  	margin-right: auto;
}

.service{
	/*max-width: 320px;*/
	max-width: 640px;/*only a single element now*/
	float: left;
	flex: 1;
}

.flexbox{
	display: block;
}

#header{
	width:320px;
	height:385px;
	background-image: url('images/header_191028.jpg');
	background-size: 960px 385px;
}

#headshot{
	width: 50%;
	float: left;
	margin: 15px 15px 15px 15px;
}

@media (min-width: 660px){
	#container{
		max-width: 640px;
	}
	.flexbox{
		display: flex;
	}
	#header{
		width:640px;
	}
	#headshot{
		width: 30%;
	}
}
@media (min-width: 1024px){
	#container{
		max-width: 960px;
	}
	.service{
		/*max-width: 480px;*/
		max-width: 960px;/*only a single element now*/
	}
	.flexbox{
		display: flex;
	}
	#header{
		width:960px;
		background-size: 960px 385px;
	}
	#headshot{
		width: 20%;
	}
}

#headertext{
	color: #E9E9E7;
	font-size: 36pt;
	padding: 30px;
	font-family: Garamond;
	font-weight: bold;
}

h2{
	color:#CDA34F;
	font-family: Garamond;
}

#nav{
	width:100%;
	text-align:center;	
}

.navlink{
	width: 25%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	/*display: inline-block;*/
	float: left;
	background-color: #000000;
}

.navlink:hover{
	background-color: #666666;
	text-decoration: underline;
}

#nav a{
	color: #ffffff;
	text-decoration:none;
}


a{
	color: #CDA34F;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.section{
	width: 100%;
	background-color: #373F27;
	clear: left;
}

.content{
	padding: 25px;
	overflow: hidden;
	line-height: 1.5;
}

.answer{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#headshot img{
	width:100%;
}

#footer{
	text-align:center;
	font-size:12px;
	padding:15px;
}


.burgundy{
	background-color: #3D110E;
}

.rust{
	background-color: #562915;
}
