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

body {
  background-color: #f3f3f3;
}

h1 {
  font-size: 1.8rem;
  color: #2980B9;
}

h2 {
  font-size: 1.4rem;
  color: #2980B9;
}


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

/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  right: 60px;
  left: 0;
  bottom: 0;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 400px;
  background-color: #777;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}


/* Other suff
-------------------------------------------------- */


.card-img-overlay {
	margin: 0 15px;
	padding: .5rem 1rem;
	top: auto;
	height: 40px;
	background-color: rgba(0,0,0,.5);
}

.img-overlay-cruises {
	margin: 0 15px;
	padding: .5rem 2rem;
	top: auto;
	height: 40px;
	background-color: rgba(0,0,0,.5);
	
	position: absolute;
    bottom: 1rem;
    right: 1rem;
	
	color: white;
}


#erc-overlay a {
	color: white;
	font-weight: 500;
}


.CruiseBox {
	color: white;
	font-weight: 500;
	font-size: 2rem;
}


/* Details page
-------------------------------------------------- */


.price {
	font-size: 18px;
	font-weight: 500;
}

/* FOOTER
-------------------------------------------------- */
#footer-container {
    color: white;
}

#footer-container H2{
	color: white;
	font-size: 1.4rem;
}

#footer-container a{
	color: white
}

.footer1 {
    background-color: #2980B9;
	padding: 40px 0;
}

.footer2 {
    background-color: #323A45;
	padding: 20px;
}

.footer2 p {
    margin-bottom: 0;
}


.bootbox .modal-header{
  display: block;
}
    
    


/* 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: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
