body {
  min-height: 2500px;
}

#mainNav {
  background-color: #f76013;
}
.jumbotron {
  padding-top: 6rem;
  background-color: #a7cb7c;
  min-height: 0rem;
}

#intro {
  background: URL("img/banner1.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#projects {
  background-color: #a7cb7c;
}
#mitramelati,
#mitrasukasari,
#mitracimuning,
#mitracibigo,
#mitracibubur,
#mitramustika {
  background-color: #a7cb7c;
}

.map {
  height: 30rem;
  display: block;
  pointer-events: none;
  text-align: center;
  margin-top: 2rem;
}

iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

section {
  padding-top: 4rem;
}

.service-icon {
  background-color: #a7cb7c;
  color: #f76013;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.carousel {
  text-align: center;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*============= IMAGE SLIDER =============*/

.carousel-inner img {
  height: 90%;
  position: relative;
  text-align: center;
}

.banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 2em;
  text-align: left;
  transform: translateY(-50%);
  background: #f76013;
  color: white;
  opacity: 0.6;
  width: 77%;
}

.home_slider_title {
  font-size: 2em;
}

#gallery {
  margin: 0 20px 0 20px;
}

.btn-outline-success {
  margin-top: 20px;
}
