* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

@font-face {
    font-family: SpecialElite;
    src: url('specialelite-regular.ttf');
    font-weight: normal;
    font-style: normal;
 }

body {
  font-family: Helvetica, Arial, sans-serif;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffe000;
  color: #665a00; 
  margin: 0;
}

.navigation {
  background-color: #332d00;
  color: #fff; 
}
	
.navigation a {
  float: left; 
  display: block; 
  border-right: 2px dotted; 
  border-bottom: 2px dotted; 
  color: #fff; 
  padding: 1em; 
  text-decoration: none;
  background-color: #332d00;
}

.navigation a:hover {
  color: #000;
  text-decoration: none; 
  background-color: #b39e00; 
}

.title {
  color: #b39e00;
  font-size: 2em; 
  font-weight: 700; 
  font-family: SpecialElite, Georgia, Garamond, Times, serif; 
  padding-top: 1em;
  padding-left: 0.6em;
}

.parag {
  padding: 1em; 
  line-height: 1.5; 
  font-size: 1.2em; 
  font-weight: 300;  
}

.parag a {
 background-color: #b39e00; 	
 padding: 0.1em; 
}

.footer {
  float: left;
  display: flex;
  flex-wrap: nowrap;
  background-color: #332d00;
  padding: 1em; 
  width: 100%;
}

.copy {
  color: #fff !important; 
  font-size: 0.9em;
  font-weight: 200; 
}

div.email > span:nth-child(2) {
	display: none;
}
 
a {
  color: #fff;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}