body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: Calibri, sans-serif;
  background-color: #fff;
}

h3 {
  font-weight: 700;
  font-size: 24px;
}

p {
  font-weight: 300;
  font-size: 16px;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../img/bg-masthead.jpg");
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
}