
/* custom */

.container{

}

body {
    

  background-color: #fffef2 !important;  

  /* background-color: #fdf5e6 !important; */

  /* background-color:#FFF5EB !important; */
  /*background-color: #fffbeb !important;*/ 
  /*background-color: #f0f0e6 !important;*/
  /*background-color: #F0EFEB !important;*/
  /*background-color: #f8f6f3 !important;*/

  /*background-image: url("../img/cover.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;*/

  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  cursor: crosshair; auto;

  /*cursor: url('../img/custom-mouse.png'), auto;*/
  /*cursor: none;*/
}

.custom-cursor {
  position: fixed; /* Or absolute, depending on your layout */
  width: 24px; /* Adjust size as needed */
  height: 24px;
  border-radius: 50%; /* For a circular cursor */
  background-color: white; /* Or any base color */
  pointer-events: none; /* Prevents the cursor div from interfering with clicks */
  mix-blend-mode: difference; /* Creates the color inversion effect */
  z-index: 9999; /* Ensures it stays on top */
  transform: translate(-50%, -50%); /* Centers the cursor on the mouse pointer */
}

.slanted-line-bg {
  width: 200px; /* Adjust length as needed */
  height: 1px; /* Adjust thickness as needed */
  background-color: black;
  transform-origin: top left; /* Pivot point for rotation */
  transform: rotate(-45deg); /* Adjust angle as needed */
  position: absolute; /* Or relative, depending on context */
}


.background-grid{

  /*background-color: #F4F0F1 !important;
  
  background-size: 20px 20px;
  background-image:
    linear-gradient(to right, #FFCCCC 1px, transparent 1px),
    linear-gradient(to bottom, #FFCCCC 1px, transparent 1px);*/

  background-size: 40px 40px;
  background-image: radial-gradient(circle, #000000 1px, rgba(0, 0, 0, 0) 1px);

  /*background:
        linear-gradient(-90deg, rgba(0,0,0,.05) 1px, transparent 1px),
        linear-gradient(rgba(0,0,0,.05) 1px, transparent 1px), 
        linear-gradient(-90deg, rgba(0, 0, 0, .04) 1px, transparent 1px),
        linear-gradient(rgba(0,0,0,.04) 1px, transparent 1px),
        linear-gradient(transparent 3px, #f2f2f2 3px, #f2f2f2 78px, transparent 78px),
        linear-gradient(-90deg, #aaa 1px, transparent 1px),
        linear-gradient(-90deg, transparent 3px, #f2f2f2 3px, #f2f2f2 78px, transparent 78px),
        linear-gradient(#aaa 1px, transparent 1px),
        #f2f2f2;
    background-size:
        4px 4px,
        4px 4px,
        80px 80px,
        80px 80px,
        80px 80px,
        80px 80px,
        80px 80px,
        80px 80px;
  background-attachment: fixed;*/

}

iframe {
  overflow: hidden;
}


.sticky {
  position: sticky;
  max-width: 300px;
  float: right;
  top: 40%;
  z-index: 150;
  mix-blend-mode: multiply;
}

.sticky-border{
  border-bottom: 5px solid red;
}

.video-loop{
  width: 200px; 
  height: auto; 
}

.video-loop:hover {
  cursor: pointer; 
  opacity: 0.6;
}

.video-wrapper {
  max-width: 540px; /* Set your desired maximum pixel width here */
  margin: 0 auto; /* Centers the video wrapper */
}

.video-wrapper video {
  width: 100%; /* Makes the video fill the container */
  height: auto; /* Maintains the aspect ratio */
  display: block; /* Removes any extra space below the video */
}


.vimeo-wrapper {
  padding:100% 0 0 0;
  position:relative;
}

.vimeoEmbed-sm{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%; 
  border: none;
  border-radius: 120px 0px 120px 0px;
  /*border-radius: 240px 240px 240px 240px;*/
  /*border-radius: 50%;*/
}

.videoEmbed-blend{
  mix-blend-mode: multiply;
}

.vimeoEmbed-lg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border: none;
  /*border-radius: 120px 0px 120px 0px;*/
}


.panel {
  background-color: #FFFFFF;
  z-index: 100;
}

.footer-bg {
  background-color: #18181A; !important;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.row {

}

/* Fade Fx */
.fadein {
    opacity:0;
}

.fadeonload {
   opacity:0;
}

.pad0{
  /*padding-top: 120px;*/
  padding-top: 60px;
  padding-left: 60px;
  /*padding-bottom: 120px;*/
  padding-bottom: 80px; 
}

.pad1-mission{
  /*background-color: #FF3503;*/
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 10px;   
}

.pad1-mission-empty{
  padding-bottom: 120px;  
}

.pad1{
  padding-top: 120px;
}

.pad2{
  padding-bottom: 120px;  
}

.pad3{
  padding-top: 100px;
  padding-bottom: 50px;
}

.pad4{
  padding-bottom: 100px;
}

.pad5{
  padding-left: 15px;
  padding-right: 10px; 
}

.pad6{
  padding-top: 20px;
}

.pad-footer-col{
  padding-left: 15px;  
  padding-right: 20px; 
}

.pad-footer-btm{
  padding-bottom: 10px;
}

.button {
  background-color: #18181A;
  border: none;
  color: white;
  padding: 16px 32px;
  display: inline-block;

  font-family: 'FTA25-mono', Courier New, monospace;
  font-weight: 400;
  font-style: normal;
  color: #36454f;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: .2px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
  /*cursor: pointer;*/
}

.button1 {
  background-color: #fffef2;
  color: #18181A ;
  border: 1px solid #18181A;
  border-radius: 50px;
  z-index: 150;
}

.button1:hover {
  background-color: #18181A ; 
  color: #FFFFFF;
  /*cursor: none;*/
}

/* --- Hypertext Links --- */
/* unvisited link */
.hyper:link {
  color: #000000;
  text-decoration:  none;
}

/* visited link */
.hyper:visited {
  color: #000000;
  text-decoration: none;
}

/* mouse over link */
.hyper:hover {
  color: #FF3503;
  text-decoration: none;
}

/* selected link */
.hyper:active {
  color: #000000;
  text-decoration: none;  
}

/* --- Hypertext Footer Links --- */
/* unvisited link */
.hyper-footer:link {
  color: #FFFFFF;
  text-decoration:  none;
}

/* visited link */
.hyper-footer:visited {
  color: #FFFFFF;
  text-decoration: none;
}

/* mouse over link */
.hyper-footer:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* selected link */
.hyper-footer:active {
  color: #FFFFFF;
  text-decoration: none;  
}

/* --- Social Media SVG Icons --- */
/* unvisited link */
.hyper-social:link {
  fill: #FFFFFF;
}

/* visited link */
.hyper-social:visited {
  fill: #FFFFFF;
}

/* mouse over link */
.hyper-social:hover {
  fill: #FF3503;
  /* fill: #FF0000; */
}

/* selected link */
.hyper-social:active {
  fill: #FFFFFF;
}

.content-ctr {
  display: block;
  margin: 0 auto;
}

.description-container {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-bottom: 10px;
}

.text-bottom {
    margin-top: auto;
    padding-right: 10px;
}

.border-frame{
  /*border-radius: 15px 15px 15px 15px;*/
  border-radius: 10px 10px 10px 10px;
}

.b-right{
  border-right: solid;
  border-width: 1px;
  border-right-color: #18181A !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* --- Swap 50/50 Column code on resize -- */
.column-1 {
  order: 1; /* Display first on default */
}

.column-2 {
  order: 2; /* Display second on default */
}

/* -- start of mobile view adjustments -- */
@media only screen and (max-width: 768px) {

.column-1 {
    order: 2; /* Display second on mobile */
  }

  .column-2 {
    order: 1; /* Display first on mobile */
  }

}

/* -- Hamburger Menu -- */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  background-color: #18181A;
  overflow-x: hidden;
  transition: 0.4s;
  padding-top: 80px;
  text-align:left;
}

.sidenav a {
  padding: 0px 10px 10px 40px;
  display: block;
  font-family: 'FTA25-mono', Courier New, monospace;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-align: left;
  text-decoration: none;
  /*transition: 0.8s;*/
}

.sidenav a:hover{
  color: #FF3503;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 48px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {  
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* Hide hamburger icon by default for larger screens */
.hamburger-menu-icon {
    color: #18181A;
    font-size: 48px;
    cursor: pointer;
    display: none;
    text-align: right;
    padding-right: 8px;
}

/* Show hamburger icon only on screens smaller than 768px */
@media screen and (max-width: 768px) {
  .hamburger-menu-icon {
      display: block; /* or flex, inline-block, etc. */
  }

  /* Hide the regular navigation menu on smaller screens */
  .main-navigation-menu {
      display: none;
  }
  .video-loop {
      display: none !important;
  }
  .pad0{
    padding-top: 65px;
    padding-left: 20px;
    padding-bottom: 60px; 
  }
  .pad1-mission-empty{
    padding-bottom: 0px;  
  }
}

@media screen and (min-width: 768px) {
    .sidenav { 
      display: none;
    }
}


/* -- start Ticker */
.marquee {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));

    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-right-color: #18181A !important;
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 15s linear infinite;
    animation-play-state: running;
}

.marquee span {
  font-family: 'FTA25-mono';
  color: #18181A;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.marquee:hover .marquee__inner {
    /* animation-play-state: paused; */
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}
/* -- end Ticker */