* {
  margin: 0px;
  padding: 0px;
}
html {
  height: 101%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: univers, helvetica, aksidenz, akkurat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  background: #fff;
  color: #099bef;
  margin-left: 50px auto;
  padding-top: 16px;
  padding-bottom: 50px; 
  padding-left: 100px;
  padding-right: 100px;
  top: 16px;
}
a {
  color: #222;
  text-decoration: underline;
}
a,
a:hover,
a:active,
a:visited {
  outline: 0px;
}
a:hover {
  color: red;
}
img {
  outline: 0;
  border: 0;
}
h1 {
  margin-top: 16px;
  margin-left: 16px;
  font-family: WindsorBT-Roman, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  color: #222;
  margin-bottom: 20px;
}
h2 {
   margin-top: 16px;
   font-family: SchelterGroteskNF, 'akkurat', Helvetica, Arial, sans-serif; 
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   margin-left: 26px;
   line-height: 36px;

}
h3 {
  font-family: SchelterGroteskNF, 'akkurat', Helvetica, Arial, sans-serif;  
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 21px;
}
h4 {
  font-family: SchelterGroteskNF-Bold, 'akkurat', Helvetica, Arial, sans-serif;  
  color: red;
  font-weight: normal;
}
p {
  margin-bottom: 20px;
  max-width: 700px;
}
nav {
  position:fixed;
  top:16px;
  right: 36px;
  overflow: hidden;
  border: 2px solid red;
  padding: 10px 10px;
}
nav li {
  list-style: none;
  margin-right: 20px;
  font-weight: normal;
  float: left;
}
nav li a.active {
  color: red;
}
nav.submenu {
  border-top: none;
  margin-bottom: 20px;
}
nav.submenu a {
  font-weight: normal;
}
section.content {
  margin-top: 0px;
  overflow-y:  hidden;
  width: 90%
}

footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid red;
  font-size: 13px;
  color: #222;
}
footer a {
  color: red;
}
footer a:hover {
  color: #222;
}

.xlargepictures{
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
	width: 800px;
}


.largepictures{
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
	width: 600px;
}

.pictures{
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
	width: 400px;
}

.smallpictures{
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
	width: 350px;
}

.xsmallpictures{
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
	width: 200px;
}

.textdescription{
	padding: 16px;
	margin-right:16px;
	margin-bottom: 16px;
	position: relative;
	float: left;
	width: 420px;
	border-color: #099bef;
	border-style: solid;
	}

.mapdescription{
	padding: 16px;
	margin-right:16px;
	margin-bottom: 16px;
	position: relative;
	float: left;
	width: 85%;
	border-color: #099bef;
	border-style: solid;
	}

.related{
	padding: 16px;
	margin-right:16px;
	margin-bottom: 16px;
	position: relative;
	float: left;
	color:#f06e0b;
	width: 600px;
	border-color: #f06e0b;
	border-style: solid;
	}

.downloads{
	padding: 16px;
	margin-right:16px;
	margin-bottom: 16px;
	position: relative;
	float: left;
	width: 360px;
	color:#c319b3;
	border-color: #c319b3;
	border-style: solid;
	}	
	

.picturecaption{
	font-size: 10px;
	line-height: 10px;
	padding-top:6px;
	font-weight: bold;
	padding-bottom:6px;

}

.indexcontainer{
	float: left;
	width: 270px;
	margin: 16px;
}

.indexdescription{
	padding: 16px;
	margin-right:16px;
	margin-bottom: 16px;
	position: relative;
	float: left;
	width: 250px;
	border-color: #099bef;
	border-style: solid;
	}

.mapcontainer{
	float: left;
	width: 90%;
	margin: 16px;
}

li{
 list-style: square;
 list-style-position: inside;
 padding-left: 0em;
 text-indent: 0em;
 padding-bottom: 9px;
}

nav li{
	 padding-bottom: 0px;
}

.random{
	color:fuchsia;
	text-decoration: line-through;	
}

.essay{
	padding: 16px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 16px;
	width: 70%;
}

.essay p{
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	font-style: normal;	
}

.essayimagecontainer{
	margin-left: auto;
	margin-right: auto;
	width:70%;
}



@media only screen and (max-width: 979px) {

body { color: red;
  margin: 0px;
  padding: 0px;	
	
}	
img { width: 90%; height: auto; }

h1 {
  margin-top: 86px;
    margin-left: 0px;

}
section.content{
	width:100%;
	margin: 0px;
	padding:0px;
}

}