@charset "utf-8";

@font-face {
	font-family: 'Papyrus';
	src: url('fonts/hinted-Papyrus-Regular.eot');
	src: url('fonts/hinted-Papyrus-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-Papyrus-Regular.woff') format('woff'),
		url('fonts/hinted-Papyrus-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic.eot');
	src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic.woff') format('woff'),
		url('fonts/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic Bold';
	src: url('fonts/hinted-CenturyGothic-Bold.eot');
	src: url('fonts/hinted-CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/hinted-CenturyGothic-Bold.woff') format('woff'),
		url('fonts/hinted-CenturyGothic-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}



/* Hide the mobilemenu until the document is done loading. */

#menumobile {
	display: none;
}

#menu:not( .mm-menu ) {
   display: none;
}

#menu li a {
	color: #fff;
}

#mm-blocker {
	background-color: rgba(0,0,0,0.5);
}

.mm-navbar {
	background-color: #454f58;
}

.mm-navbar a {
	color: #fff !important;
}

.mm-menu {
	background-color: #333 !important;
}

.mm-listview .mm-next {
	background-color: rgba(0,0,0,0.1);
}




.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	height: 100%;

}


body {
	background-color: white;
	margin: 0; padding: 0;
}


.hidden {
	display: none;
}


h1 {
	font-family: Papyrus;
	line-height: normal;
	font-size: 32px;
	font-weight: normal;
}

h1 a {
	color: #FF6600;
	font-family: Papyrus;
}

h2 {
	color: #222222;
	font-family: Papyrus;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: #222222;
	font-family: Papyrus;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	color: #222222;
}


h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}






a {
	color: black;
	text-decoration: none;
}

a.active {
	color: #FF6600;
}


#wrapper {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	position: relative;
}

.wrapper {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	position: relative;
}



body, td, p, div {
	font-family: 'Century Gothic', sans-serif;
	font-size: 14px;
}

strong {
	font-family: 'Century Gothic Bold';
	font-weight: normal;
}



.mobile {
	display: none;
}



#content {
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	margin-top: 15px;
	padding-top: 35px;
	padding-bottom: 25px;
}



.shadow {
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
}



#mainmenu {
	margin: 0 -14px;
	text-align: justify;
}

	#mainmenu:after {
		content: '';
		display: inline-block;
		width: 100%;
	}

	#mainmenu h3 {
		font-size: 17px;
		letter-spacing: 0.5px;
	}



#mainmenusmall {
	margin: 10px -15px 0 -15px;
	text-align: justify;
}

	#mainmenusmall:after {
		content: '';
		display: inline-block;
		width: 100%;
	}

	#mainmenusmall h3 {
		font-size: 17px;
		letter-spacing: 0.5px;
	}



p {
	padding: 0;
	margin: 0;
	min-height: 12px;
}

#footer {
	float: left;
	width: 100%;
	border-top: 1px solid black;
	margin-bottom: 40px;
	margin-top: 20px;
	padding-top: 35px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: 'Century Gothic', sans-serif;
}

	#footer a {
		text-decoration: underline;
		color: #fff;
	}





#maintitle {
	float: left;
	width: 100%;
	margin: 15px 0 20px 0;
	font-family: Papyrus;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 1px;
}

	#maintitle .year {

	}

#content .subtitle {
	font-family: Papyrus;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 25px;
}

#content .image {
	border: 2px solid #fff; width: 100%;
	box-sizing: border-box;
}

#content .title {
	width: 100%;
	margin-top: 10px;
	margin-bottom: -7px;
	line-height: 1.4;
	text-align: right;
	font-weight: bold;
}

#content .text {
	width: 100%;
	margin-top: 10px;
	line-height: 1.4;
	text-align: right;
}

#content .imageleft {
	border: 2px solid #fff;
	float: left;
	max-width: 100%;
	margin: 0px 40px 5px 0;
}

#content .imagewrapper.literature .imageleft {
	width: 161px;
}

#content .textright {
	line-height: 1.5;
}

#content .textright.literature {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 20px;
}

#content .textright.contact {
	font-size: 17px;
	line-height: 1.6;
}

	#content .textright.contact ul {
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: 2.1;
	}

	#content .textright.contact .text1 {
		font-size: 13px;
	}

	#content .textright.contact .text2 {
		font-size: 15px;
	}

	#content .textright.contact .text3 {
		font-size: 19px;
		line-height: 1.4;
		color: #f0f0f0;
	}

	#content .textright.contact .text4 {
		font-family: 'Papyrus';
	}

	#content .textright.contact .text5 {
		text-align: center;
		width: 100%;
		display: inline-block;
		max-width: 420px;
	}

#content .textright.contact p {
	font-size: 17px;
	line-height: 1.6;
}

#content .imageright {
	border: 2px solid #fff;
	float: right;
	max-width: 100%;
	margin: 0px 0px 5px 40px;
}

#content .textleft {
	line-height: 1.5;
}

#content a {
	color: white;
	text-decoration: underline;
}


#content .paragraph {
	float: left;
	width: 100%;
	margin: 15px 0;
}

#content .picturecontainer {
	margin: 0 auto;
	padding: 0;
	max-width: 530px;
	width: 100%;
	margin-bottom: 20px;
}

#content .imagewrapper.literature {
	display: table-cell;
	float: left;
	padding-left: 180px;
	margin-bottom: 17px;
	width: 205px;
}

#content .imagewrapper.biography.left {
	display: table-cell;
	float: left;
}

#content .imagewrapper.biography.right {
	display: table-cell;
	float: right;
}

#content .imagewrapper.contact {
	display: inline-block;
	float: left;
}

#content .imagewrapper.contact img {
	margin: 0px 76px 5px 0;
}

#content .paragraph .imagetitle {
	margin-bottom: 10px;
	font-size: 10px;
}

#content .paragraph .imagetitle.right {
	text-align: right;
}