:root {
  --body-text: #c19420;
  --background: #3f3821;
  --social-sidebar-background: #5d553a;
  --white: white;
  --clear: rgba(255, 255, 255, 0);
  --hovertext: #3f3821;
  --black: black;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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: var(--body-text);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.body {
  background-color: var(--background);
  color: var(--body-text);
  font-family: Raleway Variablefont Wght, sans-serif;
}

.div-block {
  background-color: #461b02;
  height: 45px;
}

.navbar {
  background-image: url('../images/Header_BKGD_texture.png');
  background-position: 0 0;
  background-size: auto;
  height: 179px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .2);
}

.container {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.brand {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image {
  margin-bottom: 20px;
  margin-left: 40px;
}

.nav-menu {
  max-height: 170px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: auto;
  right: 2%;
}

.nav-menu:active {
  color: var(--body-text);
}

.nav-link {
  color: var(--body-text);
  text-align: right;
  letter-spacing: 4px;
  -webkit-text-stroke-color: var(--background);
  text-transform: uppercase;
  padding: 10px 20px 10px 40px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-weight: 800;
}

.nav-link:hover {
  color: var(--white);
  font-weight: 800;
}

.nav-link.w--current {
  background-color: var(--background);
  color: var(--body-text);
  padding-bottom: 0;
  font-weight: 800;
}

.nav-link.w--current:hover {
  color: var(--white);
  font-weight: 800;
}

.menu-button {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.menu-button:hover {
  background-color: var(--social-sidebar-background);
}

.menu-button:active {
  color: var(--body-text);
}

.menu-button.w--open {
  background-color: var(--social-sidebar-background);
  color: var(--body-text);
}

.menu-burger {
  color: var(--black);
  max-width: 90%;
  font-size: 36px;
}

.social-icon-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: absolute;
  top: auto;
  left: 20px;
}

.section-3 {
  float: right;
  width: 94%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.section-4 {
  float: right;
  width: 94%;
  height: 100%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  font-family: Carnavonts, sans-serif;
  font-size: 44px;
  font-weight: 500;
}

.container-2 {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-6 {
  margin: 20px 10px;
  padding: 20px 10px;
}

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

.div-block-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-2 {
  max-width: 366px;
  font-family: Carnavonts, sans-serif;
  font-weight: 500;
}

.paragraph {
  max-width: 689px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-3 {
  font-family: Carnavonts, sans-serif;
  font-weight: 500;
}

.paragraph-2 {
  margin-top: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-label {
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Carnavonts, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-field {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, .2);
}

.submit-button {
  background-color: var(--social-sidebar-background);
  margin-bottom: 20px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-weight: 500;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .2);
}

.social-icons {
  text-decoration: none;
}

.form {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-3 {
  padding-bottom: 20px;
}

.div-block-9 {
  margin-bottom: 60px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-10 {
  text-align: center;
  padding: 20px;
}

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

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

.container-5 {
  display: flex;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.div-block-15 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.section-6 {
  float: right;
  width: 94%;
  height: 100%;
  margin-top: 10px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.image-4 {
  box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, .2);
}

.paragraph-3 {
  text-align: center;
  margin-top: 20px;
}

.button {
  background-color: var(--social-sidebar-background);
  color: var(--body-text);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 202px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-weight: 600;
  display: block;
  box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, .2);
}

.button:hover {
  background-color: var(--black);
  max-width: 202px;
  font-weight: 600;
}

.div-block-16 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid {
  grid-template-rows: auto auto auto auto auto;
}

.div-block-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.html-embed-3 {
  text-align: center;
  width: 624px;
  height: 351px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.paragraph-4 {
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-30 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-2 {
  background-color: var(--social-sidebar-background);
  color: var(--body-text);
  font-weight: 700;
  box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, .2);
}

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

.social_text, .link-block {
  color: var(--body-text);
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
}

.link-block:hover {
  color: var(--black);
  background-image: url('../images/Ellipse-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  text-decoration: none;
}

.div-block-31 {
  margin-bottom: 20px;
}

.posters {
  text-align: center;
  font-size: 24px;
}

.body-2 {
  background-color: #3f3821;
}

.heading-4 {
  text-align: center;
  padding-top: 30px;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.container-7 {
  margin-bottom: 40px;
}

.body-3 {
  background-color: #3f3821;
}

.heading-5 {
  color: #158a28;
  text-align: center;
}

.paragraph-5 {
  text-align: center;
}

.button-3 {
  background-color: var(--black);
  text-align: center;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.div-block-32 {
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.section-7, .container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .image {
    margin-left: 30px;
  }

  .nav-menu {
    background-color: var(--social-sidebar-background);
    max-height: 191px;
    padding-top: 20px;
    padding-bottom: 40px;
    bottom: -106%;
    right: 2%;
  }

  .nav-link {
    background-color: var(--clear);
    padding-top: 14px;
    padding-bottom: 0;
    text-decoration: none;
  }

  .nav-link:hover {
    background-color: var(--hovertext);
  }

  .menu-button {
    right: 2%;
  }

  .menu-burger {
    max-width: 86%;
  }

  .menu-burger:hover {
    background-image: none;
  }

  .social-icon-block {
    left: 20px;
  }

  .section-3, .section-4 {
    width: 91%;
  }

  .container-2 {
    margin-bottom: 10px;
  }

  .div-block-6 {
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 0;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 32px;
  }

  .paragraph {
    font-size: 14px;
  }

  .div-block-10 {
    align-self: center;
    padding-bottom: 0;
  }

  .div-block-11, .container-5 {
    flex-flow: column;
  }

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

  .section-6 {
    width: 91%;
  }

  .posters {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-left: 10px;
  }

  .nav-menu {
    background-color: var(--social-sidebar-background);
    max-height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: -69%;
  }

  .nav-link {
    text-align: right;
    padding-top: 5px;
    padding-right: 20px;
  }

  .menu-button {
    border-radius: 3px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 5%;
  }

  .menu-button.w--open {
    background-color: var(--social-sidebar-background);
    margin-bottom: 0;
    margin-right: 0;
    right: 2%;
  }

  .menu-burger {
    color: var(--black);
    max-width: 80%;
  }

  .menu-burger:hover {
    background-image: none;
    border-width: 0;
    border-radius: 0;
  }

  .social-icon-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    left: 20px;
  }

  .section-3, .section-4 {
    width: 86%;
  }

  .container-2 {
    margin-bottom: 10px;
  }

  .div-block-6 {
    margin: 10px 0 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 30px;
  }

  .paragraph {
    font-size: 14px;
  }

  .container-3 {
    padding-bottom: 20px;
  }

  .div-block-10 {
    padding-bottom: 0;
  }

  .container-5 {
    flex-flow: column;
  }

  .section-6 {
    width: 86%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .html-embed-3 {
    width: 368px;
    height: 251px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: var(--social-sidebar-background);
    bottom: -69%;
  }

  .nav-link {
    padding-top: 5px;
  }

  .menu-button {
    right: 1%;
  }

  .menu-button.w--open {
    background-color: var(--social-sidebar-background);
  }

  .menu-burger {
    max-width: 78%;
  }

  .social-icon-block {
    left: 10px;
  }

  .section-3 {
    width: 83%;
    max-width: 88%;
  }

  .section-4 {
    width: 84%;
  }

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

  .div-block-6 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 30px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 14px;
  }

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

  .paragraph-2 {
    font-size: 14px;
  }

  .column-3, .form {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    padding-bottom: 20px;
  }

  .div-block-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-10 {
    padding: 0;
  }

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

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    width: 83%;
    max-width: 88%;
  }

  .html-embed-3 {
    width: 224px;
    height: 126px;
  }

  .posters {
    font-size: 20px;
    line-height: 24px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }
}

#w-node-_83032c1a-0589-367c-b615-7c823d6336ae-c99cdd64 {
  justify-self: center;
}


@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carnavonts';
  src: url('../fonts/carnavonts.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}