.primary-overlay {
  position: absolute;
  background: rgba(63,57,77,0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-header {
  background: url('../img/showcase.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 600px;
  color: #fff;
  /* Anything absolute has to be inside of a relative element*/
  position: relative;
}


.main-header .showcase {
  padding-top: 110px;
}

.scroll-icon {
  position: absolute;
  bottom: 5%;
  left: 47%;
  opacity: 0.5;
}

.box {padding: 40px 10px !important;}

.box h4 {
  padding-bottom: 30px;
}

.section-boxes .row {
  margin-bottom: 0 !important;
}

@media (max-width:600px) {
  .main-header {
    height: 50vh;
  }
}
