/*
Theme Name:     Curly
Template: neve
Author:         Ausgraphics
*/
a {
transition:ease 0.3s;
}
html {
  scroll-behavior: smooth;
}
h4 {
    font-family: 'JennaSue' !important;
}
.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
}
.hfg_header.site-header {
  box-shadow: none;
}
.header--row-inner.header-main-inner {
  background: transparent;
}
.icon-bar:nth-child(2) {
  margin: 6px 0;
}
.icon-bar {
  width: 35px;
  height: 3px;
}
.navbar-toggle:focus {
  outline: none;
}
.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
}


.ch_row {
  position: relative;
  width: 100%;
}
.ch_wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

#bg-video {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  object-fit: cover;
}
.ch_row.hero_row {
  height: 100vh;
  overflow: hidden;
  border-radius: 0 0% 50% 50% / 80% 80% 20% 20%;
  width: 110%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.ch_wrap.hero_wrap {
  z-index: 1;
  position: relative;
  align-self: end;
  width: 100vw;
}
.hero_arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5vh;
}
.hero_arrow:hover {
  opacity:0.7;
  transition:ease-in-out 0.3s;
}
.hero_overlay {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.7;
  z-index: 0;
}
.hero-image {
  display: flex;
  align-content: end;
  text-align: center;
}
.hero-image img {
  margin: 0 auto;
  max-height: 80vh;
}