a:not([href]) {
  cursor: default
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

input[type=email],input[type=number],input[type=tel],input[type=text],textarea {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  box-shadow: none!important
}

body{
  /* font-family: 'Times New Roman','Times', serif; */
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  font-weight: 400;
  line-height: 1.2!important;
  font-feature-settings: "kern" 1, "liga" 1;
  font-size: .875rem;
} 

::selection {
  color: white;
  background: black;
}

.dark ::selection {
  color: black;
  background: white;
}

*{
  box-sizing: border-box;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

/* [aria-current='page'] {
  display: none;
} */


.nav_blur {
  position: fixed;
  z-index: 45;
  left: 0;
  right: 0;
  transform-origin: left top;
  pointer-events: none;
  transition: 1s transform cubic-bezier(.55,0,.1,1),1s height cubic-bezier(.55,0,.1,1);
  transform: translateZ(0) translateY(-30%)
}

.nav_blur>div,.nav_blur:before,.nav_blur:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.nav_blur>div:nth-of-type(1) {
  z-index: 40;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  -webkit-mask: linear-gradient(to top,rgba(255,255,255,0) 0%,rgb(255,255,255) 12.5%,rgb(255,255,255) 37.5%,rgba(255,255,255,0) 50%);
  mask: linear-gradient(to top,rgba(255,255,255,0) 0%,rgb(255,255,255) 12.5%,rgb(255,255,255) 37.5%,rgba(255,255,255,0) 50%);
}

.nav_blur>div:nth-of-type(2) {
  z-index: 41;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-mask: linear-gradient(to top,rgba(255,255,255,0) 12.5%,rgb(255,255,255) 37.5%,rgb(255,255,255) 50%,rgba(255,255,255,0) 62.5%);
  mask: linear-gradient(to top,rgba(255,255,255,0) 12.5%,rgb(255,255,255) 37.5%,rgb(255,255,255) 50%,rgba(255,255,255,0) 62.5%);
}

.nav_blur>div:nth-of-type(3) {
  z-index: 42;
  -webkit-mask: linear-gradient(to top,rgba(255,255,255,0) 37.5%,rgb(255,255,255) 50%,rgb(255,255,255) 62.5%,rgba(255,255,255,0) 75%);
  mask: linear-gradient(to top,rgba(255,255,255,0) 37.5%,rgb(255,255,255) 50%,rgb(255,255,255) 62.5%,rgba(255,255,255,0) 75%);
}

.nav_blur>div:nth-of-type(4) {
  z-index: 43;
  -webkit-mask: linear-gradient(to top,rgba(255,255,255,0) 50%,rgb(255,255,255) 62.5%,rgb(255,255,255) 75%,rgba(255,255,255,0) 87.5%);
  mask: linear-gradient(to top,rgba(255,255,255,0) 50%,rgb(255,255,255) 62.5%,rgb(255,255,255) 75%,rgba(255,255,255,0) 87.5%);
}




/* ALL */

.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}

.hamburger .line{
  width: 1.5rem;
  height: 2px;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-2.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}

#hamburger-2.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}

.block-type-gallery img{
margin: 0;
}

figure > iframe{
  margin: 0;
  min-width: 100%;
  aspect-ratio: 16 / 9;
}

.nav-item-selected{
  position: relative;
}
/* .nav-item-selected::before {
  content: "—";
  position: absolute;
  text-align: center;
  width: 2rem;
  left: -2rem;
} */

.grid__item {
	height: 47.5vh; /* 50vh minus half of the gap */
	background-size: cover;
	background-position: 50% 20%;
}


  