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

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

.navBarCustom {
  position: fixed;
  top: 0px;
  background-color: rgba(0,0,0,0.35);
  z-index: 2;
  padding: 1rem;
  min-width: 100vw;
  width: 100vw;
  
}

.navBarCustom img {
height: 6vh;
  width: auto;
  padding-right: 0.6rem;
}

.navBarCustom a {
text-decoration: none;
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
  
}

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

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}
/* 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 {
  min-height: 100vh;
  height: 100vh;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100vw;
  width: 100vw;
  min-height: 100vh;
}

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

@media (max-width: 425px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }


}
