* {
  font-family: Avenir, sans-serif, light;
  font-size: 16px;
  margin: 0;
}

h1 {
  font-family: Avenir, sans-serif, light;
  text-align: center;
  font-weight: bolder;
  font-size: 1em;
}

h2 {
  text-align: center;
  padding: 20px 0;
  font-size: 1em;
}

i {
  color: white;
}

li {
  list-style-type: none;
}

.hero-vid-cont {
  position: relative;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-fluid.hero-vid-cont {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.primary-container {
  position: relative;
  background-color: rgb(255, 111, 0);
  color: white;
  padding: 20px 0;
}

.secondary-container {
  position: relative;
  background-color: rgb(239, 239, 239);
  color: rgb(255, 111, 0);
  padding: 20px 0;
}

.page-title {
  position: relative;
  top: 150px;
  z-index: 90;
  background-color: rgb(231, 123, 22);
}

.scripture-overlay {
  position: absolute;
  top: 220px;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  color: white;
}

.scripture-block {
  max-width: 90%;
  background-color: rgba(7, 97, 242, 0.279);
  padding: 20px;
  border-radius: 10px;
}

#chapter-verse {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}

#the-word {
  font-size: 1.5rem;
}

.home-scripture {
  top: 130px;
}

.gallery-scripture {
  top: 300px;
  padding: 5px;
  height: 80px;
}

.secondary-container {
  z-index: 50;
}

/* Responsive tweaks */
@media screen and (max-width: 768px) {
  #chapter-verse {
    font-size: 1rem;
  }
  #the-word {
    font-size: 0.9rem;
  }
  .scripture-block {
    padding: 15px;
  }
}
.std-page-img {
  max-width: 100%;
  max-height: 700px;
  margin: 0px 0px;
}

.hero-img-ot {
  position: relative;
  top: 150px;
  min-height: 300px;
  max-height: 700px;
  min-width: 100%;
  margin-bottom: 40px;
}

.hero-txt-cont {
  position: relative;
  font-size: 5.2rem !important;
  padding: 1rem;
  color: black;
}

/* Navigation */
.main-menu-nav {
  position: fixed;
  padding-top: 70px;
}

/* Home */
/* Hero Video */
.hero-vid-cont {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-video {
  position: relative;
  min-width: 100%;
  top: 150px !important;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 700px;
  opacity: 0.9;
}

.hero-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 300px 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.172);
}

/* Welcome Text */
.welcome-container {
  position: relative;
  top: 100px;
  z-index: 90;
  background-color: rgb(255, 111, 0);
  color: white;
  height: 180px;
  padding: 5px 0;
  margin: 20px 0;
  text-align: center;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.424);
  animation: fadeInUp 1.5s ease-out;
}

.about-container {
  position: relative;
  top: 80px;
  background: url("/assets/images/church_photos/Laurance with Cross.jpg ") center center/cover;
  height: 500px;
  min-width: 100%;
  z-index: -1;
}

#worship-times {
  background: url("/assets/images/stock-images/jesus-church-7897365_640.jpg") center center/cover;
  min-height: 300px;
  max-width: 100%;
}

.gallery-pt {
  padding-top: 200px;
}

.gallery-cont {
  top: 100px;
  margin: 100px;
}

.carosel-img {
  min-width: 100%;
  min-height: 200px;
}

.carousel-item {
  max-height: 400px;
}

.pg-footer {
  position: relative;
  z-index: 60;
}

@media only screen and (min-width: 1100px) {
  .page-title {
    font-size: 2rem;
  }
  .about-container {
    height: 800px;
  }
  #chapter-verse {
    font-size: 1rem;
  }
  #the-word {
    font-size: 1rem;
  }
  .scripture-overlay {
    width: 40%;
    left: 90px;
    top: 300px;
  }
  .home-scripture {
    width: 95%;
    padding: 0 5px;
    left: 30px;
  }
  #home-verse {
    font-size: 3rem;
  }
  #home-word {
    font-size: 2rem;
  }
  .gallery-scripture {
    top: 400px;
  }
  .scrollable {
    position: relative;
    top: 150px;
    overflow: scroll;
    height: 500px;
    margin-bottom: 130px;
  }
  .hero-img-ot {
    min-height: 400px;
  }
}/*# sourceMappingURL=style.css.map */