.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


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

/* Carousel base class */
.carousel {
  /* height: 700px; */
  /*margin-bottom: 60px;*/
} */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /* height: 700px; */
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /* height: 700px; */
}


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


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

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 3000px) {
  .carousel {
    height: 900px;
    /*margin-bottom: 60px;*/
  }

  .carousel-inner {
    height: 900px;
    width: 100%;
  }
  
  .carousel .item {
    height: 900px;
    width: 100%;
  }

  .carousel .item .carousel-caption {
    width: 800px;
  }

  .carousel .item .carousel-caption h1 {
    font-size: 2em;
  }
  /* .carousel .item img {
    height: 900px;
    border: #4a5568;
  } */

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

  .carousel .item p img {
    width: auto;
    height: auto;
    border: #4a5568;
  }

  .oneDiv {
    width: 800px;
    text-align: left;
    margin-left: 80px;
    margin-bottom: 30px;
  }

  .oneRightDiv {
    width: 800px;
    text-align: right;
    /* margin-right: 80px; */
    margin-bottom: 30px;
  }

  .carousel-caption p {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1.8;
    text-shadow: none;
  }

  .carousel-caption p font {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1.8;
    text-shadow: none;
    font-weight: bold;
    margin-right: 1em;
  }

  .carousel-caption{
      padding-bottom: 110px\9;
  }
}

/* @media (max-width: 2000px){
  .carousel {
    height: 600px;
  }

  .carousel-inner {
    height: 600px;
    width: 100%;
  }
  
  .carousel .item {
    height: 600px;
    width: 100%;
  }

  .carousel .item .carousel-caption {
    width: 600px;
  }

  .carousel .item img {
    height: 600px;
    border: #4a5568;
  }

  .carousel .item p img {
    width: auto;
    height: auto;
    border: #4a5568;
  }

  .oneDiv {
    width: 800px;
    text-align: left;
    margin-left: 80px;
    margin-bottom: 30px;
  }

  .oneRightDiv {
    width: 800px;
    text-align: right;
    margin-bottom: 30px;
  }

  .carousel-caption p {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1.8;
    text-shadow: none;
  }

  .carousel-caption{
      padding-bottom: 110px\9;
  }
} */

@media (max-width: 1000px){
  .navbar-wrapper {
    margin-top: 8px;
    background-color: red;
    color: red;
  }
  .navbar-wrapper .container {
    padding-right: 1em;
    padding-left: 1em;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .carousel {
    height: 400px;
  }

  .carousel-inner {
    height: 400px;
    width: 100%;
  }
  
  .carousel .item {
    height: 400px;
    width: 100%;
  }

  .carousel .item .carousel-caption {
    width: auto;
    margin-bottom: 5px;
  }

  .carousel .item .carousel-caption h1 {
    font-size: 1em;
  }

  .carousel .item img {
    border: #4a5568;
  }

  .carousel .item p img {
    width: auto;
    height: auto;
    border: #4a5568;
  }

  .oneDiv {
    width: auto;
    text-align: center;
  }
  
  .oneRightDiv {
    width: auto;
    text-align: center;
  }

  .carousel-caption p {
    margin-bottom: 3px;
    font-size: 0.8em;
    line-height: 1;
  }

  .carousel-caption p font {
    margin-bottom: 3px;
    font-size: 0.8em;
    font-weight: bold;
    margin-right: 1em;
    line-height: 1;
  }

  .featurette-heading {
    font-size: 1em;
    color: #4a5568;
  }

}
