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

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


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

/* Carousel base class */
.carousel {
  /* margin-top: 1rem;
  margin-bottom: 4rem; */
  background-color: #2E5681;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  font-family: 'Crimson Text', serif;
  height: 100%;

}

.carousel-caption-2 {
  top: -10%;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /* height: 32rem; */
  /* background-color: #2E5681; */
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden;

}
.carousel-item > img {
  /* position: absolute;
  top: 0;
  left: 0;
  min-width: 100%; */
  /* height: 32rem; */
  /* background-color: #2E5681; */

  position: relative;
  /* width: 100vh; */
  /* height: 100vh; */
  display: none;
  width: 100%;
}


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


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


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

  .carousel-caption-2 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;
  }
}



/* Emily stuff
-----------------------*/
.mask {
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   /* background-color: #2E5681; */
   background-color: #000000;
   opacity: 0.15;
}

p.promo{
  /* color: #7F7F7F; */
  font-size: 36px;
  text-align: left;
}
p.promo-large {
  /* color: #7F7F7F; */
  font-size: 48px;
  text-align: center;
  /* top: 50%; */
}

.promo{
  /* color: #7F7F7F; */
  font-size: 36px;
  text-align: left;
}

/* ul {
    list-style-position: inside;
} */

img {
   object-fit: cover;
}

section{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}



video{
  /* position: absolute; */
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

sup {
  vertical-align: super;
  font-size: small;
}

@media only screen and (max-width: 800px) {
  p.promo {
    font-size: 1.5rem;
  }
  p.promo-large {
    font-size: 1.85rem;

    /* top: 10%; */
  }
  .carousel-caption-2 {

    top: 0%;
  }
}
