body
{
	background-color: #E7D6C0;
	
	margin: 0;
	
}



.wrapper
{
		width: 1200px;
		height: 800px;
		background-color: #FAF6F2;
		margin-left: auto;
		margin-right: auto;
}

.upperpannel
{
		
		width: 1200px;
		height: 100px;
		background-color: white;
		position: relative;
		border: dotted #bbbbbb 2px;
			
}


.topnav
{
	width: 240px;
	height: 70px;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 20pt;
	color: black;
	padding: 30px 0 0	 0;	
	text-align: center;
	margin-top:0;
	margin-bottom:0;
	
	
}

.topnav_logo img
{
	width: 240px;
	height: auto;
	float: left;
	padding: 10px 0 0px 0;	
	text-align: center;
	
	
}

.topnav a
{
	margin-top: auto;
	margin-bottom: auto;
	font-size: 20pt;
	color: black;
	text-decoration: none;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.topnav:hover a
{
	color: #7f7f7f;
	text-decoration: none;
	
}

#photo
{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
		
}

#photo img
{
	width: 900px;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	
	
}

.footer
{
	width: 1200px;
	height: 300px;
	background-color: #24292E;
	margin-left: auto;
	margin-right: auto;

}

.footer_left
{
	float: left;
	width: 600px;
	height: 190px;
	font-family: 'Raleway', sans-serif;
	
}

.footer_right
{
	float: left;
	width: 600px;
	height: 190px;
	color: white;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	
}

.footer_right p
{
	margin-top: 35px;
	font-size: 16px;
	
}

.fb
{
	margin-left: 20px;
	margin-top: 10px;
	width: 450px;
	height: 70px;
	float:left;
	font-size: 18pt;
}



.footer a
{
	
	color: white;
	text-decoration: none;
	
	
}

.fb-page
{
	max-height: 150px;
	margin-top: 20px;
	margin-left: 20px;
}

ul
{
		list-style-type: none;
}

.list
{
	margin-top: 0px;
	width: 200px;
	height: 696px;
	background-color: #e8e4d8 ;
	line-height: 25pt;
	float: left;
	border-right: 2px dotted #bbbbbb;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	
	
}

.list p
{
	margin-top: 0;
	margin-left: 10px;
	font-size: 14pt;
	font-family: 'Raleway', sans-serif;
	
}

.list a
{
	text-decoration: none;
	color: black; 
	font-size: 18pt;
	line-height: 35px;
	font-family: 'Raleway', sans-serif;
}

.list a:hover
{
	font-weight: bold;
}

.photos
{
	float: left;
	width: 998px;
	height: 696px;
	background-color: FAF6F2;
	font-family: 'Raleway', sans-serif;
}

.photodiv_a
{
	width: 333px;
	height: 232px;
	float: left;
	text-align: center;
}

.photodiv_a img
{
	border-radius: 10px;	
	margin-top: 10px;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}

.photodiv_a img:hover
{
	transform: scale(1.1);
	overflow: hidden;
}

.photodiv_b
{
	width: 332px;
	height: 232px;
	float: left;
	text-align: center;
}

.photodiv_b img
{
	border-radius: 10px;	
	margin-top: 10px;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}

.photodiv_b img:hover
{
	transform: scale(1.1);
	overflow: hidden;
}

figcaption
{
	text-align: center;
	margin-top: 10px;
}

.left
{
	width: 400px;
	height: 696px;
	background-color: #dac4bf;
	float: left;
}

.left p
{
	font-family: 'Raleway', sans-serif;
}

.right
{
	width: 800px;
	height: 696px;
	background-color: #efefef;
	float: left;
	font-family: 'Raleway', sans-serif;
}

.right img
{
	height: 100px;
	width: auto;
	margin-top: 40px; 
	margin-right: 50px;
	float: left;
	
}

.text
{
	width: 700px;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 40px;
	font-size: 14pt;
	color: black;
	text-align: justify;
	line-height: 25px;
	
}