@font-face { font-family: "Andika"; src: url("../font/Andika-Regular.woff") format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: "Andika"; src: url("../font/Andika-Bold.woff") format("woff"); font-weight: bold; font-style: normal; }
@font-face { font-family: "Andika"; src: url("../font/Andika-Italic.woff") format("woff"); font-weight: normal; font-style: italic; }
@font-face { font-family: "Andika"; src: url("../font/Andika-BoldItalic.woff") format("woff"); font-weight: bold; font-style: italic; }
@font-face { font-family: "DoulosSIL"; src: url("../font/DoulosSIL-Regular.woff") format("woff"); font-weight: normal; font-style: normal; }

body {
	font-family: "DoulosSIL", serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #e4e4e2;
}
* {
	box-sizing: border-box;
}
.container {
	width: 960px;
	background: #fff;
	margin: 0 auto;
/*	background-image: url("../img/background.png");
	background-repeat: repeat;
*/
	background: #efefef;
	background-image: linear-gradient(0deg, #a0ffa0, #ffffa0);
}
.header {
	display: block;
	width: 100%;
	height: 158px;
	white-space: nowrap;
}
.masthead {
	display: inline-block;
	width: 750px;
	vertical-align: top;
}
.title {
	width: 750px;
	height: 48px;
	background-color: #000000;
	color: #88cfcf;
	font-family: "DoulosSIL", serif;
	font-style: italic;
	font-size: 190%;
	text-align: center;
}
.subtitle {
	width: 750px;
	padding: 0 16px 0 0;
	color: #000000;
	font-family: "DoulosSIL", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	text-align: right;
}
.mascot {
	display: inline-block;
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.page {
	display: block;
	width: 100%;
}
.nav {
	display: inline-block;
	width: 180px;
	white-space: nowrap;
	vertical-align: top;
}
.navitem {
	display: block;
	width: 164px;
	height: 32px;
	margin: 4px 8px;
	padding: 6px 2px 2px 2px;
	overflow: hidden;
	font-family: "Andika", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	color: #000000;
	background-color: #a0e0e0;
	background-image: linear-gradient(90deg, #90d0d0, #ffffff);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.navcurr {
	color: #ffffff;
	background-image: linear-gradient(90deg, #60a0a0, #000000);
}
a.navlink[href] {
	color: #000000;
	text-decoration: none;
}
.content {
	display: inline-block;
	width: 780px;
	height: 100%;
	padding: 10px 15px 10px 15px;
	background: #ffffff;
	vertical-align: top;
}
.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	font-size: 8pt;
	font-style: italic;
	text-align:center;
}
.footer_email {
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
}
img.photo {
	margin: 4px;
	border: 1px solid black;
}
.photowall {
	display: flex;
	flex-flow: row wrap;
}
.photowall img {
	align-items: flex-start;
	align-self: center;
	justify-content: center;
	height: auto;
	margin: 4px;
	border: 1px solid black;
}
.badges {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.badges img {
	align-self: center;
	height: auto;
	margin: 8px 32px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
h1 {
	font-family: "Andika", sans-serif;
	font-size: 28pt;
	font-weight: bold;
}
h2 {
	font-family: "DoulosSIL", serif;
	font-size: 16pt;
	font-weight: bold;	
}
p.text {
	font-family: "DoulosSIL", serif;
	font-size: 110%;
	font-weight: normal;		
}
p.inline {
	font-family: "Andika", sans-serif;
	font-size: 110%;
	font-weight: normal;		
}
table.reference {
	width: 60%;
}
.linkicon {
	display: block;
	width: 180px;
	text-align: center;
	margin-top: 80px;
}
.feature {
	padding: 8px;
	border: solid 1px #ddd;
	background: #eee;
	display: block;
	float: right;
	margin-right: 2px;
	font-family: "Andika", sans-serif;
	font-size: 12px;
	color: #808080;
	text-align: center;
}
