body {
  background: rgb(49, 37, 42);
  background: radial-gradient(circle,
      rgb(65, 81, 69) 0%,
      rgb(25, 25, 34) 100%);
}

#home1 {
  background: linear-gradient(to bottom,
      rgba(44, 62, 80, 0) 80%,
      rgb(189, 195, 199, 1)),
    url("img/slider/slider-2-min.webp");
}

#home2 {
  background: linear-gradient(to bottom,
      rgba(44, 62, 80, 0) 80%,
      rgb(189, 195, 199, 1)),
    url("img/slider/slider-1-min.webp");
}

#home3 {
  background: linear-gradient(to bottom,
      rgba(44, 62, 80, 0) 80%,
      rgb(189, 195, 199, 1)),
    url("img/slider/slider-3-min.webp");
}

.homes {
  width: 100%;
  height: 100vh;
  display: flex;
  background-repeat: no-repeat !important;
  background-position-y: center !important;
  background-position-x: center !important;
  background-size: cover !important;
}

#home-card {
  margin-left: 12rem;
}

.services {
  background-color: rgba(240, 248, 255, 0.85);
  height: 20rem;
  margin: 20px 0px;
  border: none;
  transition: ease 0.4s;
}

.services:hover {
  background-color: rgba(214, 222, 228, 1);
  box-shadow: 2px 2px 10px 10px gray;
}

.services-l:hover {
  margin-left: 3rem;
}

.services-r:hover {
  margin-right: 3rem;
}

.services>img {
  object-fit: cover;
  border: none;
  padding: 0;
  margin: 0;
  width: 23rem;
}

#gallery img {
  transition: ease 0.4s;
}

#gallery img:hover {
  box-shadow: 0px 0px 10px 10px #2c3e50;
}

#media-icons {
  font-size: 2rem;
}

.logo-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin-left: 0.5rem;
  margin-top: 10px;
}

.navbar-brand {
  margin: unset;
}

.bahmer-gradient {
  background: #bdc3c7;
  background: linear-gradient(180deg,
      rgb(189, 195, 199) 0%,
      rgb(44, 62, 80) 100%);
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.05) 100%);
  color: #fff;
  padding: 16px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100vh;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */

  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media screen and (max-width: 900px) {
  #home1 {
    background: linear-gradient(to bottom,
        rgba(44, 62, 80, 0) 80%,
        rgb(189, 195, 199, 1)),
      url("img/galeri/Image-10.webp");
  }

  #home2 {
    background: linear-gradient(to bottom,
        rgba(44, 62, 80, 0) 80%,
        rgb(189, 195, 199, 1)),
      url("img/galeri/Image-7.webp");
  }

  #home3 {
    background: linear-gradient(to bottom,
        rgba(44, 62, 80, 0) 80%,
        rgb(189, 195, 199, 1)),
      url("img/galeri/Image-5.webp");
  }

  .bahmer-navbar {
    flex-direction: column !important;
  }

  .services>img {
      position: absolute !important;
      width: 100% !important;
      height: 100% !important;
      opacity: .2 !important;
  }

  .bahmer-map {
    padding-right: 8px !important;
  }
}