.hero.has-background {
  position: relative;
  overflow: hidden;
}
.hero-background {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.hero-background.is-transparent {
  opacity: 1;
}
.hero-body {
	z-index: 10;
    padding: 2rem 0;
}

/*
.title.font1 {
  font-family: "Acherus Militant";
  text-shadow: 1px 1px 8px rgba(255,255,255,0.15);
  color: #3B4331;
  line-height: 0.9;
}
.title.font1 span {
  font-size: 0.45em;
}
*/

section.hero.has-background {
  background-image: url(/_assets/images/harvest-background.jpg);
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
}

section.hero.has-background.is-2024 {
  background-image: url(/_assets/images/generations-background.jpg);
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
}



/*
img.hero-background.harvest.poster {
  background-position: 40% 0%;
}*/

/*
.subtitle.font2 {
  font-family: "Jar Binks";
  font-size: 5rem;
  text-shadow: 1px 1px 15px #000;
  color: #d4d8c5;
}

.font-2-dark {
  font-family: "Jar Binks";
  font-size: 6rem;
  color: #3B4331;
  font-weight: lighter;
  padding-bottom: 1rem;
}
*/

/* 2024 Fonts */
.title.font1 {
    font-family: "Gotham Bold";
    color: #fff;
    text-shadow: 1px 1px 8px rgba(255,255,255,0.15);
    line-height: 0.9;
}

.title.font1 span {
    border-bottom: 2px solid #fff;
}


.subtitle.font2 {
    font-family: "Gotham Light";
    color: #fff;
    font-size: 2rem;
    text-shadow: 1px 1px 15px #000;
    text-transform: uppercase;
    padding-top: 0.3rem;

}




.button.is-harvest {
  font-family: "Gotham Light";
  text-shadow: 1px 1px 8px rgba(255,255,255,0.15);
  color: #3B4331;
  background-color: #d4d8c5;
  font-weight: 700;
}


div.notification.is-harvest, div.box.is-harvest {
  color: #3B4331;
  background-color: #d4d8c5;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}


body {
  padding-bottom: 3rem;
}

body.is-2024 { padding-bottom: 0; }

nav .navbar-menu {
  background-color: #d4d8c5;
  color: #3B4331;
}

.title.is-1.gotham {
  font-family: "Gotham Bold";
  color: #fff;
}
.title.is-2.gotham {
  font-family: "Gotham Light";
  color: #fff;
}
.title.is-4.gotham {
  font-family: "Gotham Light";
  color: #fff;
}



.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    background-color: #E4E8D5;
    color: #2B3321;
}


@font-face {
    font-family: 'Acherus Militant';
    src: url('/_assets/fonts/Acherus-Militant-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Acherus Militant';
    src: url('/_assets/fonts/Acherus-Militant-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Jar Binks';
    src: url('/_assets/fonts/Jar-Binks.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('/_assets/fonts/Gotham-XLight.otf') format('opentype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('/_assets/fonts/Gotham-Black.otf') format('opentype');
    font-weight: bolder;
    font-style: normal;
}



@media screen and (max-width: 1023px) {
  .navbar {
    background-color: rgba(255,255,255,0) !important;
  }
}