html,
body {
  font-family: 'Roboto', sans-serif;
}

.intro-1 {
  background-image: url("../images/bg-purantara-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 95vh;
}

.intro-2 {
  background-image: url("../images/bg-casfood-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 95vh;
}

.intro-1,
.intro-2 {
  padding: 0 15px;
}

.intro-body {
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

.intro__logo > img {
  height: 75px;
}

.intro__desc > p {
  color: #003987;
  margin-bottom: 0;
}

.btn-transparent {
  background: transparent;
  border-color: #003987;
  color: #003987;
}

.btn-transparent:hover,
.btn-transparent:focus {
  background: #003987;
  color: #ffffff;
  font-weight: 500;
}

.btn-base {
  background: #003987;
  color: #ffffff;
}

.btn-base:hover,
.btn-base:focus {
  background: #ffffff;
  color: #003987;
  font-weight: 500;
}

.btn--length {
  padding: 0.5rem 2.5rem;
}

.bg-overlay {
  background: #000000;
  background: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
    );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.position--bottom {
  position: absolute;
  bottom: 50px;
}

@media (min-width: 767px) {
  .intro {
    margin: 15px 10px;
  }
}
