:root {
  --lani-blue: #b8e7da;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.nav-container {
  background-color: #000;
  min-height: 150px;
}

.nav-container.small {
  min-height: 410px;
}

.nav-container.sub-page {
  height: 62vh;
}

.nav-container.about-page, .nav-container.contact-page {
  min-height: 150px;
}

.nav-container.project-page {
  min-height: 384px;
}

.hero-content {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-content.small {
  inset: auto 0 0%;
  transform: none;
}

.nav {
  text-align: left;
  background-color: #0000;
  padding-top: 28px;
  font-family: Varela, sans-serif;
  font-size: 16px;
}

.nav-link {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 17px;
  transition: color .2s;
}

.nav-link:hover {
  color: #b8e7da;
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
  font-family: Varela Round, sans-serif;
}

.logo {
  color: #fff;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.subtitle {
  color: #ffffff7d;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 18px;
}

.home-buttom {
  color: #b8e7da;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #b8e7da;
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  transition: all .2s;
}

.home-buttom:hover {
  color: #fff;
  border-color: #fff;
}

.home-buttom.submit {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-menu {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.tab-link {
  color: #999;
  background-color: #0000;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 300px;
  margin: 15px 5px;
  display: block;
}

.footer {
  color: #999;
  text-align: center;
  background-color: #000;
  margin-top: auto;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 12px;
  line-height: 18px;
  position: static;
}

.footer-link {
  color: #999;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.section-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 300;
}

.main-image {
  margin-bottom: 50px;
}

.booking-form {
  color: #fff;
  background-color: #000;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-column {
  color: #fff;
  padding-right: 40px;
}

.home-h1 {
  color: #fff;
  text-align: center;
  width: auto;
  margin-bottom: 27px;
  font-family: Varela, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 53px;
}

.home-h1.inline {
  display: inline;
}

.home-h1.inline.bolder {
  font-weight: 300;
}

.heading-wrapper {
  text-align: center;
  margin-top: 140px;
  padding-left: 10%;
  padding-right: 10%;
}

.footer-logo {
  color: #c2c2c2;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 22px;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.profile-pic {
  border-radius: 100%;
  width: 90px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-p {
  width: 75%;
  margin: 41px auto;
  font-family: Varela Round, sans-serif;
  display: block;
}

.booking-form-field {
  color: var(--lani-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.booking-form-email {
  color: #000;
  background-color: #fff;
  border-style: none;
  border-radius: 3px;
  min-height: 50px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Varela, sans-serif;
  transition: box-shadow .2s;
}

.booking-form-email:focus {
  box-shadow: inset 0 0 0 2px #00d6b4;
}

.booking-form-email::placeholder {
  color: #000;
}

.booking-form-email.text-area {
  color: #000;
  min-height: 141px;
  margin-bottom: 40px;
}

.booking-form-email.text-area::placeholder {
  color: #000;
}

.secondary-title:hover {
  text-decoration: none;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff57;
  border-radius: 3px;
  padding: 33px 33px 49px;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  border-radius: 3px;
  margin-bottom: 22px;
  transition: opacity .2s;
}

.project-image:hover {
  opacity: .69;
}

.super-heading {
  color: #ffffff5c;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.testimonial {
  text-align: center;
  margin-bottom: 44px;
  font-weight: 100;
}

.company {
  text-align: center;
}

.testimonial-wrapper {
  text-align: center;
  margin-bottom: 43px;
}

.project-body-copy {
  margin-bottom: 67px;
  margin-left: 12%;
  margin-right: 12%;
}

.success {
  color: #000;
  background-color: #000;
  border-radius: 3px;
  margin-top: 40px;
}

.success-message {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
}

.main-detail-image {
  border-radius: 3px;
  max-width: 400px;
  margin-bottom: 41px;
}

.category-link {
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .67;
  text-decoration: none;
}

.footer-copyright-txt {
  font-family: Inconsolata, monospace;
}

.container {
  text-align: left;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Varela Round, sans-serif;
}

.artist-img {
  text-align: center;
  cursor: pointer;
}

.artist-1 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.body {
  background-color: #000;
  flex-flow: column;
  font-family: Varela, sans-serif;
  display: flex;
}

.artist-group-1 {
  min-height: 0;
  margin: 0 60px 140px;
}

.artist-name {
  font-family: Varela, sans-serif;
}

.bold-text {
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.columns {
  width: 50vw;
  height: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.footer-column-2 {
  clear: none;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  display: flex;
  position: relative;
  inset: 5vh 100% 0 0%;
}

.body-2 {
  background-color: #000;
  flex-flow: column;
  font-family: Varela, sans-serif;
  display: flex;
}

.image {
  background-color: #773838;
}

.instagram-icon {
  filter: saturate(200%);
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.instagram-icon:hover {
  color: #b8e7da;
}

.linkedin-icon {
  color: #fff;
  cursor: pointer;
  flex-flow: row;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  padding-left: 0;
  font-family: Varela Round, sans-serif;
  display: block;
}

.linkedin-icon:hover {
  color: #b8e7da;
}

.body-3 {
  background-color: #000;
  flex-flow: column;
  font-family: Varela, sans-serif;
  display: flex;
}

.about-p1, .about-p2, .about-p3 {
  text-align: center;
  font-family: Varela, sans-serif;
}

.link {
  color: #b8e7da;
}

.body-4 {
  background-color: #000;
  flex-flow: column;
  font-family: Varela, sans-serif;
  display: flex;
}

.nav-container-roster {
  min-height: 150px;
}

.artist-section {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about-container {
  font-size: 18px;
}

.booking-form-container {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.booking-form-dropdown {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
}

.booking-form-text {
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.booking-form-text::placeholder {
  color: #000;
}

.booking-form-text.text-area {
  border-radius: 3px;
}

.container-2 {
  background-color: #000;
}

.section-2 {
  background-color: #000;
  margin-bottom: 40px;
}

.paragraph {
  font-family: Varela Round, sans-serif;
}

.submit-button {
  border: 2px solid var(--lani-blue);
  color: var(--lani-blue);
  text-align: center;
  background-color: #000;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Varela, sans-serif;
}

.body-5 {
  flex-flow: column;
  display: flex;
}

.artist-h1 {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 20px;
  padding-left: 0;
  font-family: Varela, sans-serif;
}

.bio-h3, .paragraph-2 {
  font-family: Varela, sans-serif;
}

.bio-p {
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Varela, sans-serif;
  font-size: 15px;
}

.section-3 {
  display: flex;
}

.heading {
  margin-bottom: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
}

.heading-2 {
  padding-left: 40px;
}

.social-link {
  color: var(--lani-blue);
  font-family: Varela, sans-serif;
}

.image-2 {
  max-width: 20%;
}

.container-3 {
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.container-4 {
  margin-top: 60px;
}

.image-3 {
  margin-top: 0;
  transition: opacity .2s;
}

.image-4 {
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
}

.code-embed {
  margin-bottom: 40px;
  margin-left: 60px;
  margin-right: 60px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Varela, sans-serif;
}

.link-block {
  color: var(--lani-blue);
  text-align: center;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-family: Varela, sans-serif;
}

.link-block-2 {
  text-align: center;
}

.link-block-3 {
  color: #fff;
}

.error-message {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .nav-container {
    min-height: 150px;
  }

  .nav-container.about-page {
    min-height: 310px;
  }

  .nav-container.contact-page {
    min-height: 400px;
  }

  .nav-container.project-page {
    min-height: 344px;
  }

  .nav {
    margin-top: 0;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button:hover {
    color: #00d6b4;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .heading-wrapper {
    margin-top: 115px;
  }

  .nav-menu {
    background-color: #000;
  }

  .project-body-copy {
    margin-left: 12%;
    margin-right: 12%;
  }

  .success {
    margin-top: 10px;
  }

  .body {
    background-color: #000;
  }

  .image-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    min-height: 120px;
  }

  .nav-container.small {
    min-height: 280px;
  }

  .nav-container.about-page {
    min-height: 230px;
  }

  .nav-container.contact-page {
    min-height: 120px;
  }

  .nav-container.project-page {
    min-height: 256px;
  }

  .nav {
    padding-top: 0;
  }

  .booking-form {
    width: 80%;
  }

  .left-column {
    padding-right: 10px;
  }

  .menu-button {
    text-align: right;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button:hover {
    color: var(--lani-blue);
  }

  .home-h1 {
    font-size: 38px;
    line-height: 43px;
  }

  .heading-wrapper {
    margin-top: 72px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-p {
    width: 81%;
    margin-top: 0;
  }

  .project-body-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .success {
    margin-top: 20px;
  }

  .container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .artist-img {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-container-roster {
    min-height: 60px;
  }

  .artist-h1 {
    font-size: 32px;
  }

  .bio-p {
    font-size: 14px;
  }

  .heading {
    font-size: 15px;
  }

  .image-2 {
    max-width: 30%;
    padding-top: 10px;
    padding-left: 10px;
  }

  .image-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-4 {
    max-width: 95%;
    margin-top: 40px;
  }

  .heading-3 {
    color: #fff;
    margin-left: 40px;
  }

  .heading-4 {
    margin-left: 40px;
  }

  .column-2 {
    margin-bottom: 40px;
  }

  .column-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    min-height: 100px;
  }

  .nav-container.about-page {
    min-height: 193px;
  }

  .nav-container.project-page {
    min-height: 226px;
  }

  .home-buttom {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .booking-form {
    width: 90%;
  }

  .menu-button {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button:hover {
    color: var(--lani-blue);
  }

  .heading-wrapper {
    margin-top: 50px;
  }

  .about-p {
    width: 91%;
  }

  .project-body-copy {
    margin-left: 18px;
    margin-right: 18px;
  }

  .success-message, .text-block {
    font-size: 14px;
  }

  .artist-group-1 {
    margin-top: 20px;
  }

  .about-p1, .about-p2, .about-p3 {
    font-size: 14px;
  }

  .artist-h1 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 28px;
  }

  .bio-p {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
  }

  .heading {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
  }

  .image-2 {
    padding-top: 10px;
    padding-left: 0;
  }

  .image-4 {
    max-width: 90%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .code-embed {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-3 {
    font-size: 20px;
  }
}


