.primary-overlay {
  background: rgba(63, 57, 77, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-header {
  background: url(../img/bgg.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 600px;
  color: #fff;
  position: relative;
}

.main-header .showcase {
  padding-top: 500px;
}

.scroll-icon {
  position: absolute;
  bottom: 5%;
  left: 80%;
  opacity: 0.5;
}



.section-contact {
  position: relative;
}

.section-contact .card-panel {
  position: relative;
  z-index: 1;
}


.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

  .abpic {
    padding-top: 80px !important;
    padding-left: 90px !important;
  }

  .firstlink {
    margin-right: 60px;

  }
  .thirdlink {
    margin-right: 40px ;
  }
  .fifthlink {
    margin-right: 64px;
  }

  .slider .btn {
    margin-top: 20px;
  }

@media (max-width: 600px) {
  .main-header {
    height: 50vh;
  }
  .gal {
    padding-left: 30%;
  }
}


