:root {
  --white: white;
  --black: black;
}

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

.nav-link {
  color: #fff;
  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.smaller-no-caps {
  text-transform: none;
  font-size: 16px;
  line-height: 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;
}

.column {
  padding-left: 0;
}

.div-block {
  padding-left: 10px;
  padding-right: 40px;
}

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

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

.container {
  max-width: 1280px;
}

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

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

.hero-section {
  background-image: url('../images/nancy-cote_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
}

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

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

.gallery-img-div {
  text-align: center;
  max-width: 300px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

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

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

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

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

.h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Tinos, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.caption {
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.testimonial-quote-icon {
  text-align: left;
  margin-bottom: 24px;
}

.testimonil-section {
  background-color: #8080801a;
  padding-top: 100px;
  padding-bottom: 100px;
}

._600-div {
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.block-quote {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.citation {
  margin-bottom: 4px;
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
}

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

.contact-text {
  text-align: center;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.contact-text.push {
  margin-top: 40px;
}

.contact-text.large {
  margin-bottom: 20px;
  font-size: 30px;
}

.body-link {
  color: #333;
}

.body-link.phone {
  text-decoration: none;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Tinos, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.exhibits-div {
  margin-left: 10px;
  margin-right: 10px;
}

.link {
  color: #fff9;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.p-tag-white {
  color: #fff;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.corporal-works-div {
  margin-top: 60px;
}

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

@media screen and (max-width: 991px) {
  .icon {
    color: #fff;
    font-size: 54px;
    line-height: 54px;
  }

  .nav-menu {
    background-color: #333;
    padding-bottom: 20px;
  }

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

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

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 60%;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 70%;
  }

  .testimonial-quote-icon {
    width: 30px;
  }
}


