body {
	font-family:Gluten;
	text-align: center;
	margin:100px 0;
	color:#2664ef;
}

hr {
	margin-top: 100px;
	margin-bottom: 100px;
	height:5px;
	background-color:#2664ef;;
}

img, video {
	max-width:800px;
	margin-top:10px;
	margin-bottom:10px;
}

img.big {
width:80%;
}

h1, h2, h3 {
 font-family: "Gluten"
}

h1 {
	font-size:60px;
	margin-top:10px;
	margin-bottom: 10px;
}

h2 {
	font-size:40px;
	margin-top:60px;
	margin-bottom:60px;
}

h3 {
	font-size:30px;
	margin-top:80px;
}

p {
	font-size:24px;
	margin:auto;
	padding:15px;
	padding-bottom:15px;
	max-width:600px;
	text-wrap:pretty;
	line-height: 30px;
	text-wrap: balance;
}

.caption {
	font-size:20px;
	font-style: italic;
	padding-bottom:50px;
	padding-top:10px;
}

.navigation h3 {
    font-size: 30px;
    display: inline-block;
    margin: 80px 30px 20px;
    background: #90cd32;
    padding: 12px 24px;
    border-radius: 30px;
}

h3:hover {
background-color: #2664ef;
}

.keyobject {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.keyobject img {
	width: 100%;
	vertical-align: top;
	margin-bottom: 0;
}

.keyobject p {
	vertical-align: top;
	margin-top: 0;
	font-size: 24px;
}

.title {
	min-width: 600px;
	max-width: 50%;
}

.smallertitle {
	margin-top: 100px;
	min-width: 600px;
	max-width: 50%;
}

.sensorydiagram {
	min-width: 600px;
	max-width: 80%;
}

.bird {
	min-width: 600px;
	max-width: 50%;
	margin-bottom: 10px;
}

#arch {
	margin-top: 20px;
	margin-right: 50px;
}

#anotherpagetitle {
	margin-left: 50px;
	margin-right: 50px;
}

#archivemap {
	margin-top: 40px;
	margin-bottom: 40px;
	min-width: 500px;
	max-width: 100%;
}

#datastoryimg {
	margin-bottom: 10px;
	min-width: 600px;
}

a:link, a:visited {
	color:#2664ef;
	text-decoration: none;
}

a:hover {
	color:#90cd32;
}

a:active {
	color:#90cd32;
	text-decoration: none;
}

a.underline:link {
text-decoration: underline;
}