main {
background-color: #e0cba5;
padding: 20px; /* or other padding number */
}

body {
  background-color:#CABA9C;

  margin: 20px;

  color:#123b16;

  margin-left: 10%;

  margin-right: 10%;

  font-size: 1em ; /* default 16px */

  text-align: left;

font-family: "zeitung", sans-serif;
font-weight: 400;
font-style: normal;

  /* THIS IS FOR PICTURES */
  .center { 
  display: block;
  margin-left: auto;
  margin-right: auto;
}

  
  



/* ////////// NAV LINKS /////////*/
nav {
height: 1.8em;
padding: 20px 0px 0px 20px;
letter-spacing: 2px;
font-size: .9em ;
font-family: "zeitung-micro", sans-serif;
font-weight: bold;
font-style: normal; 
}

p {
color: #4C6444;
   /* line-height: ;  */
   
}

h1 {
font-family: "mighty-slab", serif;
font-weight: normal;
font-style: normal;
  text-align: center;
}

h5 {
  text-align:center;
}

ul {
  /*background-color:#ccc;*/
  color: #4D2D18;
}

ol {
    color: #4D2D18;
  }


nav {
  background-color: #4C6444;
    /* padding: 20px 12px 8px 12px; */
}

nav a {
float: left; /* more on this later */
color: #ffffff;
text-align: center;
margin-top: 10px;
padding: 5px 10px;
margin-right: 10px;
text-decoration: none;
}

#content {
  width: 30px;
  /* margin-left: ; */
}

/* unvisited link */
nav a:link {
color: #fff5c1;
background-color:#b19b2b;
border-radius: 3px;
text-decoration:none;
}
/* visited link */
nav a:visited {
color: #fff5c1;
background-color:#ad7412;
border-radius: 6px;
}
/* mouse over link */
nav a:hover {
color: #6c4f39;
background-color:#ffe76e;
}

/* selected link */
nav a:active {
color: rgb(222, 180, 101);
}



nav a.active {
/* PUT "active" AS A CLASS ON THE CURRENT PAGE LINK */
color: #b19b2b;
background-color:#f4e492;
border-radius: 4px;
}


footer {text-align: right;}


/*
* {
    border: 2px solid red;
    border-radius: 5px;
}
*/


/*FONTS*/
/*Zeitung Pro Regular
font-family: "zeitung", sans-serif;
font-weight: 400;
font-style: normal;

Zeitung Pro Regular Italic
font-family: "zeitung", sans-serif;
font-weight: 400;
font-style: italic;

Zeitung Pro Bold
font-family: "zeitung", sans-serif;
font-weight: 700;
font-style: normal;

Zeitung Pro Bold Italic
font-family: "zeitung", sans-serif;
font-weight: 700;
font-style: italic;

Zeitung Micro Pro Regular
font-family: "zeitung-micro", sans-serif;
font-weight: 400;
font-style: normal;

Zeitung Micro Pro Regular Italic
font-family: "zeitung-micro", sans-serif;
font-weight: 400;
font-style: italic;

Zeitung Micro Pro Bold
font-family: "zeitung-micro", sans-serif;
font-weight: 700;
font-style: normal;

Zeitung Micro Pro Bold Italic
font-family: "zeitung-micro", sans-serif;
font-weight: 700;
font-style: italic;

Zeitung Mono Pro Regular
font-family: "zeitung-mono", sans-serif;
font-weight: 400;
font-style: normal;

Zeitung Mono Pro Regular Italic
font-family: "zeitung-mono", sans-serif;
font-weight: 400;
font-style: italic;

Zeitung Mono Pro Bold
font-family: "zeitung-mono", sans-serif;
font-weight: 700;
font-style: normal;

Zeitung Mono Pro Bold Italic
font-family: "zeitung-mono", sans-serif;
font-weight: 700;
font-style: italic;

Mighty Slab One
font-family: "mighty-slab", serif;
font-weight: 400;
font-style: normal;

Mighty Slab Four
font-family: "mighty-slab", serif;
font-weight: 700;
font-style: normal;*/
