@font-face {
  font-family: SerifPro;
  src: url(../assets//fonts/SourceSerifPro-Regular.otf);
}
@font-face {
  font-family: Serif-Extra-Light-Italic;
  src: url(../assets//fonts/SourceSerifPro-ExtraLightIt.otf);
}
@font-face {
  font-family: Serif-Light;
  src: url(../assets//fonts/SourceSerifPro-Light.otf);
}
@font-face {
  font-family: Serif-Light-Italic;
  src: url(../assets//fonts/SourceSerifPro-LightIt.otf);
}
@font-face {
  font-family: Serif-Semibold-Italic;
  src: url(../assets//fonts/SourceSerifPro-SemiboldIt.otf);
}
@font-face {
  font-family: Junicode;
  src: url(../assets//fonts/Junicode-RegularCondensed.ttf);
}
@font-face {
  font-family: Coolvetica;
  src: url(../assets//fonts/Coolvetica_Rg.otf);
}
@font-face {
  font-family: Coolvetica-Italic;
  src: url(../assets//fonts/Coolvetica_Rg_It.otf);
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: #efefef;
  font-family: Junicode;
  font-weight: 400;
}

a {
  font-family: SerifPro;
  color: #efefef;
}
a:hover {
  color: #ccd5ae;
}

h1 {
  font-family: Coolvetica;
  font-size: 6rem;
  line-height: 1em;
  margin: 0;
}

.h-italic {
  font-family: Coolvetica-Italic;
}

h2 {
  font-family: Coolvetica;
  font-size: 3rem;
  line-height: 2.8rem;
  margin: 0;
}

h3 {
  font-size: 2.2rem;
  font-family: Serif-Light-Italic;
  margin: 0;
}

h4 {
  font-family: Serif-Light;
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin: 0;
}

h5 {
  font-size: 1.5rem;
  font-family: Serif-Extra-Light-Italic;
  margin: 0;
}

h6 {
  font-family: Serif-Light-Italic;
  margin: 0;
  font-size: 5rem;
  text-underline-offset: 0.8rem;
}

ul {
  font-size: 1.8rem;
  font-family: Serif-Semibold-Italic;
  list-style-type: none;
}
ul li {
  margin-top: 0.8rem;
}

.nav a {
  text-decoration: none;
}

i {
  font-size: 1.5rem;
  margin: 0.4rem;
}

p {
  font-size: 1.8rem;
  text-align: justify;
}

.text-dark {
  color: rgb(57, 57, 57);
}

.text-brown-light {
  color: rgb(147, 93, 51);
}

.text-dark-green {
  color: rgb(47, 51, 36);
}

section {
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
}
section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section .content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
}
section .content-wrapper .content-column {
  margin: 3rem;
  flex-grow: 1;
  flex-basis: 200px;
  display: flex;
  flex-direction: column;
}
section .content-wrapper .falling-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
section .content-wrapper .sitting-image {
  width: 100%;
  min-width: 450px;
}

.live-performances {
  background: linear-gradient(205deg, rgb(255, 201, 147) 0%, rgb(140, 83, 54) 65%);
}

.band-members {
  background: linear-gradient(205deg, rgb(127, 139, 104) 0%, rgb(76, 82, 63) 65%);
}

.contact {
  background-color: #d4a373;
}

.banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}
.banner-container .line {
  flex-grow: 1;
  height: 2px;
  background-color: rgb(212, 212, 212);
}
.banner-container .banner-small {
  background-color: rgb(212, 212, 212);
  color: rgb(57, 57, 57);
  font-family: Coolvetica;
  font-size: 1.2rem;
  padding: 0.6rem 2rem;
  border-radius: 1.9rem;
}

.footer {
  width: 100%;
  height: 1.5em;
  background-color: #c08f5d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: rgb(212, 212, 212);
}
.footer a {
  font-size: 1rem;
  color: rgb(212, 212, 212);
  font-family: Junicode;
  font-weight: 400;
}

.small-screen-hide {
  display: inherit;
}

.reset-margin-small-screen {
  margin: inherit;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1180px) {
  .small-screen-hide {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section .content-wrapper .content-column {
    align-items: center !important;
    text-align: center;
    flex-grow: 1 !important;
  }
  .reset-margin-small-screen {
    margin: 1rem !important;
  }
  .no-margin {
    margin: 0 !important;
  }
  .no-margin-bottom {
    margin-bottom: 0 !important;
  }
  h1 {
    font-size: 3.5rem;
    line-height: 0.8em;
    margin: 0;
  }
  h2 {
    font-size: 2rem;
    line-height: 1.6rem;
    margin: 0;
  }
  h3 {
    font-size: 2.6rem !important;
  }
  h4 {
    font-size: 1.2rem;
    line-height: 2.4rem !important;
  }
  h5 {
    font-size: 0.8rem;
  }
  h6 {
    font-size: 3.5rem;
  }
  i {
    font-size: 1rem;
  }
  p {
    font-size: 1.2rem;
  }
  .footer {
    font-size: 0.6rem;
  }
  .footer a {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 500px) {
  section .content-wrapper .sitting-image {
    min-width: 0;
  }
}/*# sourceMappingURL=style.css.map */