html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
  font-family: "Kalam", sans-serif;
  background: #cde9ed;
  background: radial-gradient(circle, #cde9ed 0%, #64B9CC 100%);
}

a {
  text-decoration: none;
}

#landing {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}

#landing video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#landing-container-inner {
  display: flex;
  flex-direction: column;
  color: black;
  position: absolute;
  width: 100%;
  max-width: 800px;
  text-align: center;
  height: 100vh;
  top: 50px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  #landing-container-inner {
    height: 90vh;
    top: 15vh;
  }
}
@media (min-width: 768px) {
  #landing-container-inner {
    height: 80vh;
  }
}
@media (min-width: 992px) {
  #landing-container-inner {
    min-height: 600px;
    height: 60vh;
    line-height: normal;
  }
}

#band-name {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Nova Mono", monospace;
}
#band-name span {
  font-weight: 400;
}
@media (min-width: 576px) {
  #band-name {
    line-height: normal;
  }
}

.welcome-scripture {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 700;
}
.welcome-scripture span {
  line-height: 1.2;
}
@media (min-width: 576px) {
  .welcome-scripture span {
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  .welcome-scripture {
    font-size: 2rem;
  }
}

.landing-logo-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.landing-logo {
  width: 50vw;
  height: 25vh;
  max-width: 384px;
  max-height: 648px;
}
@media (min-width: 992px) {
  .landing-logo {
    max-width: 192px;
    max-height: 324px;
  }
}

#landing-btn-group {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  max-width: 600px;
  padding-bottom: 20vh;
}

#footer {
  text-align: right;
  font-size: 0.8rem;
  position: fixed;
  bottom: 5px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}

.band-img-container {
  margin-right: auto;
  margin-left: auto;
}

.band-img {
  width: 50vw;
  height: 50vw;
  max-width: 250px;
  max-height: 250px;
}

#about {
  width: 100vw;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  text-align: center;
}

#contact-container {
  width: 100vw;
}

#member-list {
  list-style: none;
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#member-list li {
  text-align: start;
}
#member-list li .subtitle {
  text-align: center;
}

#bio-text {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#hire-text {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.jesus-text {
  color: #dc3545;
  font-size: 1rem;
  font-weight: 700;
}

#events {
  padding: 5px 0px;
}

.fs-1 {
  font-size: 7rem;
}
@media (min-width: 992px) {
  .fs-1 {
    font-size: 2.5rem;
  }
}

.fs-2 {
  font-size: 6rem;
}
@media (min-width: 992px) {
  .fs-2 {
    font-size: 2rem;
  }
}

.fs-3 {
  font-size: 5rem;
}
@media (min-width: 992px) {
  .fs-3 {
    font-size: 1.75rem;
  }
}

.fs-4 {
  font-size: 4rem;
}
@media (min-width: 992px) {
  .fs-4 {
    font-size: 1.5rem;
  }
}

.fs-5 {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .fs-5 {
    font-size: 1.25rem;
  }
}

.fs-6 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .fs-6 {
    font-size: 1rem;
  }
}

.h1 {
  font-size: 7rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h1 {
    font-size: 2.5rem;
    font-weight: 700;
  }
}

.h2 {
  font-size: 6rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h2 {
    font-size: 2rem;
    font-weight: 700;
  }
}

.h3 {
  font-size: 5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h3 {
    font-size: 1.75rem;
    font-weight: 700;
  }
}

.h4 {
  font-size: 4rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h4 {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.h5 {
  font-size: 3rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h5 {
    font-size: 1.25rem;
    font-weight: 700;
  }
}

.h6 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h6 {
    font-size: 1rem;
    font-weight: 700;
  }
}

.highlight-primary {
  display: inline;
  background: #cde9ed;
  color: #000;
  box-shadow: 0.2em 0 0 #cde9ed, -0.2em 0 0 #cde9ed;
  padding: 0.1em 0.05em;
}
@media (min-width: 992px) {
  .highlight-primary {
    padding: 0.25em 0;
    box-shadow: 0.5em 0 0 #cde9ed, -0.5em 0 0 #cde9ed;
  }
}

.highlight-secondary {
  display: inline;
  background: #9A4EAE;
  color: #fff;
  box-shadow: 0.2em 0 0 #9A4EAE, -0.2em 0 0 #9A4EAE;
  padding: 0.1em 0.05em;
}
@media (min-width: 992px) {
  .highlight-secondary {
    padding: 0.25em 0;
    box-shadow: 0.5em 0 0 #9A4EAE, -0.5em 0 0 #9A4EAE;
  }
}

.btn {
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 3px;
  border-color: transparent;
  font-size: 5em;
  cursor: pointer;
}
@media (min-width: 992px) {
  .btn {
    font-size: 2em;
  }
}

.btn-primary {
  background: #cde9ed;
}
.btn-primary:hover {
  background: #afdbe2;
  transition: all 0.3s ease;
}
.btn-primary:active {
  background: #70bfca;
}

.btn-secondary {
  background: #FFD700;
}
.btn-secondary:hover {
  background: #d6b500;
  transition: all 0.3s ease;
}
.btn-secondary:active {
  background: #806c00;
}

.btn-small {
  font-size: 4em;
}
@media (min-width: 992px) {
  .btn-small {
    font-size: 1.5em;
  }
}

/*# sourceMappingURL=light.css.map */
