.title-font {
  font-family: "Gotham B", "Gotham SSm A", "Gotham SSm B", Montserrat, sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  font-style: normal;
  line-height: 1.1;
  text-shadow: 0 1px 2px rgba(34,34,34,0.75);
  color: white;
}

.title-font {
  font-family: "Gotham B", "Gotham SSm A", "Gotham SSm B", Montserrat, sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  font-style: normal;
  line-height: 1.1;
  text-shadow: 0 1px 2px rgba(34,34,34,0.75);
  color: white;
}

.subtitle-font {
  font-family: "Gotham SSm A", "Gotham SSm B", Montserrat, sans-serif;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(34,34,34,0.75);
  font-size: 1.25rem;
  line-height: 1.25;
  color: white;
}

.body-font {
  font-family: "Gotham SSm A", "Gotham SSm B", Montserrat, sans-serif;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(34,34,34,0.75);
  font-size: 1rem;
  line-height: 1.25;
  color: white;
}

.sample-font {
  font-family: "Gotham SSm A", "Gotham SSm B", Montserrat, sans-serif;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(34,34,34,0.75);
  font-size: .8rem;
  line-height: 1.25;
  color: white;
}

.nav-font, .nav-font a {
  font-family: "Gotham B", "Gotham SSm A", "Gotham SSm B", Montserrat, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  line-height: 1;
  color: #663600;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-font a:hover {
  color: white;
  background-color: #ee4699;
  transition: all 0.3s ease-in-out;
}

.error {
  font-family: "Gotham SSm A", "Gotham SSm B", Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-shadow: 0 0 0 rgba(34,34,34,0.75);
  color: #ee4699;
}

.form-content {
  position: relative;
}
.form-content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/beans-1440x900.jpg);
  width: 100%;
  height: 100%;
  opacity : 1.0;
  z-index: -1;
}
