* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  background-color: #012759;
  background-image: linear-gradient(to top, #00000088 30%, #ffffff44 70%), url('/pics/bjg-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  height: 100%;
  height: -webkit-fill-available;
  min-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  backface-visibility: hidden;
}



.message {  flex: 1;
  background-color: #012759;
}

div.footer {
  margin-top: auto;
}

#root {
  min-height: 100dvh;
}

.app-wrapper {
  min-height: 100dvh;
}

.app-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: none;
}
.app-content > div {
  pointer-events: auto;
}

.progress-bar {
  height: 3px;
  background-color: #FFD802;
  z-index: 999;
  position: fixed ;
}

header {
  margin: 0px;
  margin-bottom: 5rem;
  padding: 0px;
  box-sizing: border-box;
  overflow: hidden;
}

.navbar {
  text-align: right;
  margin-bottom: 5rem;
  padding: 1px;
  /* display: flex; */
  /* align-items: flex-end; */
  /* background-color: rgba(2, 62, 140); */
  height: 5.75rem;
  width: 100%;
  box-shadow: 1px 1px 5px black;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #012759;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.menu {
  display: none;
  pointer-events: none;
}

.menu-item {
  display: none;
}


/* .logo {
  margin: 10px;
  margin-left: 2em;
  float: left;
  padding: 0px;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  height: 75;
  pointer-events: none;
} */

/* fancy mouse hover for links */
.navLinks {
  font-size: 28px;
  float: left;
  color: #F3F7FA;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;  
  text-decoration: none;
  margin-top: 3rem;
  margin-right: 5rem;
  --b: 1px;   /* the thickness of the line */
  --c: #FFD802; /* the color */
  
  color: rgba(161, 8, 8, 0);
  padding-block: var(--b);
  background: 
    linear-gradient(var(--c) 50%,rgb(255, 255, 255) 0) 0% calc(100% - var(--_p,0%))/100% 200%,
    linear-gradient(var(--c) 0 0) 50% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat;
  -webkit-background-clip: text,padding-box;
          background-clip: text,padding-box;
  transition: .1s var(--_s,0s) linear,background-size .1s calc(.1s - var(--_s,0s));
}
.navLinks:hover {
  --_p: 100%;
  --_s: .1s;
}
.navLinks:active {
  transform: scale(1.05);
  color: rgba(119, 133, 172, 0);
  transition: all .01s;
}

.nav-links.show-nav {
  transform: translateY(0);
}

.title {
  margin-top: 5.5rem;
  padding-bottom: 1.1rem;
  font-size: 38px;
  float: left;
  color: #f3faf4;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  display: flex;
  pointer-events: none;
}

.logoLink {
  margin-left: 2em;
  margin-top: 2rem;
  float: left;
  padding: 5px;
  background-color: transparent;
  z-index: 1;
  height: 10rem;
  width: auto;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  overflow: visible;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.logoLink:hover {
  --_p: 100%;
  --_s: .2s;
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
}
.logoLink:active {
  transform: scale(1.03);
  transition: all 0.01s ease-in-out;
}








/* home styling */

section.container {
  background-color: #012759;
  text-align: center;
}

section {
  min-height: 100vh;
  display: block;
  height: auto;
  background: none !important;
  width: 100%;
}
section:nth-child(2),
section:nth-child(4) {
  background: none !important;
}
section:nth-child(1) {
  color: #F3F7FA;
  justify-content: center;
  align-content: center;
  display: inline-block;

}
section:nth-child(2) {
  color: #720000;
  background: #e0ffff;
  display: inline-block;

}
section:nth-child(3) {
  color: #e0ffff;
  display: inline-block;

}
section:nth-child(4) {
  color: #42455a;
  background: #e0ffff;
  display: inline-block;

}
section .container {
  text-align: center;
  margin-top: 15rem;
  margin-bottom: 10rem;
  background-color: #00721b;
}

section h1 {
  font-size: 1rem;
  margin: auto;
  display: inline-block;
}
section p {
  margin: auto;
  margin-top: 12.5rem;
  margin-bottom: 15rem;
  font-size: 96px;
  width: 100%;
  text-align: center;
  justify-content: center;
  /* display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  z-index: 0;
  text-shadow: 2px 1px 0px rgb(0, 0, 0, 1);
  /* text-decoration-line: underline;
  text-decoration-color: #FFD802;
  color: #F3F7FA;
  animation: fadeIn 1.5s; */
}

/* .text-container {
  display: inline-block;
  text-align: left;
  position: relative;
} */

.underline-hover {
  position: relative;
  display: inline-block;
}

.underline-hover::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #FFD802;
  position: absolute;
  left: 50%;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.underline-hover:hover::after {
  width: 100%;
  left: 0%;
  visibility: visible;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  from {color: tan;}
  to {color: inherit;}
}

section .text-container1 {
  display: inline-block;
  margin: auto;
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, #01275900, #01275999);
  margin-top: 4rem;
  backdrop-filter: blur(1.25px);
  text-align: center; 
}
section .text-container2 {
  display: inline-block;
  margin: auto;
  width: 100%;
  background: linear-gradient(to bottom, #01275999, #012759bb);
  height: auto;
  backdrop-filter: blur(1.25px);
  text-align: center; 
}
section .text-container3 {
  display: inline-block;
  margin: auto;
  width: 100%;
  background: linear-gradient(to bottom, #012759bb, #012759dd);
  height: auto;
  backdrop-filter: blur(1.25px);
  text-align: center; 
}
section .text-container4 {
  display: inline-block;
  margin: auto;
  width: 100%;
  background: linear-gradient(to bottom, #012759dd, #012759ff);
  height: auto;
  backdrop-filter: blur(1.25px);
}
/* section .text-container .text-box {
  margin-top: 15rem;
  margin-bottom: 5rem;
  padding: 10px;
  width: 45%;
  font-size: 48px;
  z-index: 0;
  transition: ease all .5s;
  background-color: #A4BEF3;
  border-radius: 1rem;
} */

.firstBox {
  margin-top: 10rem;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
  /* float: left; */
  padding: 2rem;
  width: 100vh;
  font-size: 24px;
  z-index: 0;
  transition: ease all .5s;
  /* background-color: #00721b; */
  /* border-radius: 5px; */
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 4rem;
  display: inline-block;
  text-align: left;
  float: none;
}

.secondBox {
  margin-top: 10rem;
  margin-bottom: 10rem;
  padding: 3rem;
  width: 100vh;
  font-size: 24px;
  z-index: 0;
  transition: ease all 1s;
  /* background-color: #00721b; */
  /* border-radius: 5px; */
  display: inline-block;
  text-align: left;
  float: none;  
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 4rem;
  overflow: hidden;
}

.thirdBox {
  margin-top: 10rem;
  margin-bottom: 10rem;
  padding: 3rem;
  width: 100vh;
  font-size: 24px;
  z-index: 0;
  transition: ease all 1s;
  /* background-color: #00721b; */
  /* border-radius: 5px; */
  margin-right: auto;
  margin-left: auto;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 4rem;
  display: inline-block;
  text-align: left;
  float: none;

}

.contactBox {
  margin: 5rem auto;
  padding: 3rem;
  width: 100%;
  max-width: 400px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  border-top: 1px solid #FFD802;
  transition: ease all 1s;
}

.contactHeading {
  font-size: 1.5rem;
  color: rgba(243, 247, 250, 0.6);
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
}

.contactHeading {
  font-size: 2rem;
  color: #F3F7FA;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.contactNum {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}

.contactNum p {
  font-size: 1.1rem;
  color: #F3F7FA;
  margin: 0.5rem 0;
  text-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  line-height: 1.7;
}

.contactLabel {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(243, 247, 250, 0.5);
}



/* section .text-container .text-box:hover {
  box-shadow: inset 0 0 0 5px #FFD802;
  transition: ease all .7s;
  -webkit-transform: scale(1.05);
	transform: scale(1.05);
} */

/* .firstBox:hover, .secondBox:hover, .thirdBox:hover { */
  /* box-shadow: inset 0 0 0 2.5px #FFD802; */
  /* transition: ease all 1.25s;
  -webkit-transform: scale(1.025);
	transform: scale(1.025); */
  /* background-color: rgb(1, 40, 91, .25); */
/* } */

section .text-container .text-box h3 {
  font-size: 38px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  z-index: 0;
  line-height: 2;
}


/* 
@media (max-width: 900px) {
  section h1 {
    font-size: 2rem;
    text-align: center;
  }
  section .text-container {
    flex-direction: column;
  }
} */

/* reveal goes in the home text-containers */

.reveal {
  opacity: .75;
  transition: opacity .25s;
}

.reveal.active {
  opacity: 1;
  transition: opacity .75s;
}




.hidden {
  opacity: 0;
}

.active.fade-bottom {
  animation: fade-bottom .5s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

footer {
  width: 100%;
  text-align: center;
  padding: .25rem;
  color: #F3F7FA;
  font-size: 10px;
  background-color: #012759;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  clear: both;
}

.reveal-blur {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s ease, filter 1s ease;
}

.reveal-blur.visible {
  opacity: 1;
  filter: blur(0px);
}







/* contact form */


.contactTitle {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3rem;
  color: #F3F7FA;
  letter-spacing: 0.15em;
  text-decoration: underline;
  text-decoration-color: #FFD802;
  text-underline-offset: 8px;
}

.message {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  min-height: calc(100vh - 100px - 31px);
}

form {
  background-color: rgb(1, 40, 91, 0.5);
  /* border: 2px solid #FFD802; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  color: #F3F7FA;
  width: 50%;
  height: auto;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 4rem 3rem;
  margin: 3rem auto;
  display: block;
  transition: 0.3s ease-in;
}

.formLabel {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(243, 247, 250, 0.6);
  margin-bottom: 0.4rem;
  font-family: 'Roboto Condensed', sans-serif;
}

input {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(243, 247, 250, 0.4);
  color: #F3F7FA;
  height: 36px;
  display: block;
  padding-left: 4px;
  margin: 0 auto 2rem auto;
  width: 100%;
  transition: border-color 0.3s ease;
}

input:focus {
  outline: none;
  border-bottom: 1px solid #FFD802;
}

textarea {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: rgba(243, 247, 250, 0.05);
  border: 1px solid rgba(243, 247, 250, 0.4);
  color: #F3F7FA;
  font-size: 1rem;
  display: block;
  margin: 0 auto 2rem auto;
  height: 8rem;
  width: 100%;
  border-radius: 2px;
  padding: 0.5rem;
  transition: border-color 0.3s ease;
}

textarea:focus {
  outline: none;
  border-color: #FFD802;
}

.emailButton {
  display: block;
  margin: 0 auto;
  padding: 0.6rem 2.5rem;
  background-color: transparent;
  color: #F3F7FA;
  border: 1px solid #FFD802;
  font-size: 0.85rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.emailButton:hover {
  background-color: #FFD802;
  color: #012759;
  transition: 0.3s ease-in-out;
}

.emailButton:active {
  opacity: 0.8;
}

.successMessage {
  text-align: center;
  padding: 4rem 2rem;
  color: #F3F7FA;
}

.successMessage {
  background-color: rgb(1, 40, 91, 0.5);
  backdrop-filter: blur(10px);
  width: 50%;
  margin: 3rem auto;
  padding: 4rem 3rem;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.successTitle {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  color: #F3F7FA;
  text-decoration: underline;
  text-decoration-color: #FFD802;
  text-underline-offset: 8px;
}

.successText {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  color: #F3F7FA;
}

.successBtn {
  background: transparent;
  border: 1px solid #FFD802;
  color: #F3F7FA;
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0.6rem 2.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.successBtn:hover {
  background-color: #FFD802;
  color: #012759;
}




/* slideshow */

.slideTitle {
  color: #F3F7FA;
  font-size: 48px;
  /* text-shadow: 1px 1px 0 black; */
  text-decoration: underline;
  text-decoration-color: #FFD802;
  text-underline-offset: 8px;  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.gallery-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.galleryRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}

.imageWrapper {
  width: 55%;
  max-width: 900px;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.imageWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.imageWrapper img.active {
  opacity: 1;
}

.actionsLeft,
.actionsRight {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #FFD802;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}

.actionsLeft:hover,
.actionsRight:hover {
  opacity: 1;
}

.actionsLeft:active,
.actionsRight:active {
  background-color: transparent;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.gallery-dot {
  width: clamp(8px, 1vw, 14px);
  height: clamp(8px, 1vw, 14px);
  margin: 0 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1.5px solid #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-dot.active {
  background-color: #FFD802;
  border-color: #FFD802;
}








/* MOBILE STYLING */

/* @media only screen and (min-width: 768px) {
  .menu-item {
    display: none;
  }
} */

/* @media (min-width: 768px) {
  .nav-links {
    position: static;
    transform: translateY(0);
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    width: initial;
    padding: initial;
  }

  .nav-container {
    flex-direction: row;
    align-items: center;
  }
} */


@media (max-width: 768px) {

  /* ── Base ── */
  html, body {
    background-image: linear-gradient(to top, #00000044 20%, #ffffff22 100%), url(pics/bjg-bg-mobile.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
  }

  #root {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  /* ── Progress Bar ── */
  .progress-bar {
    height: 3px;
  }

  /* ── Navbar ── */
  header {
    margin-bottom: 0;
  }

  .navbar {
    height: 70px;
    justify-content: center;
    padding: 0 1rem;
  }

  .title {
    display: none;
  }

  .logoLink {
    margin: 0;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/* ── Hamburger Button ── */
.hamburger-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 40px;
  height: 40px;
  z-index: 1001;
}

.hamburger-icon {
  width: 28px;
  height: 2px;
  background-color: #F3F7FA;
  position: relative;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F3F7FA;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

.hamburger-icon::before { top: -8px; }
.hamburger-icon::after { top: 8px; }

/* animates to X */
.hamburger-btn.open .hamburger-icon {
  background-color: transparent;
}

.hamburger-btn.open .hamburger-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.hamburger-btn.open .hamburger-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

/* ── Nav Overlay ── */
.nav-links {
  display: none;
  pointer-events: none;
}

.nav-links.show-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 27, 61, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 1000;
  pointer-events: all;
  gap: 0.5rem;
}

/* ── Nav Links ── */
.nav-links.show-nav .navLinks {
  color: #F3F7FA;
  font-size: 2.5rem;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align: center;
  width: 100%;
  
  /* Reset desktop navLinks styles */
  float: none;
  margin: 0;
  padding-block: 0;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}
.nav-links.show-nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #FFD802;
  transition: width 0.3s ease;
  margin: 0 auto;
}

.nav-links.show-nav a:hover {
  color: #FFD802;
}

.nav-links.show-nav a:hover::after {
  width: 100%;
}
  /* ── Hero Title ── */
section p {
    font-size: 1.5rem;
    margin-top: 6rem;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
    line-height: 1.2;
    text-shadow: 2px 1px 0px rgb(0, 0, 0, 1);
    text-decoration: underline #FFD802;
  }

  /* ── Sections ── */
  section {
    min-height: unset;
    height: auto;
    display: block;
  }

  /* ── Text Containers ── */
section .text-container1,
section .text-container2,
section .text-container3,
section .text-container4 {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1.5rem 1rem;
  backdrop-filter: blur(1.25px);
}

  section .text-container1 { background: linear-gradient(to bottom, #01275900, #01275999); }
  section .text-container2 { background: linear-gradient(to bottom, #01275999, #012759bb); }
  section .text-container3 { background: linear-gradient(to bottom, #012759bb, #012759dd); }
  section .text-container4 { background: linear-gradient(to bottom, #012759dd, #012759ff); }

  /* ── Text Boxes ── */
  .firstBox,
  .secondBox,
  .thirdBox {
    width: 100%;
    margin: 0;
    padding: 0.75rem 0.5rem;
    font-size: .95rem;
    line-height: 1.5;
    text-align: left;
    float: none;
    display: block;
  }

  /* ── Contact Box ── */
  .contactBox {
    width: 100%;
    max-width: 100%;
    margin: 1rem 0 0 0;
    padding: 2rem 1rem;
    border-top: 1px solid rgba(255, 216, 2, 0.4);
    text-align: center;
  }

  .contactHeading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .contactNum p {
    font-size: 1rem;
    flex-direction: column;
    gap: 0.25rem;
  }

  /* ── Disable hover animations on touch ── */
  .firstBox:hover,
  .secondBox:hover,
  .thirdBox:hover,
  .contactBox:hover {
    transform: none;
  }

  /* ── Reveal animations simplified for mobile ── */
  .reveal {
    opacity: 1;
  }

  .reveal.active {
    opacity: 1;
  }

  .hidden {
    opacity: 0;
  }

  .active.fade-left,
  .active.fade-right,
  .active.fade-bottom {
    animation: fade-bottom 0.5s ease-in;
  }

  /* contact form  */

    .contactTitle {
      text-transform: uppercase;
      font-family: 'Oswald', sans-serif;
      text-align: center;
      font-size: 2rem;
      letter-spacing: 0.15em;
      margin-top: 0;
      margin-bottom: 2rem;
      padding-bottom: 1rem;
      border-bottom: 2px solid #FFD802;
    }
  
    .message {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      margin-top: 5rem;
    }
  
    form {
      background-color: rgba(1, 39, 89, 0.92);
      border: none;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
      color: #F3F7FA;
      width: 100%;
      margin: 0;
      height: auto;
      font-family: 'Cardo', serif;
      padding: 2rem 1.5rem;
      /* margin: 0 auto 2rem auto; */
      display: block;
      border-radius: 4px;
    }
  
    form:hover {
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
      background-color: rgba(1, 39, 89, 0.92);
      border: none;
      filter: none;
      opacity: 1;
    }
  
    input {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1rem;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid rgba(243, 247, 250, 0.4);
      color: #F3F7FA;
      height: 2.5rem;
      display: block;
      padding-left: 4px;
      margin: 0 auto 1.5rem auto;
      width: 100%;
    }
  
    input:focus {
      outline: none;
      border-bottom: 2px solid #FFD802;
    }
  
    textarea {
      font-family: 'Roboto Condensed', sans-serif;
      background-color: rgba(243, 247, 250, 0.08);
      border: 1px solid rgba(243, 247, 250, 0.4);
      font-size: 1rem;
      display: block;
      margin: 0 auto 1.5rem auto;
      height: 8rem;
      width: 100%;
      border-radius: 4px;
      color: #F3F7FA;
      padding: 0.5rem;
    }
  
    textarea:focus {
      outline: none;
      border: 2px solid #FFD802;
    }
  
    .emailButton {
      display: block;
      width: 100%;
      padding: 1rem;
      margin-top: 1rem;
      background-color: #FFD802;
      color: #012759;
      border: none;
      font-size: 1rem;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      border-radius: 2px;
      justify-content: center;
      text-align: center;
    }
  
    .emailButton:hover {
      background-color: #e6c200;
      transform: translateY(-1px);
    }
  
    .emailButton:active {
      transform: translateY(0);
      background-color: #FFD802;
      color: #012759;
    }

    .successMessage {
      width: 100%;
      margin: 0;
      padding: 2rem 1.5rem;
      backdrop-filter: blur(10px);
      background-color: rgba(1, 39, 89, 0.9);
    }
    
    .successTitle {
      font-size: 1.75rem;
      margin-bottom: 1rem;
    }
    
    .successText {
      font-size: 1rem;
      margin-bottom: 2rem;
      line-height: 1.5;
    }
    
    .successBtn {
      width: 100%;
      padding: 1rem;
      font-size: 1rem;
    }

  
  
  /* ^^^ contact form ^^^ */



/* slideshow styles */

.nav-links.show-nav a[href="/gallery"] {
  display: none;
}

/* .gallery-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 2rem;
  min-height: 100vh;
}

.slideTitle {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: #FFD802;
  text-underline-offset: 8px;
  text-shadow: none;
}

.galleryRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0;
}

.imageWrapper {
  width: 75%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.imageWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.imageWrapper img.active {
  opacity: 1;
}

.actionsLeft,
.actionsRight {
  position: static;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  opacity: 0.75;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: unset;
  left: unset;
  right: unset;
}

.gallery-dots {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.gallery-dot {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.gallery-dot.active {
  background-color: #FFD802;
} */

footer {
  position: static;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  color: #F3F7FA;
  font-size: 10px;
  background-color: #012759;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  clear: both;
}

.footer {
  background: none;
  background-color: #012759;
  padding: 0;
  margin: 0;
  min-height: unset;
  height: auto;
}

div.footer {
  background-image: none;
  background-size: unset;
  background-color: #012759;
  min-height: unset;
  height: auto;
  padding: 0;
  margin: 0;
  margin-top: auto;
}

}