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

.full-width-container {
  width: 100%;
  max-width: none;
}

.full-width-container.reverse {
  background-color: #272626;
  background-image: linear-gradient(#00000080, #00000080), url('../images/denim.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.full-width-container.reverse.workshop {
  display: block;
}

.full-width-container.past-workshops {
  margin-top: 2rem;
}

._1440-container {
  border-bottom: 3px #272626;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.sfs-logo {
  border-bottom: 1px solid #000;
  width: 45%;
  display: block;
}

.normal-para {
  color: #272626;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.3rem;
}

.normal-para.reverse {
  color: #fff;
}

.normal-para._1-2 {
  text-align: left;
  font-size: 1.2rem;
}

.normal-para._1-2._1-rem-bottom {
  margin-bottom: 1rem;
}

.normal-para._1-2._2rem-bottom {
  margin-bottom: 2rem;
}

._1000-section-vert {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem;
  display: flex;
}

._1000-section-vert.outline {
  border: 1px solid #272626;
}

.heading-2 {
  color: #272626;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.heading-2.reverse {
  color: #fff;
}

.navbar {
  background-image: linear-gradient(#00000080, #00000080), url('../images/denim.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.navbar-container {
  flex-flow: row;
  justify-content: center;
  max-width: 1440px;
  display: flex;
}

.nav-link {
  color: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: Merriweather, serif;
}

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

.page-header {
  margin-top: 3rem;
  font-family: Open Sans, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  display: block;
}

.bio-image-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  margin: 1rem;
  display: flex;
}

.bio-image {
  border: 1px solid #ccc;
}

.horiz-section {
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem;
  display: flex;
}

.heading-4 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.heading-4.reverse {
  opacity: 0;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px #000000b3;
  flex: 1;
  margin-top: 0%;
  margin-bottom: 0;
  font-size: 1.5rem;
  display: block;
  position: absolute;
  inset: 50% 0% auto;
}

.bio-para {
  font-family: Merriweather, serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.bio-para.reverse {
  color: #fff;
  margin-bottom: 0;
}

.heading-2-copy {
  color: #272626;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.heading-2-copy.reverse {
  color: #fff;
}

.workshop-image-wrapper {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
  border: 1px solid #ccc;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 1rem;
  padding: 1.5rem;
  display: flex;
}

.workshop-image {
  border: 1px solid #ccc;
  width: 50%;
  margin: 1rem;
}

.workshop-inner-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding-left: 0;
  display: flex;
}

.cta-button {
  text-align: center;
  background-color: #fff;
  padding: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.cta-button.reverse {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.link-block {
  color: #333;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.masonry-wrapper {
  column-count: 4;
  column-gap: 1rem;
}

.masonry-item {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}

.heading-3 {
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.heading-3.reverse {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px #000000b3;
  flex: 0 auto;
  margin-top: 0%;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: block;
  position: static;
  inset: 50% 0% auto;
}

.footer-para {
  color: #fff;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.3rem;
}

.footer-para.reverse {
  color: #fff;
}

.italic-text {
  font-size: 2.4rem;
}

.newsletter-button {
  text-align: center;
  background-color: #fff;
  border: 1px solid #272626;
  padding: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.newsletter-button.reverse {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

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

.logo-stacked {
  width: 400px;
}

.horizontal-rule {
  background-color: #272626;
  width: 100%;
  height: 1px;
}

.horizontal-rule._2-rem-bottom {
  margin-bottom: 2rem;
}

.link {
  color: #577449;
}

@media screen and (max-width: 991px) {
  .burger-menu, .page-header {
    font-size: 1.5rem;
  }

  .bio-image-wrapper {
    flex-flow: column;
    align-self: flex-start;
  }

  .heading-4 {
    font-size: 1.2rem;
  }

  .heading-4.reverse {
    flex: 1;
  }

  .bio-para {
    text-align: left;
  }

  .bio-para.reverse {
    flex: 1;
  }

  .workshop-inner-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }

  .cta-button {
    text-align: center;
    flex: 0 auto;
    padding: 10px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    display: block;
  }

  .heading-3.reverse {
    flex: 1;
  }

  .footer-para {
    font-size: .9rem;
  }

  .icon {
    color: #fff;
    font-size: 3rem;
    line-height: 1.5rem;
  }

  .italic-text {
    font-size: 1.5rem;
  }

  .italic-text-2 {
    white-space: normal;
    word-break: normal;
    font-size: 1.2rem;
  }

  .newsletter-button {
    text-align: center;
    flex: 0 auto;
    padding: 10px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .normal-para.reverse {
    line-height: 1.9rem;
  }

  .nav-menu {
    background-image: linear-gradient(#00000080, #00000080), url('../images/denim.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .nav-link {
    text-align: center;
  }

  .burger-menu.w--open {
    background-image: linear-gradient(#00000080, #00000080), url('../images/denim.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .page-header {
    font-size: 1.2rem;
  }

  .heading-4 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .bio-para {
    font-size: 1rem;
  }

  .italic-text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .sfs-logo {
    width: 80%;
  }

  .normal-para.reverse {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6rem;
  }

  ._1000-section-vert {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header {
    text-align: center;
    line-height: 1.7rem;
  }

  .bio-image-wrapper {
    align-self: center;
    width: 80%;
  }

  .horiz-section {
    flex-flow: column;
    align-items: center;
    padding-bottom: 2rem;
  }

  .heading-4 {
    font-size: 1.2rem;
  }

  .bio-para {
    font-size: 1.1rem;
  }

  .workshop-image-wrapper {
    flex-flow: column;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .workshop-inner-wrapper {
    flex-flow: column;
    align-items: center;
    min-height: 150px;
  }

  .link-block {
    width: 100%;
    display: block;
  }

  .masonry-wrapper {
    column-count: 2;
  }

  .heading-3.reverse {
    text-align: center;
  }

  .footer-para {
    font-size: .8rem;
  }

  .icon {
    font-size: 3rem;
  }

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