
.parallax {
  background-image: url('../img/hero_background.png');
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.btn-warning {
  font-weight: bold;
}
footer a:hover {
  text-decoration: underline;
}
