body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}

.bgimg {
  background:linear-gradient(
    rgba(31, 28, 28, 0.45), 
    rgba(20, 19, 19, 0.45)
  ), url('images/stewards.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
