/*body, html {
    height: 100% !important;
}
*/
body{
  font-family: "Source Sans Pro", "Arial", "sans-serif";
}
.main {
  margin: 20px;
}

.hero-image {
  background-image: /* linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), */ url("hero-image.jpg") !important;
  height: 600px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

hr{
  margin: 0px;
}

.main-nav{
  margin-top: 10px;
  margin-bottom: 10px;
}

footer{
  margin: 20px;
}
