html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
  font-family: "Kalam", sans-serif;
  background: #40E0D0;
}

a {
  text-decoration: none;
}

#landing {
  width: 100%;
  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;
}
@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;
  }
}

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

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

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

.landing-logo {
  width: 50vw;
  height: 25vh;
  max-width: 250px;
  max-height: 106px;
}

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

.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;
}

.fs-1 {
  font-size: 2.5rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-3 {
  font-size: 1.75rem;
}

.fs-4 {
  font-size: 1.5rem;
}

.fs-5 {
  font-size: 1.25rem;
}

.fs-6 {
  font-size: 1rem;
}

.h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.h2 {
  font-size: 2rem;
  font-weight: 700;
}

.h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

.h5 {
  font-size: 1.25rem;
  font-weight: 700;
}

.h6 {
  font-size: 1rem;
  font-weight: 700;
}

.highlight-primary {
  display: inline;
  padding: 0.25em 0;
  background: #40E0D0;
  color: #000;
  box-shadow: 0.5em 0 0 #40E0D0, -0.5em 0 0 #40E0D0;
}

.highlight-secondary {
  display: inline;
  padding: 0.25em 0;
  background: #FFD700;
  color: #000;
  box-shadow: 0.5em 0 0 #FFD700, -0.5em 0 0 #FFD700;
}

.highlight-light {
  display: inline;
  padding: 0.25em 0;
  background: #EFF1F3;
  color: #000;
  box-shadow: 0.1em 0 0 #EFF1F3, -0.1em 0 0 #EFF1F3;
}
@media (min-width: 576px) {
  .highlight-light {
    box-shadow: 0.5em 0 0 #EFF1F3, -0.5em 0 0 #EFF1F3;
  }
}

.btn {
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
  border-color: transparent;
  font-size: 2em;
}

.btn-primary {
  background: #40E0D0;
}
.btn-primary:hover {
  transition: all 0.3s ease;
}
.btn-secondary {
  background: #FFD700;
}
.btn-secondary:hover {
  transition: all 0.3s ease;
}
.btn-small {
  font-size: 1.5em;
}

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