* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  background-color: #000024;
  background-image: linear-gradient(#00000080, #000024),
    url("../../images/site-images/hero-2.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
p,
h1,
h2,
h3 {
  color: #fff;
}
a {
  text-decoration: none;
}

.home-bg {
  background-image: url("../../images/site-images/hero-2.jpg");
  background-size: contain;
}
