body {
  background: black url("background.jpg") center/cover no-repeat fixed;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13pt;
  line-height: 1.25;
  margin: 8px;
  padding-top: 50px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: 'Mansalva', sans-serif;
}
h1 {
  font-size: 2.6em;
}
h2 {
  font-size: 1.9em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1.3em;
}
h6 {
  font-size: 1.1em;
}
a, a:visited, a:hover, a:active {
  color: #b23755;
  transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.75;
}
a.btn {
  color: black;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: white;
  padding: 0.4rem;
  border: 0.25rem solid white;
  margin-bottom: 0.5rem;
  display: block;
  transition-property: color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
a.btn:hover {
  color: white;
  background: black;
}
p {
  margin: 0.5em 0;
}
img {
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: 600;
}
.content {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.middle {
  vertical-align: middle;
}
.small {
  font-size: 8pt;
}
