body {
  background: black;
  color: white;
}

@font-face {
  font-family: Neillsfont;
  src: url(/fonts/PAPYRUS.TTF);
}

#mainNav {
  background: black;
  padding: 25px 0 25px 0;
}

.Neillsfont {
  font-family: Neillsfont;
}

.yellow {
  color: #E1AD01;
}

.red {
  color: red;
}

.orange {
  color: orange;
}

.wheat {
  color: wheat;
}

.shadow {
  text-shadow: 2px 2px gray;
}

#mainNav a {
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#mainNav a:hover {
  color: #E1AD01;
}

#headerIntro {
  margin: 50px 0;
}

.cta {
  border: solid 5px #E1AD01;
  margin: 60px 0;
  padding: 20px;
}

.orangebutton {
  background: orange;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border: solid 5px transparent;
}

.orangebutton:hover {
  background: black;
  border: solid 5px orange;
}

.editableContent {
  margin-top: 40px;
}