body {
  background-image: url('assets/IMG_1486_orig_full.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #292929;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg,#00000088 30%, #ffffff44 100%);
}

h1.title {
  color: #efecec;
  font-size: 90px;
  line-height: 300px;
  font-weight: 400;
  font-family: 'Dosis', sans-serif;
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    background-image: url('assets/IMG_1486_orig_mobile.jpg');
  }

  h1.title {
    font-size: 40px;
  }
}

