    @font-face {
  font-family: Exo2; /* set name */
  src: url(../fonts/Exo2-Light.otf); /* url of the font */
}

    @font-face {
  font-family: VampireRaves; /* set name */
  src: url(../fonts/Vampire-Raves.otf); /* url of the font */
}
    
    body {
      margin: 0;
      font-family: 'Exo2', sans-serif;
      background-color: #f5f5f5;
      color: #333;
    }
    header {
      background: #2c3d57;
      color: #fff;
      padding: 2rem;
      text-align: center;
    }
    header h1 {
      font-family: 'VampireRaves', serif;
      font-size: 2.5rem;
      margin: 0;
    }

  .hamburger {
  font-size: 2rem;
  background: none;
  border: none;
  color: #b1fef8;
  cursor: pointer;
  display: none; /* hidden on desktop */
  
  position: absolute;
  top: 1px;
  right: 20px;
  font-size: 2rem;
  padding: 0.5rem;
  z-index: 10;

}

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: .33rem .33rem;
      background: #2c3d57;
	    font-family: 'Exo2', sans-serif;
    }

    .nav-links {
  display: flex;
  gap: 2rem;
}

    nav a {
      color: #fff;
      padding: 1rem;
   text-decoration: none;
  font-size: 1.2rem;
  font-weight: 900;
/*   -webkit-text-stroke-color: #b1fef8;
  -webkit-text-stroke-width: 1px;       */
    }

  /*   nav a:hover {
      background: #444;
    } */
    .container {
      max-width: 1200px;
      margin: auto;
      padding: 2rem;
    }
    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1rem;
    }
    .gallery img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }
    .about, .contact {
      margin-top: 3rem;
    }
    footer {
      background: #2c3d57;
      color: #fff;
      text-align: center;
      padding: 1rem;
      margin-top: 3rem;
    }

    .hero {
        width: 100%;
    overflow: hidden;
    }

    .hero img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    }
    footer .social-icons {
  margin-top: 1rem;
}

footer .social-icons a {
  color: #fff;
  margin: 0 0.5rem;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

footer .social-icons a:hover {
  color: #ccc;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  justify-items: center;
}

.gallery figure {
  margin: 0;
  text-align: center;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.03);
}

.gallery figcaption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
}
.swiper-container {
  width: 100%;
  max-width: 75%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
/*   height: 600px !important; */
  object-fit: cover;
}
.swiper-slide {
  position: relative;
}

.caption {
/*   position: absolute; */
  bottom: 5px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  /* max-width: 90%; */
  font-family: sans-serif;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 5px;
}
.caption h3 {
  margin: 0 0 5px;
  font-size: 16px;
}

.swiper-container {
  margin-bottom: 60px; /* Adjust as needed */
  position: relative;
}

.content {
  flex: 1; /* Fills remaining space above footer */
}

html, body {
  height: 100%;
  margin: 0;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: white;
}
 form {
      display: flex;
      flex-direction: column;
    }
    label {
      margin-top: 1rem;
      font-weight: bold;
    }
    input, textarea {
      padding: 0.5rem;
      margin-top: 0.5rem;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 1rem;
    }
    button {
      margin-top: 1.5rem;
      padding: 0.75rem;
      background: #000;
      color: #fff;
      border: none;
      border-radius: 4px;
      font-size: 1rem;
      cursor: pointer;
    }
    button:hover {
      background: #444;
    }
    footer .social-icons {
  margin-top: 1rem;
}

footer .social-icons a {
  color: #fff;
  margin: 0 0.5rem;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

footer .social-icons a:hover {
  color: #ccc;
}

.bio-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.headshot {
  width: 150px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  justify-items: center;
}

.gallery figure {
  margin: 0;
  text-align: center;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.03);
}

.gallery figcaption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .swiper-container {
    margin-bottom: 80px;
    max-width: 95%;
  }

  .swiper-slide img {
  width: 100%! important;
  height: auto !important;
  object-fit: cover;
}
 button {
      margin-top: 0rem;
 }

}

@media (max-width: 480px) {
  .caption {
    font-size: 12px;
    padding: 8px;

  }

  .caption h3 {
    font-size: 14px;
  }

  .swiper-pagination {
    bottom: 10px;
  }

  footer {
    padding: 15px;
    font-size: 14px;
  }

    .swiper-button-next,
  .swiper-button-prev {
    display: none; /* Hide arrows on small screens */
  }

}

/* Poptrox Popup */

	.poptrox-overlay {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}

	.poptrox-popup {
		background: rgba(31, 34, 36, 0.925);
		box-shadow: 0 1em 3em 0.5em rgba(0, 0, 0, 0.25);
		cursor: default;
	}

		.poptrox-popup:before {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			background-image: -moz-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -moz-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
			background-image: -webkit-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -webkit-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
			background-image: -ms-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -ms-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
			background-image: linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
			content: '';
			display: block;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
			opacity: 1;
		}

		.poptrox-popup .closer {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			background-image: url("images/close.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 3em;
			height: 5em;
			opacity: 0;
			position: absolute;
			right: 0;
			top: 0;
			width: 5em;
			z-index: 2;
		}

		.poptrox-popup .nav-previous,
		.poptrox-popup .nav-next {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			background-image: url("images/arrow.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 5em;
			cursor: pointer;
			height: 8em;
			margin-top: -4em;
			opacity: 0;
			position: absolute;
			top: 50%;
			width: 6em;
			z-index: 2;
		}

		.poptrox-popup .nav-previous {
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
			left: 0;
		}

		.poptrox-popup .nav-next {
			right: 0;
		}

		.poptrox-popup .caption {
			padding: 2em 2em 0.1em 2em ;
			background-image: -moz-linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%);
			background-image: -webkit-linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%);
			background-image: -ms-linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%);
			background-image: linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%);
			bottom: 0;
			cursor: default;
			left: 0;
			position: absolute;
			text-align: left;
			width: 100%;
			z-index: 2;
		}

			.poptrox-popup .caption h2, .poptrox-popup .caption h3, .poptrox-popup .caption h4, .poptrox-popup .caption h5, .poptrox-popup .caption h6 {
				margin: 0 0 0.5em 0;
			}

			.poptrox-popup .caption p {
				color: #ffffff;
			}

		.poptrox-popup .loader {
			-moz-animation: spinner 1s infinite linear !important;
			-webkit-animation: spinner 1s infinite linear !important;
			-ms-animation: spinner 1s infinite linear !important;
			animation: spinner 1s infinite linear !important;
			background-image: url("images/spinner.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: contain;
			display: block;
			font-size: 2em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0.25;
			position: absolute;
			text-align: center;
			top: 50%;
			width: 2em;
		}

		.poptrox-popup:hover .closer,
		.poptrox-popup:hover .nav-previous,
		.poptrox-popup:hover .nav-next {
			opacity: 0.5;
		}

			.poptrox-popup:hover .closer:hover,
			.poptrox-popup:hover .nav-previous:hover,
			.poptrox-popup:hover .nav-next:hover {
				opacity: 1.0;
			}

		.poptrox-popup.loading:before {
			opacity: 0;
		}

		body.touch .poptrox-popup .closer,
		body.touch .poptrox-popup .nav-previous,
		body.touch .poptrox-popup .nav-next {
			opacity: 1.0 !important;
		}

		@media screen and (max-width: 980px) {

			.poptrox-popup .closer {
				background-size: 3em;
			}

			.poptrox-popup .nav-previous,
			.poptrox-popup .nav-next {
				background-size: 4em;
			}

		}

		@media screen and (max-width: 736px) {

			.poptrox-popup:before {
				display: none;
			}

			.poptrox-popup .caption {
				display: none !important;
			}

			.poptrox-popup .closer,
			.poptrox-popup .nav-previous,
			.poptrox-popup .nav-next {
				display: none !important;
			}

		}

    @media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 20px;
    background-color: #000;
    padding: 1rem;
    border: 1px solid #b1fef8;
    z-index: 100;
  }

  .nav-links.active {
    display: flex;
  }
}


