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

html,
body {
  /* overflow-x: hidden; */
  font-family: 'Lato', 'Arial', sans-serif;
  /* height: 100%; */
  margin: 0;
  background-color: #fff;
  color:#374151;
  /* position: relative; */
  /* overflow-x: hidden; */
}

u,
a,
a:visited,
a:active,
a:hover,
a:focus {
  color: inherit !important;
  text-decoration: none !important;
  background: none !important;
  outline: none !important;
}

.wrapper {
  /* height: 500vh;
  position: relative;
  z-index: 15; */
}

.wrapper-lily {
  height: 500vh;
  position: relative;
  z-index: 15;
}

.section {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
  position: absolute;
  /* normal flow */
  z-index: 1;
}

.subsection {
  /* all: revert; */
  z-index: 5;
  height: 100vh;
  background: transparent;
  position: absolute;
  top: 100vh;
  left: 70vw;
  display: flex;
  /* use flexbox */
  justify-content: flex-end;
  /* push content to the right */
  width: 30vw;
}

/* Background images */
.section img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

#section1 {
  z-index: 3;
}

#section2 {
  z-index: 1;
  position: fixed
}

#section3 {
  z-index: 3;
  top: 200vh
}

#section4 {
  z-index: 0;
  position: fixed
}

#section5 {
  z-index: 3;
  top: 400vh
}

/* Scroll reveal effect for wide screens */
/* @media (min-width: 768px) {
  .section {
    transition: transform 0.5s ease;
  }
} */

/* Fullscreen stacking for narrow screens */
/* @media (max-width: 767px) {
  .section img {
    transition: none;
  }
} */


/* ========================= */
/* MOBILE HAMBURGER STYLES  */
/* ========================= */

/* Hide hamburger on desktop */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
  z-index: 2000;
  /* above nav */
  position: absolute;
  top: 10px;
  right: 20px;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hamburger animation when active (turns into an X) */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(6px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px);
}


/*

TOGGLE - MENU classes

*/

#menu.white-text {
  color: #fff;
  background-color: transparent;
}

#menu.white-background {
  background-color: white;
  color: #254297;
}



/* Desktop nav */
#goc-desktop-global {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 15px;
  background: transparent;
  /* background: pink; */
  /* position: fixed; */
  z-index: 10;
}

#goc-desktop-global>li {
  position: relative;
  margin: 0 20px;
  display: flex;
  align-items: center;  /* vertically centers the <a> */
}

#goc-desktop-global>li>a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  /* color: #fff; */
  color: inherit; /* inherit from parent */
}

.bar-dropdown-content {
  /* display: none; */
  position: fixed;
  top: 80px;
  left: 0;
  background-color: #fff;
  list-style: none;
  padding: 0;
  min-width: 150px;
  width: 100vw;
  z-index: 10000;
  visibility: hidden;     /* fully hide element from hover/click */
  opacity: 0;                    /* invisible at start */
  transform: translateY(-20px);  /* start slightly above */
  transition: opacity 1s ease, transform 1s ease,  visibility 0s 1s;
}

.bar-dropdown-content li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
}

#goc-desktop-global>li:hover .bar-dropdown-content {
  /* display: block; */
    opacity: 1;                     /* fade in */
  transform: translateY(0);       /* move to natural position */
  visibility: visible;
  transition-delay: 0s;   /* visible immediately when showing */
}

#goc-desktop-global>li>a:hover,
.bar-dropdown-content li a:hover {
  background-color: #eee;
  /* color: #fff; */
}

/* Hamburger button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
}

/* Mobile nav */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  #goc-desktop-global {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 70%;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 60px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 9999;
  }

  #goc-desktop-global.active {
    transform: translateX(0);
  }

  #goc-desktop-global>li {
    margin: 0;
    width: 100%;
  }

  #goc-desktop-global>li>a {
    padding: 15px 20px;
    /* font-size: 3pt !important; */
    display: block;
    border-bottom: 1px solid #ddd;
  }

  .bar-dropdown-content {
    display: none;
    position: static;
    padding-left: 20px;
    background: transparent;
  }

  .bar-dropdown.open .bar-dropdown-content {
    display: block;
  }
}

/* 
This is a semi-workaround styling (technical debt from html structure)
*/
#menu {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  display:flex;
  position: fixed;
  z-index: 10000;
  width: 100vw;
}

/* Very Top Bar */
#very-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  /* background-color: #000;
  color: #fff; */
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 10000;
  /* above main nav */
}

#very-top-bar.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

#very-top-bar .top-bar-content {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#very-top-bar a {
  color: #fff;
  text-decoration: underline;
}

/* Only show on wide screens */
@media (max-width: 768px) {
  #very-top-bar {
    display: none;
  }

  #everything-but-top-bar.top-bar-visible {
    padding-top: 0;
  }
}




/* Everything but top bar */
#everything-but-top-bar.top-bar-visible {
  padding-top: 30px;
  /* same as top bar height */
}

footer {
  z-index: 200000;
  height: 100vh;
}




.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.josefin-sans-menu> {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}


.libre-caslon-text-regular {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-caslon-text-bold {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-caslon-text-regular-italic {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: italic;
}
