body {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin: 0;
  background-image: url('/assets/img/background-1.jpg');
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

a {
  color: #ffffff;
}

a:hover {
  text-decoration: none;
}

div.wrapper-dark {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  z-index: 0;
  display:none;
}

div.content {
  position: relative;
  max-width: 50%;
  padding: 3rem;
  margin: 20rem auto 3rem auto;
  color: #000000;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
}

section {
  margin-bottom: 2rem;
}

h1 {
  margin-bottom: 2rem;
  padding: 2rem 0 0 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #9b7d2e;
}

h2 {
  color: #9b7d2e;
}

p {
  text-align: justify;
}

p.center {
  text-align: center;
}

figure img {
  border-radius: 0.5rem;
}

/* globals */

.mb0 {
  margin-bottom: 0;
}