.head-section {
  background-color: #21201e;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  padding: 10px 20px;
}

.container {
  max-width: 1280px;
}

.logo-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Tinos, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.logo-tag-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Tinos, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.nav-menu {
  text-align: right;
}

.nav-link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Tinos, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.nav-link:hover {
  color: #f5d472;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #f5d472;
}

.nav-link.smaller-no-caps {
  text-transform: none;
  font-size: 16px;
}

.artist-statement-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

._1280-div {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Tinos, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.p-tag {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.footer-section {
  background-color: #21201e;
  padding-top: 40px;
  padding-bottom: 40px;
}

.copyright-text {
  color: #fff9;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.copyright-text.right {
  text-align: right;
}

.wd-link {
  color: #fff9;
}

.gallery-section {
  background-color: #21201e;
  padding: 100px 20px;
}

.gallery-div {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.gallery-img-div, .img-gallery-div {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.h2-gold {
  color: #f5d472;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Tinos, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.h3-gallery {
  color: #fff9;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.gallery-img-description {
  color: #fff9;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.gallery-img-description.italic {
  font-style: italic;
}

.nav-text-link {
  color: #fff;
  font-family: Tinos, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #333;
    padding-bottom: 20px;
  }

  .menu-button {
    background-color: #0000;
  }

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

  .icon {
    color: #fff;
    font-size: 54px;
    line-height: 54px;
  }
}


