.white {
  color: white;
}

.light-grey {
  color: #b7b7b7;
}

.loutabox-yellow {
  color: #fbb040;
}

.allcaps {
  text-transform: uppercase;
}

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inv {
  background-color: #58595b;
  color: white;
  padding: 50px;
}
