@font-face {
  font-family: "Cheltenham (1)";
  src: url('../fonts/Cheltenham_BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Cheltenham;
  src: url('../fonts/Cheltenham_BookItalic.ttf') format("truetype"), url('../fonts/Cheltenham_UltraItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Cheltenham;
  src: url('../fonts/Cheltenham_LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Cheltenham;
  src: url('../fonts/Cheltenham_Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Cheltenham ultra;
  src: url('../fonts/Cheltenham_Ultra.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Cheltenham;
  src: url('../fonts/Cheltenham_Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Rockb;
  src: url('../fonts/rockb.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura display bq;
  src: url('../fonts/Futura-Display-BQ-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Cheltenham book;
  src: url('../fonts/Cheltenham-Book-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Aira Demo;
  src: url('../fonts/Aira-DEMO.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gainsboro: #2f2f80;
  --goldenrod: #c1a22f;
  --purple: #5a1e4a;
  --white: white;
  --black: black;
  --grey: #757575;
  --dark-grey: #969696;
  --white-smoke: whitesmoke;
  --purple-2: #512c4b;
  --chai-blue: white;
}

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

body {
  color: #333;
  padding-top: 90px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

strong {
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.home-hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.background-video {
  background-image: linear-gradient(to top, #120410f0, #45173894);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image {
  clear: none;
  width: auto;
  min-width: auto;
  max-width: 30%;
  margin-top: 0;
  padding: 0;
}

.homesection1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.navbar {
  background-color: #fff;
  border-bottom: 3px solid #e0ac61;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 7px -3px #00000045;
}

.brand {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 10px 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brand.w--current {
  height: 90px;
  padding: 1% 0%;
  position: relative;
  inset: auto;
}

.nav-link {
  color: var(--gainsboro);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .1s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: var(--goldenrod);
  background-color: #0000;
  height: auto;
}

.nav-link.w--current {
  color: var(--goldenrod);
  font-size: 14px;
}

.nav-link.yona {
  display: none;
}

.nav-menu {
  clear: none;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.nav-link-text {
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.icon {
  color: var(--gainsboro);
  margin-right: 0;
  transform: rotate(-90deg);
}

.dropdown {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 5px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.dropdown-list {
  margin-top: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-top: -5px;
  position: absolute;
}

.dropdown-link {
  color: var(--gainsboro);
  letter-spacing: 2px;
  text-transform: none;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .15s;
  position: relative;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--goldenrod);
}

.button {
  border: 1px solid var(--purple);
  color: var(--purple);
  letter-spacing: 2px;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .1s;
  display: flex;
  position: static;
  top: 0;
  right: 0;
}

.button:hover {
  border-style: solid;
  border-color: var(--goldenrod);
  color: var(--goldenrod);
  letter-spacing: 2px;
  background-color: #0000;
}

.button.white {
  letter-spacing: 0;
  background-color: #fff;
  border-width: 2px;
  border-radius: 20px;
  font-size: 16px;
}

.button.white.donate-nav {
  background-color: var(--gainsboro);
  color: var(--white);
  border-style: none;
  border-radius: 10px 0;
  margin-top: 0;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  transition-duration: .2s;
  position: static;
  top: 10px;
  right: 25px;
}

.button.white.donate-nav:hover {
  border-color: var(--purple);
  background-color: var(--gainsboro);
  color: var(--goldenrod);
  transform: scale(1.05);
}

.button.white.donate-nav.tribue {
  border-style: none;
  border-color: var(--black);
  background-color: var(--gainsboro);
  color: var(--white);
  border-radius: 10px 0;
  margin-top: 0;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  position: static;
  right: 150px;
}

.button.white.donate-nav.tribue:hover {
  color: var(--goldenrod);
}

.button.white.donate-nav.tribue.w--current {
  margin-top: 0;
}

.button.white.donate-nav.tix {
  margin-right: 10px;
}

.button.bold {
  border-width: 2px;
  height: auto;
  font-size: 14px;
}

.div-block {
  width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.div-block.contribution-levels {
  display: block;
}

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

.div-block.facebook {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block.program-ad {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block.cd-order {
  display: none;
}

.div-block-2 {
  border-style: none;
  border-width: .5px 0 0;
  border-color: var(--grey) black black;
  flex-direction: row;
  align-items: center;
  width: 1080px;
  height: 80px;
  padding-left: 25px;
  display: flex;
  position: static;
  bottom: 0;
  left: 25%;
  right: 0;
}

.div-block-2.concert {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 400;
  transition: all .15s;
}

.text-block:hover {
  color: var(--goldenrod);
}

.button-2 {
  border-left: 1px solid var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.button-2:hover, .button-2.w--current {
  color: var(--goldenrod);
}

.link-block {
  border-left: 1px solid var(--dark-grey);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: var(--goldenrod);
}

.social-block {
  border-style: none;
  border-left-width: 1px;
  border-left-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social-image {
  opacity: .8;
  transition: all .15s;
}

.social-image:hover {
  opacity: 1;
}

.instagram {
  opacity: .65;
  transition: all .15s;
}

.instagram:hover {
  opacity: 1;
}

.column {
  height: 500px;
  padding-left: 5px;
  padding-right: 5px;
}

.column-2, .column-3 {
  border-radius: 0;
  height: 500px;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-5 {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
}

.columns {
  display: flex;
}

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

.text-block-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.body {
  font-family: Lato, sans-serif;
}

.body.home {
  padding-top: 0;
}

.text-block-4 {
  color: var(--grey);
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.div-block-6 {
  background-color: var(--gainsboro);
  border-radius: 5px;
  width: 100%;
  height: 1px;
  margin-top: 50px;
}

.paragraph {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  margin-top: 25px;
  font-size: 18px;
  line-height: 28px;
}

.about-div {
  z-index: 500;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.image-4 {
  border-radius: 3px;
  display: none;
}

.gradient-div {
  background-image: linear-gradient(7deg, #000000e6 16%, #fff0 88%);
  border-radius: 0;
  align-items: flex-end;
  margin-bottom: 13px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0;
}

.text-block-6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-6.june-23 {
  background-color: #d40c10;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
}

.text-block-7 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-7.a-great-light {
  margin-top: 10px;
  font-size: 40px;
  line-height: 40px;
}

.text-block-7.a-great-light.song {
  background-color: #0000;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.div-block-7 {
  background-color: var(--gainsboro);
  color: var(--gainsboro);
  width: 150px;
  height: 2px;
  margin-top: 20px;
}

.button-3 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s;
}

.button-3:hover {
  background-color: var(--gainsboro);
  color: #fff;
}

.button-3.dark {
  background-color: var(--purple);
  color: #fff;
}

.button-3.a-great-light {
  margin-left: 0;
}

.text-block-8 {
  margin-top: 15px;
}

.video-2 {
  border-radius: 3px;
  margin-top: 50px;
}

.gradient-div-2 {
  border-radius: 3px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
  position: absolute;
  inset: 0;
}

.text-block-4-2 {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.div-block-8 {
  border-radius: 3px;
  height: 400px;
  margin-top: 0;
  position: relative;
  inset: 0;
}

.subscribe-section {
  background-image: linear-gradient(to bottom, var(--gainsboro), var(--gainsboro));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.hora-hopak-div {
  color: #fff;
  padding: 10px 10px 25px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.image-5 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 10px;
  left: -25px;
}

.image-6, .image-7 {
  border-radius: 3px;
}

.section3 {
  height: 500px;
}

.div-block-10 {
  background-image: url('../images/DSC_2271.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.div-block-11 {
  background-image: linear-gradient(#000000d4, #000000d4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.yona-text {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.text-block-4-2-copy {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 300px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  transition: all .2s;
  display: block;
}

.button-4:hover {
  border-color: var(--goldenrod);
}

._50-years {
  color: var(--gainsboro);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.subscribe-block {
  width: auto;
  margin-bottom: 10px;
}

.field-label {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.field-label-2 {
  text-align: center;
  text-transform: uppercase;
}

.submit-button {
  background-color: var(--purple);
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: block;
}

.text-field {
  color: #757575;
  text-align: center;
  border-radius: 3px;
}

.text-field-2 {
  text-align: center;
  border-radius: 3px;
}

.footer {
  color: var(--grey);
  background-color: #3f1534;
  background-image: linear-gradient(#000, #000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding: 5%;
  display: flex;
}

.footer-div-inside {
  width: 80%;
}

.columns-2 {
  margin-top: 0;
}

.video-3 {
  width: 100%;
  height: 100%;
}

.youtube {
  width: auto;
  height: 500px;
}

.youtube-2 {
  width: 500px;
  height: 500px;
  padding-bottom: auto;
  padding-left: auto;
  padding-right: auto;
  position: static;
}

.button-subscribe {
  border: 1px solid var(--purple);
  color: var(--purple);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .1s;
  display: flex;
  position: absolute;
  top: 25px;
  right: 25px;
}

.button-subscribe:hover {
  border-style: solid;
  border-color: var(--goldenrod);
  color: var(--goldenrod);
  letter-spacing: 2px;
  background-color: #0000;
}

.image-8 {
  flex: 0 auto;
  min-width: 100px;
  max-width: 150px;
  min-height: 40px;
  max-height: 90px;
  display: block;
  position: static;
}

.lightbox-link {
  background-image: url('../images/chai20220616-1dx-0676-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 25px;
  display: flex;
}

.div-block-81 {
  background-image: url('../images/white-play-button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  transition: all .15s;
}

.div-block-81:hover {
  color: #c1a22f;
  background-image: url('../images/play-gold.png');
}

.menu-button {
  position: static;
}

.dropdown-2 {
  padding-right: 10px;
}

.background-video-about {
  background-image: linear-gradient(to top, #120410f0, #45173894);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.hero-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.hero-title.donate {
  font-size: 35px;
  line-height: 35px;
}

.hero-title.gift {
  font-size: 50px;
  line-height: 50px;
}

.gold-line-div {
  background-color: var(--goldenrod);
  width: 200px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1080px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-div.concert {
  flex-direction: row;
  align-items: center;
}

.hero-div.auditions {
  margin-bottom: 100px;
}

.hero-paragraph-text {
  color: #fff;
  align-items: center;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 26px;
  display: flex;
}

.paragraph-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-default {
  background-color: #fff;
  padding: 50px 50px 75px;
}

.section-default.concert {
  background-color: #070825;
}

.section-default.israeili {
  padding-top: 0;
}

.section-default.concerty {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 16px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.heading.concert {
  color: #fff;
  text-transform: none;
  font-family: Cheltenham book, sans-serif;
  font-style: normal;
}

.paragraph-body {
  margin-top: 10px;
  font-family: Lato, sans-serif;
}

.diff {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-column {
  padding-left: 0;
  padding-right: 0;
}

.left-column-text {
  color: #2f2f80;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.right-column {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.column-4 {
  background-image: linear-gradient(8deg, #000, #fff0), url('../images/chai20220807-4038-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 600px;
}

.column-5 {
  border-left: 1px solid var(--dark-grey);
  background-image: linear-gradient(4deg, #000, #fff0), url('../images/chai20220616-1dx-5599.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 600px;
}

.social-nav {
  position: static;
  top: 35px;
  right: 170px;
}

.social-link {
  padding-left: 5px;
  padding-right: 5px;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
}

.column-6 {
  padding-left: 25px;
}

.bold-text {
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
}

.gold-line-div-short {
  background-color: var(--goldenrod);
  width: 30px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.artistic-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
}

.text-block-9 {
  margin-bottom: 10px;
}

.column-7 {
  background-image: url('../images/Rachel-Cooper.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.artistic-bio-column {
  margin-top: 25px;
}

.hero-div-photo {
  background-image: url('../images/DSC_1974.jpg');
  background-position: 50% 22%;
  background-size: 3268px;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.div-block-83 {
  background-color: var(--gainsboro);
  background-image: linear-gradient(0deg, #21128f, #2f2f80 75%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  position: static;
}

.div-block-83.concert {
  background-image: none;
}

.div-block-83.donate-page {
  width: auto;
  height: auto;
  padding: 10px 25px;
  display: none;
  position: static;
}

.white-line-div {
  background-color: #fff;
  width: 100px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-9 {
  margin-top: 0;
}

.artistic-title-text {
  border-left: 2px solid var(--goldenrod);
  color: #5a1e4a;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.david-vamos {
  background-image: url('../images/Gray-Headshot.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  height: 300px;
}

.rachel-cooper {
  filter: grayscale();
  background-image: url('../images/Rachel-Cooper.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  height: 300px;
}

.rachel-cooper.sarah {
  background-image: url('../images/Headshot-Sarah.jpeg');
}

.jesse-popesk {
  filter: grayscale();
  background-image: url('../images/Jesse-Popeski-2364_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  height: 300px;
}

.jesse-popesk.grace {
  background-image: url('../images/Grace-Franco-Roots.jpg');
  background-position: 50%;
  background-size: cover;
}

.jesse-popesk.rache {
  background-image: url('../images/Rachael-Buchwald-2209-p-500.jpg');
  background-position: 50%;
  background-size: cover;
}

.jesse-popesk.cameron {
  background-image: none;
  height: auto;
}

.jesse-popesk.kyra {
  background-image: url('../images/IMG_0179-2.JPG');
  background-position: 50%;
  background-size: cover;
}

.jesse-popesk.elan {
  background-image: url('../images/elanPhoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.jesse-popesk.marissa {
  background-image: url('../images/Marissa-Bosowec---2024-headshot.png');
  background-position: 50%;
  background-size: cover;
}

.jesse-popesk.gerri {
  background-image: url('../images/sheenaphoto-bw.jpg');
  background-position: 50%;
  background-size: cover;
}

.jesse-popesk.david {
  background-image: url('../images/david-vamos.png');
  background-position: 0%;
}

.john-loewen {
  filter: grayscale();
  background-image: url('../images/Production-Director.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  height: 300px;
}

.column-8 {
  border-left: 1px solid var(--dark-grey);
  background-image: url('../images/DSC_2136.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.column-10 {
  background-image: url('../images/DSC_1843.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.column-4-copy {
  border-right: 1px solid var(--dark-grey);
  border-left: 1px solid var(--dark-grey);
  background-image: url('../images/DSC_1922.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.paragraph-4 {
  color: #000;
  margin-top: 25px;
  font-family: Lato, sans-serif;
}

.paragraph-5 {
  font-family: Lato, sans-serif;
}

.phone-link {
  color: var(--goldenrod);
  text-decoration: none;
}

.scroll-section {
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/DSC_1107.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.centre-gold-text {
  color: var(--goldenrod);
  text-align: center;
  margin-bottom: 10px;
}

.div-block-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1080px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-centre-white {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
}

.hero-div-board {
  background-image: url('../images/DSC_1163.jpg');
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: 3268px;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.hero-div-yona {
  background-image: url('../images/DSC_2290.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3268px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  padding-top: 0;
  display: flex;
}

.yona-column-1 {
  border-right: 1px solid var(--dark-grey);
  border-left: 1px solid var(--dark-grey);
  background-image: url('../images/DSC_2296.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.yona-column-2 {
  background-image: url('../images/DSC_2271.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.scroll-section-yona {
  background-image: url('../images/DSC_2271.jpg');
  background-position: 50%;
  background-size: 3268px;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.video-section {
  width: 100%;
  height: auto;
}

.columns-3 {
  border-color: #969696f7;
  border-top-style: none;
  border-top-width: 1px;
}

.youtube-3 {
  width: auto;
  padding-bottom: auto;
  padding-left: auto;
  padding-right: auto;
}

.section {
  height: 40px;
}

.map {
  border-radius: 3px;
  width: 100%;
  height: 350px;
}

.hero-div-studio {
  background-image: url('../images/Mirrors.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3268px;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.column-11, .column-12, .column-13 {
  padding-left: 0;
}

.alumni-title {
  font-size: 22px;
}

.div-block-84 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

.text-block-10 {
  color: #000;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: none;
}

.image-10 {
  width: 100%;
  height: 700px;
  text-decoration: none;
  transition: all .2s;
}

.image-10:hover {
  transform: scale(.98);
}

.lightbox-link-2 {
  width: 100%;
  text-decoration: none;
  display: none;
}

.column-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.column-15 {
  padding-left: 0;
  padding-right: 0;
}

.hero-div-support {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  display: block;
}

.hero-div-support.donate {
  width: 250px;
  position: absolute;
  inset: 40% auto auto 0%;
}

.contact-link {
  color: var(--purple);
  text-decoration: none;
}

.centre-purple-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-default-grey {
  color: var(--dark-grey);
  background-color: #f1f1f1;
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/DSC_1439.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-centre-black {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
}

.paragraph-2-centre {
  text-align: center;
  font-family: Lato, sans-serif;
}

.left-purple-text-copy {
  color: var(--purple);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bold-text-2 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.hero-div-contact {
  background-image: url('../images/DSC_2521.jpg');
  background-position: 50% -130px;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.bold-text-3 {
  color: #fff;
  margin-bottom: 39px;
  font-size: 16px;
}

.scroll-section-support {
  background-image: linear-gradient(#141414, #141414);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-85 {
  background-color: #0000;
  border-radius: 3px;
  width: 100%;
  height: 95%;
  margin-bottom: 1%;
}

.bottom-footer-div {
  background-color: #0000;
  border-radius: 3px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 20%;
  margin-bottom: 0;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.image-11 {
  display: block;
  position: relative;
  bottom: 0;
  left: auto;
  right: auto;
}

.column-16 {
  border-style: none;
  border-right-width: 1px;
  border-right-color: var(--grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 25px 20px;
  display: flex;
}

.column-17 {
  border-right: 1px none var(--grey);
  border-left: 1px solid var(--grey);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-17:hover {
  color: #ff6b6b;
}

.column-18 {
  border-right: 0px solid var(--grey);
  border-left: 1px solid var(--grey);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-19 {
  border-style: none;
  border-width: 0;
  border-left-color: var(--gainsboro);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.rich-text-block, .bold-text-4 {
  color: #fff;
}

.slider {
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 25px;
  display: flex;
}

.image-12 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide {
  position: relative;
}

.image-13, .image-14, .image-15 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-copy {
  float: none;
  clear: none;
  border: 1px solid var(--purple);
  color: var(--purple);
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .1s;
  display: block;
  position: static;
  top: 0;
  right: 0;
}

.button-copy:hover {
  border-style: solid;
  border-color: var(--goldenrod);
  color: var(--goldenrod);
  letter-spacing: 2px;
  background-color: #0000;
}

.paragraph-6 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
}

.paragraph-6.concert {
  font-family: Cheltenham, sans-serif;
  font-size: 25px;
}

.paragraph-6.donate {
  text-align: center;
  margin-top: 25px;
  font-size: 24px;
  line-height: 32px;
}

.hero-div-hora-hopak {
  background-image: url('../images/Chai.Rusalka.at-FCM.Circle.jpg');
  background-position: 50% 9%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.hero-div-hora-hopak.concert {
  background-color: #070825;
  background-image: none;
  height: auto;
}

.column-20 {
  background-image: linear-gradient(to bottom, var(--gainsboro), var(--gainsboro));
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.donation-column {
  margin-top: 25px;
  margin-bottom: 25px;
}

.column-21 {
  border-style: none;
  border-left-width: 3px;
  border-left-color: var(--goldenrod);
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  padding-left: 25px;
  display: flex;
}

.button-5 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  transition: all .2s;
}

.button-5:hover {
  border-color: var(--goldenrod);
  color: var(--goldenrod);
}

.donation-amount {
  border-style: solid;
  border-width: 0 0 0 3px;
  border-color: var(--goldenrod);
  padding-left: 10px;
}

.image-16 {
  border-radius: 3px;
}

.hora-column {
  flex-direction: row-reverse;
  display: flex;
}

.html-embed {
  background-color: #0000;
  width: 90%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.paragraph-7 {
  text-align: center;
  margin-top: 10px;
}

.bold-text-5 {
  color: #fff;
}

.button-6 {
  border: 1px solid var(--purple);
  color: var(--purple);
  background-color: #fff;
  border-radius: 3px;
  font-family: Lato, sans-serif;
  transition: all .2s;
}

.button-6:hover {
  border-color: var(--goldenrod);
  color: var(--goldenrod);
}

.html-embed-2 {
  background-color: #0000;
  align-items: flex-start;
  width: 90%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}

.hero-div-yona-payment {
  background-image: url('../images/DSC_2290.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3268px;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.download-button {
  border: 1px solid var(--purple);
  color: var(--purple);
  background-color: #fff;
  border-radius: 3px;
  font-family: Lato, sans-serif;
  transition: all .2s;
}

.download-button:hover {
  border-color: var(--goldenrod);
  color: var(--goldenrod);
}

.bold-text-6 {
  color: #fff;
  margin-bottom: 60px;
}

.hero-div-alumni {
  background-image: url('../images/DSC_1843.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 3268px;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.html-embed-3 {
  color: var(--black);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-width: 400px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-4 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-button {
  color: var(--dark-grey);
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px #fff;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.footer-button:hover {
  color: #fff;
}

.footer-link {
  color: var(--dark-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .1s;
}

.footer-link:hover {
  color: #fff;
}

.footer-title-link {
  color: #2f2f80;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  text-decoration: underline;
}

.link {
  clear: none;
  color: var(--grey);
  margin-top: 0;
  padding-top: 0;
  font-size: 10px;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.footer-block {
  opacity: .52;
  padding-left: 6px;
  padding-right: 6px;
  transition: all .1s;
}

.footer-block:hover {
  opacity: 1;
}

.text-block-12 {
  font-size: 10px;
}

.div-block-86 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.follow-block {
  border-style: none;
  border-left-width: 1px;
  border-left-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-13 {
  color: #fff;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.html-embed-4 {
  background-color: var(--white-smoke);
  border-radius: 3px;
  padding: 10px;
}

.text-block-14 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.column-22 {
  border-left: 1px solid var(--grey);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-block-copy {
  border-style: none;
  border-left-width: 1px;
  border-left-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.yona-choir-button {
  border-right: 1px solid var(--grey);
  border-left: 1px solid var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35px;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  transition: all .15s;
  display: flex;
}

.yona-choir-button:hover, .yona-choir-button.w--current {
  color: var(--goldenrod);
}

.registration-div {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.registration-div.book {
  background-color: #0000;
}

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

.html-embed-5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 900px;
  min-width: auto;
  display: flex;
}

.heading-2 {
  color: #006aa5;
  align-items: center;
  display: flex;
}

.facebook-title-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.facebook-heading {
  color: #2f2f80;
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  display: flex;
}

.facebook {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.columns-6 {
  height: 250px;
}

.travel-1 {
  background-image: url('../images/Bus.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.travel-2 {
  background-image: url('../images/In-the-Dead-Sea.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.travel-3 {
  background-image: url('../images/Kurdi.3girls-on-tour.jpg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.travel-4 {
  background-image: url('../images/Mexico.2011.Statue.JPG');
  background-position: -32px;
  background-size: cover;
  height: 250px;
}

.travel-text {
  color: #000;
  text-align: left;
  white-space: normal;
  line-height: 20px;
}

.travel-text p {
  margin-bottom: 0;
}

.hero-div-travel {
  background-image: url('../images/Hora-Haazinu.Isr.jpg');
  background-position: 50% 22%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.paragraph-travel {
  color: #000;
  margin-top: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-video {
  background-image: linear-gradient(7deg, #060205ed, #2f2f80);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-83-copy {
  background-image: linear-gradient(7deg, #060205ed, #5a1e4aeb);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-83-copy.two {
  background-image: linear-gradient(7deg, #060205ed, #2f2f80);
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.div-block-83-copy.store {
  background-image: linear-gradient(7deg, #060205ed, #2f2f80);
  justify-content: center;
  align-items: center;
}

.gradient-layer {
  background-image: radial-gradient(circle, #fff0 70%, #0000005c), linear-gradient(#462341e6, #462341e6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.section-default-purple {
  background-color: #fff;
  background-image: linear-gradient(151deg, var(--gainsboro), #0b0933);
  border: 1px #fff;
  border-color: #fff #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-home-50-years {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 0;
}

.home-page-hero-photo {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.instagram-circle-purple {
  width: auto;
  max-width: 25px;
  height: auto;
}

.twitter-circle-purple {
  width: auto;
  max-width: 30px;
  height: auto;
}

.facebook-circle-purple {
  width: auto;
  max-width: 25px;
  height: auto;
  display: block;
}

.social-top-block {
  opacity: 1;
  margin-right: -5px;
  padding-left: 6px;
  padding-right: 6px;
  transition: all .1s;
}

.social-top-block:hover {
  opacity: 1;
  transform: translate(0, -3px);
}

.social-top-block.fb {
  margin-right: -13px;
}

.social-block-nav {
  border-style: none;
  border-left-width: 1px;
  border-left-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.page-hero {
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  display: flex;
}

.video-4 {
  border: 1px solid #000;
  margin-top: 25px;
}

.heading-white {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.paragraph-body-white {
  color: #fff;
  margin-top: 10px;
  font-family: Lato, sans-serif;
}

.left-column-text-white {
  color: #fff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.chai-image-large {
  margin-top: 25px;
  margin-bottom: 25px;
}

.section-2 {
  height: 450px;
}

.hero-title-smaller {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 60px;
  line-height: 100px;
}

.paragraph-8 {
  font-size: 20px;
  line-height: 28px;
}

.paypal {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
  display: block;
}

.support-title {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 50px;
  font-size: 35px;
  line-height: 40px;
}

.sponsor-logos {
  justify-content: center;
  align-items: center;
  display: flex;
}

.support-logo {
  padding-left: 10px;
  padding-right: 10px;
}

.html-embed-6 {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.heading-5 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.scroll-section-donate-hora {
  background-image: url('../images/Chai.Rusalka.at-FCM.Circle.jpg'), linear-gradient(to bottom, var(--gainsboro), var(--gainsboro));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-5-purple {
  background-color: var(--purple);
  width: 100%;
  height: 1px;
}

.image-17 {
  max-width: 100%;
  height: auto;
}

.column-23 {
  padding-left: 25px;
  padding-right: 25px;
}

.text-block-15 {
  margin-top: 25px;
  padding-left: 0;
}

.hero-div-cd {
  background-image: url('../images/Album-cover---Wanderings-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3268px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: block;
}

.hero-div-thank-you {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.column-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: flex;
}

.column-25 {
  padding-left: 25px;
}

.link-block-2 {
  padding-top: 0;
  padding-left: 0;
}

.buy-now {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.hora-hopak-section {
  background-color: var(--dark-grey);
  background-image: linear-gradient(#5a1e4ab8, #512c4b17), linear-gradient(#000000e0, #000000e0), url('../images/DSC_3092.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 85px;
  display: flex;
}

.text-block-3-purple {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-4-2-black {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.div-block-hora-hopak {
  width: 1080px;
  margin: auto auto 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.section-3 {
  height: 30vh;
}

.home-section-under-banner {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 10vh;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.paragraph-purple {
  color: var(--purple-2);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-left {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  margin-top: 25px;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-left.concert {
  color: #fff;
  font-family: Cheltenham, sans-serif;
  font-weight: 300;
}

.heading-0 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.html-embed-7 {
  width: auto;
  height: 600px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-default-purple-yona {
  background-color: #fff;
  border: 1px #0000;
  border-top: 1px solid #fff;
  border-bottom-color: #fff;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.column-26 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 450px;
  display: flex;
}

.image-18 {
  max-width: 30%;
}

.column-27 {
  padding: 25px;
}

.column-28 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.support-logos-div {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.column-29 {
  flex-direction: column;
  align-items: flex-start;
  height: 350px;
  display: flex;
}

.section-default-grey-copy {
  color: var(--dark-grey);
  background-color: #f1f1f1;
  background-image: linear-gradient(#2f2f80cc, #2f2f80cc), url('../images/DSC_1439.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 3268px;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-default-grey-copy.israili-dance-convention {
  background-color: #0000;
  background-image: url('../images/Dance-Convention-ecard.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  min-height: 600px;
}

.left-large-paragraph {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.paragraph-white-larger {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.link-block-3 {
  margin-left: 40px;
}

.mini-divider {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.paragraph-left-0 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
}

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

.divider-gold {
  background-color: var(--goldenrod);
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-block-3-gold {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.image-19 {
  border: 1px #fff;
  border-radius: 3px;
  min-width: 100%;
  box-shadow: 6px 6px 35px -8px #00000045;
}

.text-block-4-2-left {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
}

.column-31 {
  height: 225px;
}

.column-32 {
  align-items: center;
  height: 225px;
  display: flex;
}

.div-block-87 {
  position: absolute;
  inset: 0;
}

.photo-tab-div {
  background-image: url('../images/chai20230812-03832-Edit.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 0 5px 18px;
}

.photo-tab-div-yona {
  background-image: url('../images/chai20220616-1dx-3620-Enhanced-NR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 0 5px 18px;
}

.gradient-div-support {
  background-image: linear-gradient(7deg, #000000e6 16%, #fff0 88%);
  border-radius: 3px;
  margin-bottom: 18px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0;
}

.photo-tab-div-support {
  background-image: url('../images/chai20230810-0092-Edit.jpg');
  background-position: 53%;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 0 5px 17px;
}

.div-block-yona {
  width: 1080px;
  height: 400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.a-great-light-homepage {
  background-color: var(--black);
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.a-great-light-homepage.yona {
  height: 400px;
}

.about-div-yona {
  color: #fff;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 300px;
  position: static;
  bottom: 50px;
  left: 0;
  right: 0;
}

.about-div-yona.a-great-light {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-right: 30px;
  display: flex;
}

.container.align-centre {
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.container.align-centre._25-down {
  margin-top: 25px;
}

.container.align-centre._25-down.sponsor {
  max-width: none;
}

.photo-back-1 {
  background-image: url('../images/chai20220812-2044.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 18px;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0;
}

.photo-back-2 {
  background-image: url('../images/chai20240428-2129.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 18px;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0;
}

.gradient-div-copy {
  background-image: linear-gradient(7deg, #000000e6 16%, #fff0 88%);
  border-radius: 3px;
  margin-bottom: 18px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0;
}

.photo-back-3 {
  background-image: url('../images/chai20230812-01299-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 18px;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0;
}

.footer-logo-column {
  border-style: none;
  border-right-width: 1px;
  border-right-color: var(--grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 25px 20px;
  display: flex;
}

.hero-div-yona1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1080px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-div-tribute {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1080px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-div-tribute.folklorama {
  width: 900px;
}

.paragraph-white-larger-1 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.hero-div-booking {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1080px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-89 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 25px;
  display: flex;
}

.div-block-90 {
  width: 50%;
}

.hora-information {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-title-homecoming {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 80px;
  line-height: 100px;
}

.html-embed-9 {
  border: 2px solid var(--purple);
  justify-content: flex-start;
  width: auto;
  display: block;
}

.column-33 {
  background-image: url('../images/new-photo-2020.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.column-33.cd {
  background-image: url('../images/A-Great-Light---top-section.jpg');
}

.column-33.cd.wandering {
  background-image: url('../images/Album-cover---Wanderings-.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-16 {
  color: #000;
  margin-top: 25px;
  font-size: 20px;
  line-height: 26px;
}

.section-default-travel {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 75px;
}

.hero-div-support-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 900px;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-div-support-2._2 {
  flex-wrap: nowrap;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.div-block-83-contact {
  background-image: linear-gradient(7deg, #060205ed, #2f2f80);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero-div-contact2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1080px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.thank-you-div {
  background-image: linear-gradient(7deg, #060205ed, #5a1e4aeb);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero-div-thanks {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1080px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-div-sub {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1080px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-17 {
  color: #000;
  font-size: 30px;
  line-height: 36px;
}

.gradient-layer-home {
  background-image: radial-gradient(circle, #fff0 48%, #0000005c), linear-gradient(#2f2f80, #2f2f80);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.slider-2 {
  height: 600px;
}

.image-20, .image-21 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.studio-text {
  color: #000;
  margin-top: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block-21 {
  font-family: Lato, sans-serif;
}

.image-22 {
  margin-left: 20px;
  margin-right: 20px;
}

.hora-hopak-row-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hora-hopak-row-2 {
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.text-block-22 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.text-block-23 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.html-embed-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-23 {
  margin-left: 10px;
  margin-right: 10px;
}

.utility-page-wrap {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/DSC_2438.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  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;
}

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

.image-24 {
  color: #fff;
  background-color: #0000;
}

.heading-6, .text-block-24 {
  color: #fff;
}

.raffle-column {
  background-image: url('../images/Hora-Hopak-Raffle-Promo_v04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

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

.section-4._2 {
  padding-top: 25px;
}

.image-25 {
  margin-left: 10px;
  margin-right: 10px;
}

.image-26 {
  width: 709px;
  max-width: none;
  margin-left: -181px;
}

.image-27 {
  width: 618px;
  max-width: none;
  margin-left: -101px;
}

.supporter-section {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.image-28 {
  margin-top: 50px;
}

.html-embed-11 {
  width: auto;
  height: auto;
}

.heading-7 {
  color: #fff;
  font-weight: 700;
}

.button-7 {
  background-color: #0000;
  border: 1px solid #fff;
  font-size: 20px;
  transition: all .2s;
}

.button-7:hover {
  color: #000;
  background-color: #fff;
}

.homecoming-concert {
  color: #000;
  font-family: "Cheltenham (1)", sans-serif;
  font-size: 26px;
}

.column-34 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-9 {
  margin-top: 25px;
}

.heading-8 {
  color: var(--purple-2);
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.html-embed-12 {
  margin-top: 20px;
}

.paragraph-10 {
  margin-top: 25px;
  padding-bottom: 25px;
}

.paragraph-10.song {
  font-size: 16px;
  line-height: 24px;
}

.a-great-light-div-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.text-block-25 {
  color: var(--white);
  letter-spacing: 2px;
  background-color: red;
  margin-top: 0;
  padding: 5px 10px;
  font-size: 22px;
  line-height: 30px;
}

.text-block-25.page {
  background-color: var(--gainsboro);
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.html-tickets-jewish-foundation {
  display: none;
}

.grid {
  width: 100vw;
  height: 100%;
  position: relative;
}

.donate-div-button {
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 200px;
  padding: 50px 100px;
  box-shadow: 1px 1px 3px #0000005c;
}

.text-block-26 {
  color: var(--purple);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.button-8 {
  border: 3px solid var(--purple);
  background-color: var(--white);
  color: var(--purple);
  cursor: pointer;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 16px;
  transition: all .2s;
  position: absolute;
  inset: 25px 25px auto auto;
}

.button-8:hover {
  background-color: var(--purple);
  color: var(--white);
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch;
  place-items: start;
  height: auto;
  min-height: 500px;
  margin-top: 0;
}

.image-29 {
  width: 100%;
}

.div-block-91 {
  background-image: url('../images/Copy-of-ChaiFolk2018Night2-1572.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.photo-collage {
  background-image: url('../images/Copy-of-Avi.Posen.with.flag.2016.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.photo-collage._2 {
  background-image: url('../images/Copy-of-ChaiFolk2017Night3-1770.jpg');
}

.photo-collage._3 {
  background-image: url('../images/Copy-of-illana.jpg');
  min-height: 250px;
}

.photo-collage._4 {
  background-image: url('../images/Copy-of-singers.folk.14.jpg');
  background-position: 50% 0;
}

.photo-collage._5 {
  background-image: url('../images/Copy-of-ChaiFolk2018Night2-1572.jpg');
}

.photo-collage._6 {
  background-image: url('../images/Copy-of-Cami.Folkl.2014.jpg');
  background-position: 50% 0;
}

.photo-collage._7 {
  background-image: url('../images/Copy-of-ChaiFolk2017Night3-2750.jpg');
  background-position: 50% 0;
}

.photo-collage._8 {
  background-image: url('../images/Copy-of-Illana.Minuk.jpg');
  background-position: 60%;
}

.photo-collage._9 {
  background-image: url('../images/Copy-of-BC536069-45AA-46E3-AD1F-B462F0CBD985.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-collage._10 {
  background-image: url('../images/Copy-of-EFFBB242-0621-458E-B232-356862DD1347.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-2 {
  padding-top: 90px;
}

.rich-text-block-3 {
  font-size: 16px;
}

.rich-text-block-4 {
  font-family: Lato, sans-serif;
}

.button-9 {
  border: 2px solid var(--purple);
  background-color: var(--white);
  color: var(--purple);
  letter-spacing: 1px;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
  inset: 0% 0% auto auto;
}

.body-404 {
  padding-top: 0;
}

.image-30 {
  background-color: #0000;
}

.dance-and-music-convention {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0 10px 10px;
  display: flex;
}

.dance-and-music-convention.dance-page {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.image-31 {
  width: 100%;
}

.festival-information {
  margin-top: 10px;
}

.bold-text-7 {
  color: var(--purple);
}

.festival-columns {
  width: 100%;
  margin-bottom: 10px;
}

.convention-schedule {
  width: 75%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.convention-schedule.israeli-page {
  width: 100%;
}

.israeli-heading {
  font-family: Rockb, sans-serif;
  font-size: 60px;
  line-height: 1em;
}

.bold-text-8 {
  color: var(--white);
}

.button-10 {
  background-color: var(--gainsboro);
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all .2s;
}

.button-10:hover {
  color: var(--goldenrod);
}

.button-10.margin-25 {
  margin-top: 25px;
  margin-left: 0;
}

.button-10.margin-left {
  margin-left: 10px;
}

.button-10.left-gold {
  background-color: var(--white);
  color: #000;
  cursor: pointer;
  margin-right: 5px;
  font-size: 12px;
  transition: all .2s;
}

.button-10.left-gold:hover {
  color: #292287;
}

.individual-ticket-link {
  margin-top: 15px;
}

.text-block-27 {
  font-style: italic;
  font-weight: 700;
}

.form {
  margin-top: 25px;
}

.image-33 {
  width: 100%;
  margin-bottom: 50px;
}

.heading-9 {
  font-size: 40px;
  line-height: 40px;
}

.text-block-28 {
  margin-right: 15px;
}

.columns-8 {
  height: 250px;
  margin-top: 25px;
}

.columns-8.auditions {
  display: none;
}

.column-36 {
  background-image: url('../images/DSC_7615.JPG');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.column-37 {
  background-image: url('../images/chai20220616-1dx-4857.JPG');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.column-38 {
  background-image: url('../images/DSC_7618.JPG');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.button-11 {
  background-color: var(--purple);
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.div-block-92 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-29 {
  text-align: center;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.audition-columns {
  margin-top: 25px;
}

.paragraph-11 {
  color: var(--purple);
  text-align: center;
  margin-top: 25px;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-34 {
  width: 100%;
}

.html-embed-13 {
  width: 100%;
  min-width: 900px;
}

.cd-imbed {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-93 {
  max-width: 900px;
}

.html-embed-14 {
  min-width: 900px;
  max-width: 900px;
}

.sponsorship-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.column-40 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-25-text-block {
  margin-bottom: 10px;
}

.text-block-30 {
  font-size: 24px;
}

.text-block-31 {
  color: var(--purple);
  font-size: 24px;
  line-height: 34px;
}

.text-block-32 {
  margin-top: 10px;
}

.html-embed-15 {
  width: 100%;
  min-width: 100%;
  margin-top: 50px;
}

.image-35 {
  width: 100%;
}

.image-36 {
  width: 100%;
  margin-bottom: 5px;
}

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

.image-37 {
  width: 100%;
}

.performer-photo {
  filter: grayscale();
  width: 100%;
}

.performer-name {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.performer-role {
  font-family: Lato, sans-serif;
}

.auditions-poster, .image-38 {
  margin-bottom: 25px;
}

.audition-info {
  max-width: 100%;
}

.bottom-div-full-circle {
  border: 3px solid #e9a632;
  border-right-color: #e0ac61;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.full-circle-title {
  border-right: 3px solid #e0ac61;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.full-circle-title.regent {
  justify-content: center;
  align-items: center;
  width: 25%;
}

.full-circle-title.regent.buy-tickets {
  background-color: #e0ac61;
}

.text-block-33 {
  color: #e0ac61;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #e0ac61;
  margin-top: 10px;
  font-family: Aira Demo, sans-serif;
  font-size: 4svw;
  line-height: 1em;
  transition: all .25s;
}

.text-block-33:hover {
  color: var(--white);
}

.text-block-34 {
  color: #e0ac61;
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 1svw;
  font-weight: 700;
}

.text-block-34.club-regent {
  padding-left: 0;
  font-size: 1.5svw;
  line-height: 1em;
}

.text-block-34.club-regent.date {
  font-size: 1em;
  font-weight: 700;
}

.text-block-34.club-regent.date.nov {
  font-size: 1.25svw;
}

.text-block-34.club-regent.date.anniversary {
  font-size: .9svw;
  font-weight: 400;
}

.text-block-34.club-regent.blue-cuy-tickets {
  color: #27276c;
  font-size: 3svw;
  transition: all .25s;
}

.text-block-34.club-regent.blue-cuy-tickets:hover {
  color: #fff;
}

.text-block-34.hover {
  transition: all .2s;
}

.text-block-34.hover:hover {
  color: #fff;
}

.div-block-95 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-95.righ {
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
}

.buy-tickets-link-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.buy-tickets-link-block:hover {
  color: #fff;
}

.feat-performers-past-and-present {
  flex-flow: column;
  display: flex;
}

.club-regent-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block-5 {
  cursor: pointer;
  width: 50%;
  height: 100%;
  text-decoration: none;
}

.link-block-6 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-42 {
  flex-flow: column;
  display: flex;
}

.heading-10 {
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.ticket-embed {
  width: 100%;
  margin-top: 25px;
}

.concert-buttons-div {
  flex-flow: column;
  display: flex;
}

.concert-buttons-div.horizontal {
  flex-flow: row;
}

.nav-buttons-div {
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  display: flex;
  position: relative;
}

.nav-menu-22 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.title-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-60th {
  background-color: #302c80;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-39 {
  width: 200px;
}

._60th-sponsor-logo {
  width: 125px;
  margin-left: 10px;
  margin-right: 10px;
}

._60th-sponsor-logo.medical {
  width: 85px;
}

._60th-sponsor-logo.workboot {
  width: 100px;
}

.thank-you {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.link-to-sponsor {
  cursor: pointer;
}

.bold-text-10 {
  color: #3126ac;
}

.sponsor-text {
  color: #fff;
}

.sponsor-bottom-text {
  color: #fff;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Lato, sans-serif;
}

@media screen and (max-width: 991px) {
  .image {
    min-width: 20%;
    max-width: 65%;
  }

  .homesection1 {
    padding-bottom: 25px;
  }

  .navbar {
    display: none;
  }

  .nav-link, .nav-link:hover {
    background-color: #fff;
  }

  .nav-menu {
    position: absolute;
    inset: 0;
  }

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

  .dropdown {
    background-color: #fff;
  }

  .div-block {
    width: 100%;
  }

  .div-block-2 {
    width: auto;
  }

  .columns, .subscribe-block {
    width: 100%;
  }

  .menu-button {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 60px;
    padding: auto 0 10px;
    display: flex;
    position: absolute;
    top: 10px;
    left: 15px;
  }

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

  .div-block-82 {
    background-color: var(--purple);
    border: 1px #000;
    width: 40px;
    height: 2px;
    margin: 5px auto;
    display: block;
  }

  .hamburger-top {
    background-color: var(--purple);
    border: 1px #000;
    width: 40px;
    height: 2px;
    margin: 0 auto 7px;
    display: block;
  }

  .hamburger-middle {
    background-color: var(--purple);
    border: 1px #000;
    width: 40px;
    height: 2px;
    margin: 7px auto;
    display: block;
  }

  .hamburger-bottom {
    background-color: var(--purple);
    border: 1px #000;
    width: 40px;
    height: 2px;
    margin: 7px auto auto;
    display: block;
  }

  .dropdown-2 {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .hero-title {
    font-size: 80px;
  }

  .hero-div {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading {
    font-size: 40px;
  }

  .left-column-text {
    font-size: 15px;
  }

  .column-4, .column-5 {
    height: 400px;
  }

  .hero-div-photo {
    height: 500px;
  }

  .div-block-83 {
    align-items: flex-start;
    padding-top: 50px;
  }

  .div-block-83.concert {
    align-items: stretch;
  }

  .scroll-section {
    height: 400px;
  }

  .div-block-centre {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-div-yona {
    background-position: 50%;
    height: 350px;
    padding-top: 0;
  }

  .scroll-section-yona {
    height: 300px;
  }

  .hero-div-studio {
    height: 450px;
  }

  .paragraph-6 {
    text-align: left;
  }

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

  .footer-button, .footer-link {
    font-size: 14px;
  }

  .footer-title-link {
    font-size: 16px;
  }

  .registration-div, .facebook-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .facebook-heading {
    font-size: 24px;
  }

  .div-block-video {
    align-items: flex-start;
  }

  .div-block-83-copy {
    align-items: flex-start;
    padding-top: auto;
  }

  .home-page-hero-photo {
    background-position: 50%;
    background-size: cover;
  }

  .page-hero {
    height: 50vh;
  }

  .left-column-text-white {
    font-size: 15px;
  }

  .hero-title-smaller {
    font-size: 40px;
  }

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

  .scroll-section-donate-hora {
    height: 300px;
  }

  .hero-div-cd {
    height: 400px;
  }

  .text-block-4-2-black {
    font-size: 14px;
  }

  .div-block-hora-hopak {
    width: auto;
  }

  .home-section-under-banner {
    min-height: 5vh;
    padding: 25px;
  }

  .paragraph-purple {
    margin-top: 0;
  }

  .heading-0 {
    font-size: 40px;
  }

  .html-embed-7 {
    width: 600px;
  }

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

  .support-logos-div {
    flex-direction: column;
  }

  .section-default-grey-copy {
    padding-top: auto;
    padding-bottom: auto;
  }

  .section-default-grey-copy.israili-dance-convention {
    background-image: url('../images/Dance-Convention-ecard.jpeg'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    height: auto;
    min-height: 400px;
  }

  .text-block-4-2-left {
    font-size: 14px;
    line-height: 20px;
  }

  .column-31 {
    padding-top: 40px;
  }

  .div-block-yona {
    width: auto;
  }

  .mobile-nav {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 60px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .brand-2 {
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
  }

  .hamburger {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

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

  .div-block-88 {
    background-color: var(--black);
    width: 100%;
    height: 2px;
    margin-bottom: 0;
  }

  .container {
    height: 60px;
  }

  .container.align-centre._25-down.sponsor {
    flex-flow: column;
    height: auto;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 25px;
    display: flex;
  }

  .mobile-dropdown {
    background-color: #fff;
    font-size: 14px;
  }

  .mobile-dropdown.w--current {
    color: var(--goldenrod);
  }

  .mobile-toggle {
    width: 100%;
    min-width: 100vw;
    display: inline-block;
  }

  .mobile-toggle.w--open {
    font-size: 16px;
  }

  .mobile-nav-link {
    width: 100%;
    font-size: 16px;
  }

  .mobile-nav-link.w--current {
    color: var(--goldenrod);
  }

  .hero-div-yona1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-div-tribute {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-div-tribute.folklorama {
    width: auto;
  }

  .hero-div-booking {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hora-information {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero-title-homecoming {
    font-size: 80px;
  }

  .hero-div-support-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-83-contact {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .hero-div-contact2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .thank-you-div {
    align-items: flex-start;
    padding-top: 0;
  }

  .hero-div-thanks {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-div-sub {
    width: 100%;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-2 {
    height: 550px;
    margin-top: 25px;
  }

  .text-block-18, .text-block-19, .text-block-20 {
    font-size: 16px;
  }

  .hora-hopak-row-1 {
    flex-direction: column;
    width: auto;
  }

  .hora-hopak-row-2 {
    text-align: center;
    justify-content: center;
    font-size: 14px;
  }

  .text-block-22 {
    font-size: 12px;
  }

  .image-23, .image-25 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-26 {
    max-width: 400px;
    margin-top: 57px;
  }

  .image-27 {
    max-width: 500px;
    margin-top: 65px;
  }

  .donate-div-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-2 {
    min-height: 400px;
  }

  .photo-collage._3 {
    min-height: 0;
  }

  .body-2.folklorama {
    padding-top: 60px;
  }

  .button-10 {
    text-align: center;
  }

  .html-embed-13 {
    min-width: 600px;
  }

  .html-embed-14 {
    min-width: auto;
  }

  .div-block-94 {
    align-items: flex-start;
    display: flex;
  }

  .full-circle-title {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-33 {
    font-size: 5svw;
  }

  .text-block-34 {
    padding-left: 5px;
    font-size: 1.5svw;
  }

  .text-block-34.club-regent {
    text-align: center;
    font-size: 2.5svw;
  }

  .text-block-34.club-regent.date.nov {
    font-size: 1.5svw;
  }

  .div-block-95.righ {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 5px;
  }

  .feat-performers-past-and-present {
    flex-flow: row;
    display: flex;
  }

  .club-regent-div {
    justify-content: center;
    align-items: center;
  }

  ._60th-sponsor-logo {
    width: 150px;
  }

  .link-to-sponsor {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sponsor-bottom-text {
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  h2, h3, h4, p {
    text-align: center;
  }

  .home-hero {
    height: 600px;
  }

  .image {
    max-width: 50%;
    padding: 0;
  }

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

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

  .text-block, .button-2, .button-2.w--current {
    font-size: 9px;
  }

  .link-block {
    width: 100px;
  }

  .column {
    margin-top: -18px;
  }

  .column-2 {
    margin-bottom: 26px;
  }

  .column-3 {
    margin-top: -22px;
    margin-bottom: 18px;
  }

  .about-div {
    z-index: 1000;
    padding-left: 30px;
    position: absolute;
  }

  .gradient-div {
    width: auto;
    height: 100%;
    margin-bottom: 0;
    position: static;
  }

  .text-block-8 {
    font-size: 12px;
  }

  ._50-years {
    font-size: 40px;
  }

  .footer {
    height: auto;
  }

  .columns-2 {
    width: 100%;
    margin-top: auto;
  }

  .lightbox-link {
    height: 300px;
  }

  .hero-title {
    font-size: 60px;
    line-height: 80px;
  }

  .hero-title.gift.folklorama {
    font-size: 40px;
  }

  .hero-title.hero-title-smaller {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-div, .section-default {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .left-column-text {
    font-size: 12px;
  }

  .column-5 {
    border-left-style: none;
  }

  .column-6 {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .artistic-bio-column {
    margin-top: 10px;
  }

  .hero-div-photo {
    height: 400px;
  }

  .div-block-83 {
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .rachel-cooper {
    background-position: 50% 25%;
  }

  .jesse-popesk {
    background-position: 50% 8%;
    background-size: cover;
  }

  .hero-div-board, .hero-div-studio {
    height: 400px;
  }

  .hero-div-support {
    height: 200px;
    display: none;
  }

  .hero-div-support.folklorama {
    display: block;
  }

  .hero-div-contact {
    height: 400px;
  }

  .column-17, .column-18 {
    border-style: none;
    justify-content: center;
    align-items: center;
  }

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

  .paragraph-6.concert {
    font-size: 18px;
  }

  .donation-amount {
    border-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bold-text-6 {
    margin-bottom: 0;
  }

  .hero-div-alumni {
    height: 400px;
  }

  .column-22 {
    border-style: none;
    justify-content: center;
    align-items: center;
  }

  .facebook-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .facebook-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .travel-1 {
    height: auto;
  }

  .travel-2 {
    position: relative;
  }

  .hero-div-travel {
    height: 400px;
  }

  .hero-title-smaller {
    line-height: 80px;
  }

  .support-logo {
    max-width: 125px;
  }

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

  .column-23 {
    margin-top: 58px;
  }

  .hero-div-cd {
    height: 400px;
  }

  .home-section-under-banner {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph-purple {
    margin-top: 0;
  }

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

  .html-embed-7 {
    width: 500px;
    height: 500px;
  }

  .column-26 {
    align-items: center;
  }

  .column-29 {
    justify-content: center;
    align-items: center;
  }

  .section-default-grey-copy.israili-dance-convention {
    min-height: 300px;
  }

  .left-large-paragraph {
    font-size: 20px;
    line-height: 26px;
  }

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

  .image-19 {
    min-width: auto;
  }

  .text-block-4-2-left {
    text-align: center;
  }

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

  .photo-tab-div {
    inset: 0 5px 18px;
  }

  .div-block-yona {
    margin-top: 0;
  }

  .a-great-light-homepage {
    justify-content: flex-end;
    height: 700px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .about-div-yona {
    padding-right: 40px;
  }

  .about-div-yona.a-great-light {
    margin-bottom: 0;
    padding-top: 25px;
    padding-right: 30px;
  }

  .container.align-centre._25-down.sponsor {
    flex-flow: column;
    height: auto;
  }

  .mobile-toggle {
    min-width: 100vw;
  }

  .gradient-div-copy {
    margin-bottom: 0;
  }

  .footer-logo-column {
    justify-content: center;
    align-items: center;
  }

  .paragraph-white-larger-1 {
    text-align: left;
    font-size: 14px;
  }

  .div-block-89 {
    align-items: center;
    padding-left: 0;
  }

  .hora-information {
    align-items: center;
  }

  .hero-title-homecoming {
    font-size: 60px;
    line-height: 80px;
  }

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

  .hero-div-support-2.full-circle {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .div-block-83-contact, .thank-you-div {
    padding-top: 0;
  }

  .hero-div-sub {
    margin-top: 29px;
  }

  .gradient-div-mobile {
    background-image: linear-gradient(#0000 48%, #000), linear-gradient(#000000a6, #000000a6);
    height: 100%;
  }

  .slider-2 {
    height: 425px;
  }

  .studio-text {
    font-size: 14px;
    line-height: 20px;
  }

  .image-22 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-22 {
    font-size: 10px;
    line-height: 14px;
  }

  .text-block-23, .html-embed-10 {
    text-align: center;
  }

  .image-26 {
    max-width: 300px;
    margin-left: -119px;
  }

  .image-27 {
    max-width: 400px;
    margin-left: -73px;
  }

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

  .column-34 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-9 {
    text-align: left;
  }

  .donate-div-button {
    margin-bottom: 15px;
  }

  .grid-2 {
    min-height: 300px;
  }

  .photo-collage._3 {
    min-height: 100px;
  }

  .festival-information {
    text-align: left;
  }

  .convention-schedule, .columns-8 {
    width: 100%;
  }

  .html-embed-13 {
    min-width: 500px;
  }

  .column-40 {
    justify-content: center;
    align-items: center;
  }

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

  .text-block-34 {
    padding-left: 0;
  }

  .text-block-34.past {
    padding-left: 5px;
  }

  .concert-buttons-div.horizontal {
    flex-flow: column;
    display: none;
  }

  .logos-60th {
    min-height: auto;
  }

  ._60th-sponsor-logo {
    width: 100px;
  }

  .link-to-sponsor {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bold-text-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .folk-heading, .heading-22 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2, p, strong {
    text-align: center;
  }

  .home-hero {
    height: 100vh;
  }

  .image {
    max-width: 75%;
    margin-top: -25%;
    padding: 0;
  }

  .homesection1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 25px;
    display: block;
  }

  .button.bold {
    height: auto;
  }

  .div-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    margin-bottom: 15px;
    padding-left: 30px;
    bottom: 20px;
  }

  .div-block-2.concert {
    display: none;
  }

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

  .link-block {
    justify-content: flex-start;
    padding-left: 15px;
    display: flex;
  }

  .column {
    height: 400px;
    position: relative;
  }

  .column-2, .column-3 {
    height: 400px;
  }

  .text-block-3 {
    color: var(--purple);
  }

  .about-div {
    width: 100%;
    padding-left: 15px;
    position: absolute;
  }

  .text-block-7.a-great-light.song {
    font-size: 25px;
  }

  .button-3.a-great-light {
    margin-left: 0;
  }

  .text-block-4-2 {
    color: var(--purple);
  }

  ._50-years {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .columns-2 {
    width: 100%;
  }

  .lightbox-link {
    height: 200px;
  }

  .div-block-81 {
    width: 50px;
    height: 50px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-title.gift.folklorama {
    font-size: 22px;
  }

  .hero-title.hero-title-smaller {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 30px;
  }

  .gold-line-div.folk {
    display: none;
  }

  .hero-div {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-div.concert {
    flex-direction: column;
  }

  .hero-paragraph-text {
    font-size: 16px;
  }

  .section-default {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

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

  .left-column-text {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-div-photo {
    height: 500px;
  }

  .div-block-83 {
    text-align: center;
    background-image: none;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-83.concert {
    padding-bottom: 0;
  }

  .div-block-83.folk {
    padding-right: 0;
  }

  .white-line-div.folk {
    display: none;
  }

  .artistic-title-text {
    text-align: center;
    border-style: none;
  }

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

  .hero-div-board {
    height: 500px;
  }

  .hero-div-yona {
    align-items: flex-end;
    height: 400px;
  }

  .hero-div-studio {
    height: 500px;
  }

  .hero-div-support {
    background-color: var(--gainsboro);
    flex-direction: row;
    align-items: center;
    height: 150px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .hero-div-support.folklorama {
    display: flex;
  }

  .hero-div-contact {
    align-items: center;
    height: 250px;
  }

  .scroll-section-support {
    height: 600px;
  }

  .column-16 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-6.concert {
    font-size: 14px;
  }

  .hero-div-hora-hopak {
    height: 550px;
  }

  .column-21 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .donation-amount {
    border-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .button-6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-div-yona-payment, .hero-div-alumni {
    height: 400px;
  }

  .html-embed-3 {
    width: auto;
    min-width: auto;
  }

  .column-22 {
    border-style: none;
    justify-content: center;
    align-items: center;
  }

  .facebook-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .html-embed-5 {
    margin-bottom: 10px;
  }

  .facebook-title-div {
    display: block;
  }

  .facebook-heading {
    text-align: center;
  }

  .columns-6 {
    width: 100%;
  }

  .hero-div-travel {
    height: 500px;
  }

  .div-block-video {
    justify-content: center;
    padding-bottom: 25px;
  }

  .div-block-83-copy {
    align-items: flex-start;
  }

  .section-default-purple {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-page-hero-photo {
    height: 100vh;
  }

  .page-hero {
    height: 600px;
  }

  .heading-white {
    text-align: center;
    margin-bottom: 0;
    font-size: 26px;
  }

  .paragraph-body-white {
    text-align: center;
  }

  .hero-title-smaller {
    font-size: 40px;
    line-height: 50px;
  }

  .support-title {
    font-size: 18px;
  }

  .sponsor-logos {
    flex-direction: column;
  }

  .support-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-6 {
    height: 300px;
  }

  .heading-5 {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
  }

  .scroll-section-donate-hora {
    height: 200px;
  }

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

  .hero-div-cd {
    height: 400px;
  }

  .buy-now {
    justify-content: center;
  }

  .hora-hopak-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-3-purple {
    font-size: 18px;
    line-height: 24px;
  }

  .home-section-under-banner {
    min-height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

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

  .paragraph-left {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-0 {
    text-align: center;
  }

  .html-embed-7 {
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    display: flex;
  }

  .section-default-purple-yona {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .column-26 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .support-logos-div {
    flex-direction: column;
  }

  .section-default-grey-copy {
    justify-content: center;
    height: 700px;
  }

  .section-default-grey-copy.israili-dance-convention {
    background-image: url('../images/Dance-Convention-ecard.jpeg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    min-height: 200px;
  }

  .left-large-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-left-0 {
    text-align: center;
  }

  .text-block-3-gold {
    font-size: 18px;
  }

  .text-block-4-2-left {
    margin-bottom: 36px;
  }

  .column-31 {
    align-items: flex-start;
    padding-top: 0;
  }

  .column-32 {
    position: static;
  }

  .a-great-light-homepage {
    height: auto;
  }

  .about-div-yona {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-div-yona.a-great-light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2 {
    width: 60px;
  }

  .container.align-centre._25-down {
    flex-flow: column;
    height: auto;
  }

  .mobile-toggle, .mobile-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-logo-column {
    justify-content: center;
    align-items: center;
  }

  .html-embed-8 {
    display: flex;
  }

  .hero-div-yona1 {
    margin-top: 50px;
  }

  .hero-div-tribute {
    width: auto;
    margin-top: auto;
    margin-bottom: -49px;
  }

  .hero-div-tribute.folklorama {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-white-larger-1 {
    font-size: 12px;
    line-height: 18px;
  }

  .hero-div-booking {
    margin-top: 92px;
  }

  .div-block-89 {
    padding-left: 0;
  }

  .hero-title-homecoming {
    font-size: 35px;
    line-height: 50px;
  }

  .column-33 {
    height: 300px;
  }

  .section-default-travel {
    padding-top: 0;
  }

  .hero-div-support-2 {
    margin-top: auto;
    margin-bottom: 0;
  }

  .hero-div-support-2._2 {
    margin-top: 0;
  }

  .hero-div-support-2.full-circle {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-83-contact {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .hero-div-contact2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .thank-you-div {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-div-thanks {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-div-sub {
    margin-top: 76px;
    margin-bottom: 50px;
  }

  .text-block-17 {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .nav-link-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .slider-2 {
    height: auto;
  }

  .studio-text, .text-block-21 {
    text-align: center;
  }

  .hora-hopak-row-1 {
    flex-direction: column;
  }

  .raffle-column {
    height: 300px;
  }

  .image-26 {
    width: 300px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-27 {
    width: 300px;
    margin-bottom: -42px;
    margin-left: 0;
  }

  .homecoming-concert {
    text-align: center;
  }

  .column-34 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-8 {
    text-align: center;
    line-height: 30px;
  }

  .donate-div-button {
    min-width: 300px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-2 {
    align-content: center;
    place-items: center;
    min-height: 0;
    display: none;
  }

  .photo-collage._3 {
    min-height: 0;
  }

  .photo-collage._4 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .body-2.folklorama {
    padding-top: 0;
  }

  .column-35 {
    margin-top: 50px;
  }

  .body-3 {
    padding-top: 0;
  }

  .festival-information {
    text-align: left;
  }

  .israeli-heading {
    font-size: 40px;
  }

  .button-10 {
    text-align: center;
  }

  .button-10.margin-left {
    margin-top: 10px;
    margin-left: 0;
  }

  .image-32 {
    margin-top: 25px;
  }

  .heading-9 {
    font-size: 22px;
    line-height: 26px;
  }

  .columns-8, .column-36, .column-37, .column-38 {
    height: 100px;
  }

  .column-39 {
    margin-bottom: 10px;
  }

  .html-embed-13 {
    min-width: 300px;
  }

  .div-block-93 {
    padding: 10px;
  }

  .html-embed-14 {
    margin-bottom: 0;
  }

  .column-40 {
    justify-content: center;
    align-items: center;
  }

  .text-block-31 {
    text-align: center;
    font-size: 18px;
  }

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

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

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

  .grid-3 {
    flex-direction: column;
    display: flex;
  }

  .bottom-div-full-circle {
    flex-flow: column;
    height: auto;
    inset: auto 0% 0%;
  }

  .full-circle-title {
    border-bottom: 3px solid #e0ac61;
    border-right-width: 0;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .full-circle-title.regent {
    width: 100%;
  }

  .text-block-33 {
    font-size: 10svw;
  }

  .text-block-34 {
    font-size: 3svw;
  }

  .text-block-34.club-regent {
    font-size: 5svw;
  }

  .text-block-34.club-regent.date.nov {
    font-size: 4svw;
  }

  .text-block-34.club-regent.date.anniversary {
    text-align: left;
    padding-left: 5px;
    font-size: 3svw;
  }

  .text-block-34.club-regent.blue-cuy-tickets {
    font-size: 8svw;
  }

  .div-block-95.righ {
    flex-flow: column;
  }

  .club-regent-div {
    flex-flow: row;
    width: 100%;
  }

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

  .logos-60th {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._60th-sponsor-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .thank-you {
    font-size: 14px;
  }

  .bold-text-9, .heading-11, .heading-12 {
    text-align: center;
  }

  .bold-text-11 {
    text-align: center;
    font-size: 22px;
  }

  .rich-text-block-5 {
    text-align: left;
  }

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

  .heading-13, .heading-14 {
    text-align: center;
  }
}

#w-node-_49fd8b23-9860-8fa5-03bf-8db9a8224ed6-00dbc756, #w-node-_15fa2f38-cdbd-0501-074e-f33f7e93db59-00dbc756, #w-node-dc429546-c562-90e0-8a34-aee5308e4ead-00dbc756, #w-node-dcd2256e-2b92-212f-7024-ff51f4f69fa5-00dbc756, #w-node-fbf21473-cb4f-1f31-8ea7-46eb5915795f-00dbc756, #w-node-_8a4b49d8-0249-f54e-9f47-ca626312fa58-00dbc756, #w-node-_44ec1c92-fdc1-71b7-f1b2-6a34bdde7d0a-00dbc756, #w-node-b3d2276d-8f23-b327-0d72-ffd6bfaffb46-00dbc756, #w-node-_28de0076-7e02-b8e3-8a02-93180eab70f3-00dbc756, #w-node-e571cadf-39fb-7416-601a-6e213d91305a-00dbc756, #w-node-_0dc154e1-adf8-382f-a1fc-4c6409959475-00dbc756, #w-node-_3809b0af-6985-d535-7836-5a3c649d668b-00dbc756, #w-node-_584ec797-1f8c-e834-920f-0bd15d65d2e9-00dbc756, #w-node-dff337ae-d0cf-b3a0-d16e-fabc1901d80e-00dbc756, #w-node-_262c36fb-9191-57e1-600a-94ac635c3cc1-00dbc756, #w-node-_8a2b799c-3128-c1e7-ca51-6cfbc19e7437-00dbc756, #w-node-_08896d6c-22cf-2433-8e0a-2b60bb3b7652-00dbc756, #w-node-f861dcc1-d2bc-13a3-59d8-56af811fba7b-00dbc756, #w-node-_5f9530d6-5d73-e9ff-ac59-0ae1bbe07897-00dbc756, #w-node-_82bc701a-10d1-0094-b875-c89d56ffff68-00dbc756, #w-node-_2a1c69da-5beb-c163-bb57-213d09440600-00dbc756, #w-node-_19fc978e-efa4-aa9b-6478-9a7dd3270c0e-00dbc756, #w-node-_07daf768-ff4b-c45d-072e-4e7b7d44cf39-00dbc756, #w-node-d38a5bc3-ef0c-a3d9-d762-f7e6e2592c92-00dbc756, #w-node-dba8ea31-9b03-f843-faf6-5afc5ba50080-00dbc756, #w-node-_423b94d3-92f5-8821-a1eb-3e7bde9ebdbb-00dbc756, #w-node-f694bccd-590a-d4b1-ae7d-afb8ccbe1439-00dbc756 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-cf4c1fa6-5731-4494-9b5d-00fdca7e1ad9-0d928522 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_61749f20-0613-bffc-742d-e7ee439465df-0d928522 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f7936a5c-d028-1898-3cf9-b2d32c733500-0d928522 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Cheltenham (1)';
  src: url('../fonts/Cheltenham_BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Cheltenham';
  src: url('../fonts/Cheltenham_BookItalic.ttf') format('truetype'), url('../fonts/Cheltenham_UltraItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Cheltenham';
  src: url('../fonts/Cheltenham_LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Cheltenham';
  src: url('../fonts/Cheltenham_Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cheltenham ultra';
  src: url('../fonts/Cheltenham_Ultra.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cheltenham';
  src: url('../fonts/Cheltenham_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Rockb';
  src: url('../fonts/rockb.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura display bq';
  src: url('../fonts/Futura-Display-BQ-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cheltenham book';
  src: url('../fonts/Cheltenham-Book-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Aira Demo';
  src: url('../fonts/Aira-DEMO.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}