

@font-face {
  font-family: 'Spray Letters';
  src: url('../fonts/Spray Letters.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BELL';
  src: url('fonts/Bell MT.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


header {
  font-family: 'spray letters', 'serif'; 
}


#home {
  height: 100vh; 
  margin: 0; 
  padding: 0;
  overflow: hidden;
}


#home .relative {
  height: 100%; 
}

#home video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  margin: 0; 
  padding: 0; 
  
}


body {
  margin: 0; 
  padding: 0; 
}



body {
  background-color: #000000;
  font-family:'Courier New';
}

.slick-prev, .slick-next {
  width: 50px; 
  height: 50px; 
  border-radius: 50%; 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; 
}

.slick-prev {
  left: 10px; 
}

.slick-next {
  right: 10px; 
}
  

    
    .glow-on-hover {
      transition: filter 0.3s ease-in-out;
  }

  .glow-on-hover:hover {
      filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
  }

  .size-button.selected {
    background-color: white;
    color: black;
    border: 1px solid black; 
  }


  .error {
    color: red;
  }
  
  #map { height: 180px; }
  