@font-face {
  font-family: ForestRealm; 
  src: url(../fonts/ForestRealm-Regular.ttf);
}

@font-face {
  font-family: Scaver;
  src: url(../fonts/Scaver-Regular.ttf);
}

@font-face {
  font-family: ScaverLight;
  src: url(../fonts/Scaver-Light.ttf);
}

@font-face {
  font-family: ScaverBold;
  src: url(../fonts/Scaver-Bold.ttf);
}

@font-face {
  font-family: NostalgicLetter;
  src: url(../fonts/NostalgicLetter.otf);
}

body {
  background-color: black;
}

.title {
  color: rgb(6, 57, 34);
  font-family: "NostalgicLetter", "Verdana", monospace;
  /* font-family: "Helvetica", monospace; */
  font-size: 60px;
  margin-bottom: 0px;
}

.subtitle {
  color: rgb(6, 57, 34);
  font-size: 15px;
  /* font-family: "Scaver", "Verdana", monospace; */
  font-family: "Helvetica", monospace;
  margin-top: 0px;
}

.heading {
  color: #f5deb3;
  font-family: "NostalgicLetter", "Verdana", monospace;
  /* font-family: "Helvetica", monospace; */
  font-size: 30px;
  margin: 0;
}

.special {
  color: wheat;
  /* font-family: "ForestRealm", "Verdana", monospace; */
  font-family: "Helvetica", monospace;
  font-size: 30px;
  margin: 0;
}

.highlighted {
  background-color: rgb(245, 222, 179, 0.5);
  border-radius: 5px;
  width: 95%
}

.subheading {
  color: wheat;
  font-size: 15px;
  /* font-family: "ScaverLight", "Verdana", monospace; */
  font-family: "Helvetica", monospace;
  margin-top: 5px;
}

label {
  color: wheat;
  font-size: 10px;
  /* font-family: "ScaverLight", "Verdana", monospace; */
  font-family: "Helvetica", monospace;
  margin-top: 5px;
}

.button1 {
  /* font-family: "ScaverBold", "Verdana", monospace; */
  font-family: "Helvetica", monospace;
  background-color: wheat;
  color: rgb(6, 57, 34);
  border: 1px solid rgb(245, 222, 179, 0.5);
  border-radius: 5px;
  padding: 10px;
}

.button2 {
  /* font-family: "Scaver", "Verdana", monospace; */
  font-family: "Helvetica", monospace;
  background-color: transparent;
  color: rgb(6, 57, 34);
  border: 2px solid rgb(6, 57, 34);
  border-radius: 5px;
  padding: 10px;
}

.body1 {
  color: wheat;
  font-size: 15px;
  /* font-family: "Scaver", "Verdana", monospace; */
  font-family: "Helvetica", monospace;
  margin-top: 5px;
}

.body2 {
  color: wheat;
  font-size: 20px;
  /* font-family: "Scaver", "Verdana", monospace; */
  font-family: "Helvetica", monospace;
  margin-top: 5px;
}

.body3 {
  color: wheat;
  font-size: 10px;
  /* font-family: "ScaverLight", "Verdana", monospace; */
  font-family: "Helvetica", monospace;
  margin-top: 5px;
}


#cyberpunk-border {
  border: 1px solid wheat;
  opacity: 0.2;
  border-radius: 5px;
  height: 97vh;
  width: 97wh;
  pointer-events: none;

  position: -webkit-sticky; /* Required for Safari */
  position: sticky;
  top: 10px; /* Sticks to the very top of the viewport */
  z-index: 100; /* Ensures it stays on top of other content */
  
  margin-top: -102vh;
  margin-left: 10px;
  margin-right: 10px;
}

/* Video Overlay */

#video-overlay-section {
    height: 80vh;
    background-color: darkolivegreen;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

#video-overlay {
    top: 200px;
    left: 40px;
    position: absolute;
}

#bgVideo {
  width: 100%;
  height: 100%;

  z-index: -100;
  object-fit: cover; /*Ensures video covers container without distortion*/
}

#video-overlay-bottom{
  padding: 0; 
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
}

#video-overlay-bottom > img {
  padding: 0;
  object-fit: fill;
  height: 100px;
  display: block;
  width: 100%;
  min-width: 1000px;
}

/* Gallery */

#gallery-section {
    /* min-height: 500px; */
    margin-right: 30px;
    background-color: clear;
    padding-left: 30px;
}

.gallery-video {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}

.grid {
  display: none;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding-bottom: 1rem;
}

.grid > div {
  height: 200px;
  border: 1px solid wheat;
  border-radius: 5px;
  min-width: 10px;
}

.grid > div img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

/* Profile */

#profile-section {
  background-color: rgb(0, 0, 0);
  padding-left: 30px;
}

#profile-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding-bottom: 1rem;
}

#profile-container > div {
  height: 500px;
  min-width: 10px;
}

#profile-container > div img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
}

#profile-blurb-outer {
  grid-column: span 2;
  display: table;
  align-items: center;
  padding-right: 30px;
}

#profile-blurb-inner {
  display: table-cell;
  vertical-align: middle;
}

#load-more {
  display: none;
}


/* Contact */

#contact-section {
  background-image: linear-gradient(to bottom, black, rgb(6, 57, 34));
  padding-left: 30px;
}

#contact-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding-bottom: 1rem;
}

#contact-form-outer {
  grid-column: span 1;
  padding-right: 30px;
}

form {
  width: 100%;             
  max-width: 600px;        
  margin: 0 auto;          
}

input[type="text"], 
input[type="email"], 
textarea, 
select {
  width: 100%;             
  box-sizing: border-box;  
  padding: 10px;           
  
  background-color: transparent;
  color: wheat;
  border: 1px solid rgb(245, 222, 179, 0.5);
  border-radius: 5px;
}

textarea {
  min-height: 150px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* Copyright */

#copyright {
  text-align: right;
  width: 98%;
}

pre {
    font-family: monospace;
    color: wheat;
}