body {
  background-color: #000;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}

/* HEADINGS */

.header--main {
  color: #fff;
  font-size: 50px;
  font-weight: normal;
}

.header--secondary {
  color: #fff;
  font-size: 42px;
  font-weight: 300;
}

.header--sub-header {
  color: gray;
  font-size: 21px;
}

/* LINKS */

.link--cta {
  color: aquamarine;
  font-size: 16px;
}

/* IMAGES */

.image--camp {
  max-width: 100%;
}

/* FOOTER */

.footer--copyright {
  color: grey;
  font-size: 21px;
  text-align: right;
}
