/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 4rem;
  color: #5a5a5a;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 2rem;
}
/*
.car-image {
	 height: 20rem;
}*/
.car-image {
	 max-height: 20rem;
	 max-width: 100%;
}



/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-caption h1{
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 1px 1px 5px #595959;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 20rem;
  background-color: #5a5a5a;
}
/*
.carousel-item > img {
  position: absolute;
  top: 0; 
  left: 0;
  min-width: 100%;
  height: 20rem;
  text-align: center;
}
*/

/*hotel diskon */
.carousel-hotel-diskon {
  height: 22rem;
  background-color: transparent;
  border-radius: 20px;
}
.carousel-hotel-diskon > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 22rem;
  
}
/* for iklan */
.carousel-banner {
  height: 10rem;
  background-color: white;
}
.carousel-banner > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 10rem;
}

/* for promo menarik */
.carousel-promo-home {
  height: 1rem;
  background-color: white;
}
.carousel-promo-home > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 1rem;
}

/* for hotel */
.carousel-hotel {
  height: 10rem;
  background-color: white;
}
.carousel-hotel > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 10rem;
}

/* for gallery hotel */
.carousel-gallery-hotel {
  height: 30rem;
}
.carousel-gallery-hotel > img {
	max-height: 30rem;
	max-width: 100%;
}






/* for gallery tipe */
.carousel-gallery-tipe {
    height: 30rem;
    background-color: white;
  }
  .carousel-gallery-tipe > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 30rem;
  }

/* for news highlight */
.carousel-news {
    height: 25rem;
    background-color: white;
  }
  .carousel-news > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 25rem;
  }

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
}
.marketing h2 {
  font-weight: bold;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}
.featurette-divider2 {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@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: 2.0rem;
  }

}

@media (min-width: 62em) {
  .featurette-heading {
  }
}

@media (min-width: 375px) and (max-width:414px) {
  .featurette-heading {
    margin-top: 3rem;
  }
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  .carousel-caption h1{
    font-size: 2.7rem;
    font-weight: bold;
    text-shadow: 1px 1px 5px #595959;
  }
  
	.carousel-gallery-hotel {
	height: 15rem;
	}
	.carousel-gallery-hotel > img {
	max-height: 15rem;
	max-width: 100%;
	}
  
}

@media (min-width: 320px) and (max-width:370px) {
    .carousel-gallery-hotel {
        height: 11rem;
        }
        .carousel-gallery-hotel > img {
        max-height: 11rem;
        max-width: 100%;
        }
}











