*, ::before, ::after {
	 box-sizing: border-box;
}
.lockup {
	 display: flex;
  flex-flow: column;
   margin:auto;
	 line-height:1.2;
	 width: 90vw;
	 height: 80vh;
	 font-family: "neontubes";
	 font-size: 7vw;
	 text-align: center;
   align-items:center;
   justify-content:center;
	 
}
 .lockup span {
	 display: block;
	 position: relative;
	 transform: translateZ(0) translate3D(0, 0, 0);
	 backface-visibility: hidden;
	 will-change: opacity;
  
}
 .lockup .neon1 {
	 /* transform: rotate(-1deg); */
	 color: #e9f8f3;
	 text-shadow: 0 0 0 transparent, 0 0 10px #6eceb2, 0 0 20px rgba(110, 206, 178, .5), 0 0 40px rgba(110, 206, 178, 1), 0 0 100px rgba(110, 206, 178, 1), 0 0 200px rgba(110, 206, 178, 1), 0 0 300px rgba(110, 206, 178, 1), 0 0 500px rgba(110, 206, 178, 1), 0 0 1000px rgba(110, 206, 178, 1);
  /*0 5px 10px rgba(scale-color($clr1, $lightness: -80%),1),*/
	 animation: blink 4s infinite alternate;
}
 .lockup .neon2 {
	 /* transform: rotate(-1deg); */
	 color: #f5f0e7;
	 text-shadow: 0 0 0 transparent, 0 0 10px #f3f319, 0 0 20px rgba(189, 155, 96, .5), 0 0 40px rgba(189, 155, 96, 1), 0 0 100px rgba(189, 155, 96, 1), 0 0 200px rgba(189, 155, 96, 1), 0 0 300px rgba(189, 155, 96, 1), 0 0 500px rgba(189, 155, 96, 1), 0 0 1000px rgba(189, 155, 96, 1);
  /*0 5px 10px rgba(scale-color($clr1, $lightness: -80%),1),*/
	 animation: buzz 0.01s infinite alternate;
}

 .lockup .neon3 {
	 /* transform: rotate(-1deg); */
	 color: #e9f8f3;
	 text-shadow: 0 0 0 transparent, 0 0 10px #6eceb2, 0 0 20px rgba(110, 206, 178, .5), 0 0 40px rgba(110, 206, 178, 1), 0 0 100px rgba(110, 206, 178, 1), 0 0 200px rgba(110, 206, 178, 1), 0 0 300px rgba(110, 206, 178, 1), 0 0 500px rgba(110, 206, 178, 1), 0 0 1000px rgba(110, 206, 178, 1);
  /*0 5px 10px rgba(scale-color($clr1, $lightness: -80%),1),*/
	 animation: blink 4s infinite alternate;
   animation-delay: 1s;
    text-align: center;
}

@font-face {
    font-family: 'neontubes';
    src: url('https://go.fctulsa.com/hubfs/font%20files/neontubes-webfont.eot');
    src: url('https://go.fctulsa.com/hubfs/font%20files/neontubes-webfont%20(1).eot') format('embedded-opentype'),
         url('https://go.fctulsa.com/hubfs/font%20files/neontubes-webfont.woff2') format('woff2'),
         url('https://go.fctulsa.com/hubfs/font%20files/neontubes-webfont.woff') format('woff'),
         url('https://go.fctulsa.com/hubfs/font%20files/neontubes-webfont.ttf') format('truetype');
    font-display: swap;  
    font-weight: normal;
    font-style: normal;
    
}
@keyframes buzz {
  70% { opacity: 0.80; }
}
@keyframes blink {
  40% { opacity: 1; }
  42% { opacity: 0.8; }
  43% { opacity: 1; }
  45% { opacity: 0.2; }
  46% { opacity: 1; }
}

 .smooth {
   flex-direction: column;
	 line-height: 1.5;
	 width: 100%;
   
}
html {
scroll-behavior: smooth;
	 scroll-snap-points-y: repeat(100vh);
	 scroll-snap-type: y mandatory;
  overflow-x:hidden;
}

.content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

 .smooth_header {
	 position: sticky;
   float: left;
	 top: 0px;
   height: 0px;
	 z-index: 10;
	 display: flex;
	 width: 100%;
	 font-size: .8rem;
   margin-bottom: 0px;
   
	 
}
 .smooth_header ul {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
	 display: flex;
	 width: 100%;
	 justify-content: center;
   
}
 .smooth_header ul li {
	 margin: 0 1px;
	 padding: 1em;
   text-align: center;
   justify-content: center;
}
 .smooth_header ul li a {
	 position: relative;
	 text-decoration: none;
	 font-weight: 600;
	 color: #f4f4f4;
   display: block;
	 padding: 0.2em 0;
   overflow: hidden;
}
@media (pointer: fine) {
  .smooth_header ul li a:after {
  content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.15em;
	background-color: #f4f4f4;
	opacity 1;
	transform: translate3d(-100%, 0, 0);
	transition: opacity 300ms, transform 300ms;
}

.smooth_header ul li a:hover::after,
.smooth_header ul li a:focus::after {
	transform: translate3d(0, 0, 0);
}
}

 

 section {
   scroll-snap-align: start;
	 position: relative;
	 display: flex;
	 width: 100%;
	 height: 100vh;
   height: 100svh;
	 flex-direction: row;
   flex-wrap: wrap;
	 align-items: center;
	 justify-content: center;
	 font-size: 1rem;
	 background-color: #f4f4f4;
	 background-size: cover;
   background-position: center;
	 z-index:0;
   
}
 section h2 {
	 font-size: 2.25rem;
	 font-weight: 900;
	 padding: 0.5em 1em;
	 background-color: rgba(244, 244, 244, .85);
	 mix-blend-mode: screen;
	 border-radius: 0.25em;
	 pointer-events: none;
	 user-select: none;
   text-align: center;
}

.sub_wrapper {
  margin-top: 10px;
  position: absolute;
	 display: -webkit-flex; /* Safari */     
    display: flex; /* Standard syntax */
	 width: 100%;
	 height: 100vh;
   height: 100svh;

	 flex-flow: row wrap;
    
	 align-items: center;
	 justify-content: center;
  
}
section .sub_column {
  margin-top: 5px; 
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
 
}
  section .subsection {
	 padding: 0.5em 1em;
	 color: #1d1e22;
	 background-color: rgba(244, 244, 244, .85);
	 border-radius: 0.25em;
	 -webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* Standard syntax */
	 
}

.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  justify-content: center;
  align-items: center;
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: white;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.wrapper-video {
  position: relative;
}
.content {
  display: flex;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  z-index: 1;
  position: relative;
 
  
  
}


.content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.content .inner {
  z-index: 9;
  margin: auto;
  width: 100%;
  height: 10%;
  padding: 30px;
}

.column-wrapper{
  width:100%; 
  height:15vh; 
  position: relative; 
  display:flex; 
  align-items: center; 
  justify-content: center;
    
}
.first-header-wrapper {
  width:100%; 
  height:15vh;
  top:0;
  position: absolute; 
      
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 10%;
  height: 100%;
  padding-bottom: 10px;
  text-align:center;
  z-index:9;
  margin: 5px;
  align-items: center;
  
  display:flex;
  
}
.column img{
  max-width: 100%;
  max-height: 100%;
 
}

.column a {

  height: 100%;
 
}


/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
 .smooth_yt {
   flex-direction: column;
	 line-height: 1.5;
	 width: 100%;
}
.fevo-button{
    backface-visibility: hidden;
    border: none;
    cursor: pointer;
    font-weight: bold;
    padding: 0.125rem 1.5rem 0px;
    transform: translateZ(0px);
    transition: all 0.1s ease 0s;
    vertical-align: middle;
    color: white;
    font-family: Poppins;
    position: relative;
    text-transform: uppercase;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px;
    background: rgb(178, 155, 96);
    font-size: 0.8125rem;
    letter-spacing: 1px;
    line-height: 2rem;
    
    border-radius: 13px 2px;
}
.fevo-button:hover{
  background: rgb(150, 128, 73);
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 12px;
}



@media screen and (max-width: 500px) {
  .column {
    width: 30%;
  }
  .lockup{
    font-size: 10vw;
  }
  
  
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media screen 
  and (min-device-width: 1000px) 
{ .sub_column{
  max-width: 45%;
  margin: 5px 5px;}
  .smooth_header {
    font-size:1.2rem;}
}



@keyframes flickering {
  0% {
    border-color: transparent;
    opacity: 0.2;
  }
  
  2% {
    border-color: #1FFFFF;
    opacity: 1;
  }
  
  4% {
    border-color: transparent;
    opacity: 0.2;
  }
  
  8% {
    border-color: #1FFFFF;
    opacity: 1;
  }
  
  28% {
    border-color: #1FFFFF;
    opacity: 1;
  }
  
  30% {
    border-color: transparent;
    opacity: 0.2;
  }
  
  36% {
    border-color: #1FFFFF;
    opacity: 1;
  }
  
  100% {
    border-color: #1FFFFF;
    opacity: 1;
  }
}