body {
  font-family: "Jost";
  margin: 0;
}

#head {
  margin: auto;
  width: 60%;
  font-family: "Jones";
  padding-top: 1em;
  padding-bottom: 2em;
}

#head h1 {
  margin-bottom: -0.6em;
}

#head h1 a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1em;
}

#head a:hover span{
  color: #800000;
}

#head h2 a {
  color: inherit;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  margin-right: 1.5em;
}

#head h2 a:hover {
  font-weight: 700;
}

#head h2 b {
  color: inherit;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  margin-right: 1.5em;
}

#body {
  text-align: left;
  width: 50em;
  margin: 0 auto;
}

#body h1 {
  font-weight: 200;
  font-size: 4em;
  margin-bottom: 0.2em;
  margin-top: 0.4em;
}

#body p {
  margin-top: 0.2em;
  line-height: 2em;
  padding-bottom: 1em;
}

#body a {
  color: inherit;
}

#body a:hover {
  color: #800000;
}

#body input {
  font-family: "Jost";
  font-size: 1em;
  color: #000000;
  border-style: solid;
  border-color: #000000;
  border-width: 0 0 1px 0;
}

#mc-embedded-subscribe {
  background-color: #000000;
  font-family: "Jost";
  color: #ffffff;
}

#footer {
  text-align: center;
}

#footer h1 {
  font-family: "Jones";
  font-weight: 500;
  color: #800000;
  margin-bottom: -0.5em;
}

#footer a {
  color: inherit;
}

progress {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background: #fff;
  color: #000;
}

progress::-moz-progress-bar {
  background: #000;
}

progress::-webkit-progress-bar {
	background: #fff;
}

progress::-webkit-progress-value {
  background: #000;
}

.button:hover {
  cursor: pointer;
}

#twitter {
  float: left;
  background-image: url(assets/twitter.svg);
  height: 2em;
  width: 2em;
  cursor: pointer;
}

#facebook {
  background-image: url(assets/facebook.svg);
  height: 2em;
  width: 2em;
  margin-left: 3em;
  cursor: pointer;
}
