body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

body,
html {
  height: 100%; }

hr {
  height: 4px;
  width: 70%;
  color: #4293ef;
  background-color: #4293ef;
  border: none;
  text-align: center;
  margin: 0 auto; }

.primary-color {
  background-color: #4293ef !important; }

/* First image (Logo. Full height) */
.hero {
  /* Sizing */
  width: 100vw;
  height: 100vh;
  /* Flexbox */
  display: flex;
  justify-content: center;
  align-content: center;
  /* Text styles */
  text-align: center;
  /* Background styles */
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url(/assets/a1water-truck-original-a22af9a0d32bb7ed63f65b972fa60fe8c35b1abcc56796d8566d7fa66a65b7a7.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.main-heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  z-index: 10; }

.call-to-action {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.55rem; }
