/* Export CSS */





/* Featurettes
------------------------- */

.featurette-divider {
    margin: 3rem 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: 50px;
    }
  }

  @media (min-width: 320px) and (max-width:639px){
    .featurette-heading {
        font-size: 30px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* 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;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
    background-color: #777;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  
  
  /* EXPORT LOWER THE CAROUSEL
  -------------------------------------------------- */
  
  .carousel-indicators li {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  filter: invert(100%);
  }
  .carousel-indicators {
  bottom: -50px;
  }

  /* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }

  /* Container holding the image and the text */
.image-block {
    position: relative;
    }
    
    /* Resort and Hotel, Turks &Caicos */
    .text-block {
    position: absolute;
    bottom: 10rem;
    right: 2rem;
    background-color:white;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    }
    
    /* Cyril E. King Airport, St. Thomas */
    
    .text-block2 {
    position: absolute;
    bottom: 45px;
    right: 25px;
    background-color:white;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    }
    
    /* Aloft Hotel, Peru */
    
    .text-block3 {
    position: absolute;
    bottom: -5px;
    left:20px;
    background-color:white;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    }
    
    /* Export Project Gallery */ 
    
    .text-block4 {
    position:absolute;
    bottom: 10px;
    left: 10px;
    background-color:white;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    }

  /* Export Project Gallery */ 

.text-block4 {
    position:absolute;
    bottom: 10px;
    left: 10px;
    background-color:white;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    }
    
    /* BOTTOM NAV */
    
    .bottom-navbar li {
      display: inline-block
    }
    
    .bottom-navbar ul {
      font-size: .75rem;
      text-transform: uppercase;
      list-style: none;
      padding: 1.5em 0;
      text-align: center;
      margin: 0;
    }
    
    .bottom-navbar a {
      color: rgba(0, 0, 0, .5)
    }
    
    .bottom-navbar a:focus,
    .bottom-navbar a:hover {
      color: rgba(0, 0, 0, .7);
      background-color: transparent;
      text-decoration: none
    }
    
    .bottom-navbar li:after {
      margin: auto .25rem auto .5rem;
      color: #ef4135;
      content: "\002f \002f"
    }
    
    
    .bottom-navbar li:last-child:after {
      margin: 0;
      content: ""
    }
    
    /* Media Query text-block3 and text-block3 */
    
    @media (max-width: 1199px) {
      .text-block2 {
      position: absolute;
      bottom: 8rem;
      right: 20px;
      background-color:white;
      color: black;
      padding-left: 20px;
      padding-right: 20px;
    }
    .text-block3 {
      position: absolute;
      bottom: 1rem;
      left:20px;
      background-color:white;
      color: black;
      padding-left: 20px;
      padding-right: 20px;
    } 
    }
    
   @media (max-width: 991px) {
      .text-block2 {
      position: absolute;
      display:block;
      bottom: 18rem;
      right: 1rem;
      background-color:white;
      color: black;
      
    }
    .text-block3 {
      position: absolute;
      bottom: 7rem;
      left:2rem;
      background-color:white;
      color: black;
      padding-left: 20px;
      padding-right: 20px;
    }
    }
    
    @media (max-width: 767px) {
      .text-block {
        position: absolute;
        bottom: 3rem;
        right: 2rem;
        background-color:white;
        color: black;
        padding-left: 20px;
        padding-right: 20px;
        }

      .text-block2 {
      position: absolute;
      bottom: 0rem;
      right: 20px;
      background-color:white;
      color: black;
      padding-left: 20px;
      padding-right: 20px;
    }
    .text-block3 {
      position: absolute;
      bottom: 0rem;
      left:20px;
      background-color:white;
      color: black;
      padding-left: 20px;
      padding-right: 20px;
    }
    }