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

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.intro-text {
  text-align: center;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.navbar {
  background-color: #fff;
  border: .8px solid #5d0070;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  background-color: #fff;
  border-bottom: 1px solid #bd89c3;
}

.nav-link {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 400;
  transition: all .4s;
}

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

.nav-link.w--current {
  color: #949494;
  font-weight: 400;
  text-decoration: overline;
}

.nav-container {
  border: 1px #376d6b;
  align-items: center;
  display: flex;
}

.homepage-section-1 {
  background-image: url('../images/fire_sml_ptm.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 130px;
  padding-bottom: 130px;
}

.homepage-section-2 {
  background-image: url('../images/Green_bckgrnd_white.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 130px;
  padding-bottom: 130px;
}

.homepage-section-3 {
  background-image: url('../images/water_sml_ptm.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 130px;
  padding-bottom: 130px;
}

.heading {
  text-transform: uppercase;
}

.heading-medium-white {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 40px;
}

.text-white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.heading-large-white {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 100px;
}

.heading-large-white.big {
  letter-spacing: 15px;
  font-size: 80px;
  font-weight: 300;
}

.heading-medium-black {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 300;
  display: block;
}

.container-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button {
  color: #000;
  letter-spacing: 3px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #7900a7;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.section {
  background-image: url('../images/PTMworkshopPicWhite.jpg');
  background-position: 0 0;
  background-size: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  width: 80%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "." 25%
                 "." 25%
                 / 25% 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  justify-items: stretch;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.grid {
  grid-row-gap: 18px;
  grid-template: "Area Area-2" 25%
                 ". ." 50%
                 / .25fr .25fr .25fr 1fr;
}

.section-2 {
  padding-top: 130px;
}

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

.container-3 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.workshop-text-black {
  text-align: center;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.section-3 {
  width: 100%;
  height: 93vh;
  background-image: url('../images/PTM-workshop-black.jpg');
  background-position: 50%;
  background-size: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-4 {
  background-image: url('../images/Workshop_section_white.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}

.workshop-text-white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.heading-2, .text-block-2 {
  text-align: center;
}

.testimonials-name-title-white {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.section-5 {
  background-image: url('../images/fire_sml_ptm.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}

.testimonials-name-title-black {
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 30px;
}

.text-block-3 {
  text-align: center;
  font-family: Lato, sans-serif;
}

.section-6 {
  background-image: url('../images/water_sml_ptm.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}

.image {
  margin-top: -8px;
  margin-right: 30px;
  padding-top: 0;
}

.image-2 {
  width: 100%;
  display: block;
}

.form-block {
  width: 70%;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-field {
  text-align: center;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-field-2 {
  text-align: center;
  letter-spacing: 2px;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.container-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button2 {
  letter-spacing: 3px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  border: 1px solid #b38bc2;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.submit-button {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #7900a7;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.text-block-4 {
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 8px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-8 {
  background-image: url('../images/Workshop_section_dark.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.column {
  flex-direction: column;
  align-items: center;
  padding-left: 25px;
  display: flex;
}

.column-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-3 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.column-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-9 {
  background-image: url('../images/Workshop_section_white.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 20px;
}

.heading-3 {
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-10 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-4 {
  letter-spacing: 5px;
  text-transform: uppercase;
}

.container-5 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.art-title {
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.art-deets {
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.section-11 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 50px;
  padding-top: 0;
  display: block;
}

.container-6 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.section-12 {
  margin-top: 26px;
  padding-bottom: 80px;
}

.image-4 {
  align-self: center;
}

.nav-menu {
  width: 100%;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: -1px;
  display: flex;
}

.link-block {
  margin: 12px 20px 12px 10px;
}

.section-13 {
  margin-top: 100px;
}

.section-14 {
  margin-top: 16px;
  margin-bottom: 50px;
}

.image-5 {
  margin-top: -20px;
}

.section-15 {
  margin-top: 16px;
  margin-bottom: 50px;
}

.image-6 {
  margin-left: 20px;
}

.image-7 {
  margin-right: 20px;
}

.section-16 {
  margin-top: 16px;
  margin-bottom: 50px;
}

.section-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-18 {
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.image-8 {
  margin: 0 10px;
}

.image-9 {
  margin: 0 15px;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 30px;
  display: flex;
}

.section-20 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.image-10 {
  margin-left: 57px;
  padding-left: 0;
}

.image-11 {
  padding-left: 10px;
}

.image-12 {
  padding-right: 10px;
}

.section-21 {
  padding-top: 44px;
  padding-bottom: 80px;
}

.section-22, .section-23, .section-24 {
  padding-bottom: 80px;
}

.section-25 {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 80px;
}

.section-26 {
  padding-top: 30px;
  padding-bottom: 80px;
}

.container-9 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-27 {
  padding-top: 0;
  padding-bottom: 80px;
}

.container-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-28 {
  padding-bottom: 80px;
}

.container-11, .container-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-29 {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 30px;
  display: flex;
}

.container-13 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-13 {
  width: 60%;
  display: block;
}

.image-14 {
  width: 60%;
}

.section-30 {
  padding-bottom: 80px;
}

.image-15 {
  padding-top: 0;
}

.image-16 {
  padding-top: 63px;
}

.image-17 {
  padding-top: 100px;
}

.image-18 {
  padding-top: 0;
}

.image-19 {
  padding-top: 125px;
}

.image-20 {
  padding-top: 111px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: italic;
}

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

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.submit-button-2 {
  color: #000;
  letter-spacing: 3px;
  background-color: rgba(215, 56, 236, .25);
}

.section-31 {
  padding-top: 84px;
}

.container-15 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-6 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  padding-top: 38px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-block-7 {
  color: #000;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.animate-wrapper {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-21 {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-22 {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-block {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  position: absolute;
}

.image-23 {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-2 {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  transition: all .4s;
}

.button-2:hover {
  color: #8100bd;
  border: 0 solid #630c9c;
  padding-left: 20px;
  padding-right: 20px;
}

.email-link {
  color: #6700ac;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  transition: all .375s;
}

.email-link:hover {
  color: #a364ce;
}

.div-block-2 {
  padding-top: 60px;
}

.mini-title {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  padding-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.pricing-table {
  width: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.price-column {
  width: 30%;
}

.details-column {
  width: 70%;
}

.text-block-8, .text-block-9 {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.pricing-title {
  padding-bottom: 40px;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.contact-link {
  color: #5d0070;
  text-decoration: none;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

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

.slide {
  width: 100%;
  height: auto;
}

.div-block-3 {
  width: 100%;
  height: 90vh;
}

.mask {
  width: 100%;
  height: auto;
}

.image-24 {
  text-align: left;
}

.slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .gallery-grid-container {
    align-self: stretch;
  }

  .pricing-table {
    width: 80%;
  }

  .text-block-11 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading-large-white {
    line-height: 60px;
  }

  .heading-large-white.big {
    font-size: 50px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-4, .section-5, .section-6, .section-8, .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-29 {
    padding-bottom: 30px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .section-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .email-link {
    color: #6500a0;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    transition: all .475s;
  }

  .email-link:hover {
    color: #000;
    font-weight: 400;
    text-decoration: none;
  }

  .pricing-table {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-9 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .text-white {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-large-white.big {
    font-size: 25px;
  }

  .heading-medium-black {
    font-size: 36px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .section-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-10 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-5 {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 40px;
  }

  .container-14 {
    flex: 0 auto;
    align-self: stretch;
  }

  .details-column {
    width: 70%;
  }

  .text-block-8, .text-block-9 {
    font-size: 14px;
  }
}
