body {
  margin-top: 105px;
}

#showcase {
  position: relative;
  background: url('../img/bythelakellc.jpg') center center no-repeat;
  z-index: 1;
  background-size: cover;
  padding: 250px 0 200px;
  text-align: center;
}

.main-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 768px) {
  #showcase {
    min-height: 500px;
  }
  #showcase h1 {
    font-size: 4rem;
  }

  .mb-resp {
    margin-bottom: 1rem;
  }
}
