

  * {
    padding: 0;
    margin: 0;
     box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  overscroll-behavior-x: none;
  touch-action: pan-y;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}


*, *::before, *::after {
  max-width: 100%;
}
body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

body::-webkit-scrollbar {
  display: none; /
}


/* =============== BASE STYLES =============== */

nav {
  font-family: "National Park", sans-serif;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 6vh 0;
  letter-spacing: 0.035rem;
}

nav ul {
  list-style: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

nav ul li {
  margin: 0;
  padding: 0;


}

/* Top-level nav item */
/* Top-level nav item */
nav ul li a {
  display: block;
  padding: 30px;
  color: #C19A6B;
  text-decoration: none;
  font-size: 1.2rem;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box; /* important! includes padding in width */
}



nav ul li a:hover,
nav ul li a:focus {
  color: saddlebrown;
  background-color: tan;
  outline: none;
}

/* Dropdown container */
nav ul li ul.dropdown {
  display: none;
  position: absolute;
  text-align: center;
  background-color: #C19A6B;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 3;
  padding: 0;
  width: 180px;
  box-sizing: border-box;
}

/* Show dropdown on hover */
nav ul li:hover ul.dropdown {
  display: block;
}

/* Dropdown menu item */
nav ul li ul.dropdown li {
  display: block;
}

nav ul li ul.dropdown a {
  display: block;
  padding: 30px;
  color: #fef9e1;
  text-align: center;
  width: 180px;
  box-sizing: border-box;
   white-space: nowrap;
}
nav ul li a,
nav ul li ul.dropdown a {
  width: 180px;
  padding: 20px;
  box-sizing: border-box;
  white-space: nowrap;
}

/* Dropdown hover */
nav ul li ul.dropdown a:hover {
  background-color: tan;
  color: #fef9e1;
}

/* =============== NAV LAYOUT CONTAINER =============== */

.nav-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10vw;
  position: relative;
  box-sizing: border-box;
  overflow: visible;
  z-index: 1000;
}


.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* =============== HAMBURGER STYLES =============== */

.hamburger {
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 30px;
  top: -80px;       
  left: 4vw;      
  z-index: 1000;
  cursor: pointer;
  overflow-x: visible;
  padding: 0;       /* remove extra right padding */
}



.bar {
  height: 4px;
  width: 100%;
  background-color: #C19A6B;
  border-radius: 3px;
}


/* Hamburger Animation */
.hamburger.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
  width: 100%;
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* =============== MOBILE STYLES =============== */


  @media screen and (max-width: 768px) {
      .hamburger {
    display: flex;
    top: -80px;

  }
    .hamburger.active {
      height: 25px;
      width: 40px;
    }


  .nav-links {
    text-align: center;
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fef9e1;
      z-index: 1000;

  }

  .nav-links.active {
    display: flex;
  }
nav ul li a {

  font-size: 1.3rem;
   text-align: center;
   width: 100%;

}
  nav ul li {
    display: block;
  }

  nav {
    margin-bottom: 2.5vh;
  }
  nav ul li ul.dropdown {
    position: static;
    margin-top: 0;
    width: 100%;
    text-align: center;

  }


  nav ul li a, nav ul li ul.dropdown a {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
}

}




.wave {
  height: 2000px;
  width: 100%;
  top: 1200px;
  position: absolute;
}

svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}


.logo {
  font-size: 3.5rem;
  font-family: "Germania One", system-ui;
  color: #7a8973;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.45px;
}


h1 {
  font-size: 2.5rem; /* Smaller by default for mobile */
  font-family: "Germania One", system-ui;
  color: #7a8973;
  padding: 3vh 0;
}

.intro h1{
  padding: 0px;
  margin-top: 115vh;
  position: absolute;
  left: 5%;
}
.intro2 h1 {
  padding: 0px;
  margin-top: 220vh;
  position: absolute;
  left: 5%;
}

.intro p {
    color: #7a8973;
    width: 25%;
    height: auto;
    margin-top: 125vh;
    left: 5%;
    position: absolute;
}
.intro2 p {
 color: #7a8973;
 width:  25%;
 height: auto;
 margin-top: 230vh;
 left: 5%;
 position: absolute;
 /* background-color: red; */
}



.oxbow-vid video {
  width: 200px;
  height: 320px;
  background-size: contain;
  top: 1000px;
  transform: rotate(10deg);
    position: absolute;
  right: 4%;
  z-index: 9;
  visibility: visible;
}

.oxbow-vid video,
.oxbow-vid img {
  display: flex;
  object-fit: cover;
  object-position: top center;  
  object-position: 50% 20%; 

}

.oxbow-vid img {
  width: 400px;
  height: 400px;
  border-radius: 50%;
}


p {
  font-size: 1.2rem;
   font-family: "National Park", sans-serif;
    color: #7a8973;
}




.LT-SHW-textonpath {
transform: scale(1.0);
transition: transform 0.3s ease-in-out;
}



.responsive {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.responsive img {
  height: auto;
  width: 100%;
  padding:0px;
}

.dog {
  background-image: url("../img/dogs_4.gif");
  width:100%;
  height:100%;
  background-size: contain ;
  background-repeat: no-repeat;
  background-position: center;
}

.hero {
  background-image: url("../img/polaroids/daily-seeds_.png");
  width:100%;
  height:100%;
  background-size: contain ;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 105vh;
  right: 2vw;
  }


.hero-img-right2 {
  background-image: url("../img/polaroids/pola-cow.png");
width: 250px;
  height: 420px;
  background-size: contain ;
  background-repeat: no-repeat;
  margin-top: 90vh;
  position: absolute;
  visibility: visible;
 right: 12%;
  }

  .hero-img-right3 {
  background-image: url("../img/polaroids/POLAROIDS-in-polaroids-3.png");
  width:50%;
  height:50%;
  background-size: contain ;
  background-repeat: no-repeat;
  background-position: right;
  margin-top:200vh;
  right: 4vw;
  }


.hero-img-right{
  background-image: url("../img/polaroids/nic.jpg");
  width:100%;
  height:83%;
  background-size: contain ;
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 0%;
  float:  right;
  }
.hero-img-left{
  background-image: url("../img/polaroids/POLAROIDS-in-polaroids.png");
  width:85%;
  height:85%;
  background-size: contain ;
  background-repeat: no-repeat;
  background-position: left;
  margin-top: 7vh;
  float:  right;
  /* background-color: tan; */
  display: flex;
  }

.hero-bg {
  display: flex;
  width:100%;
  z-index: -1;
  height:83%;
  background-repeat: repeat;
  position: absolute;
  margin-top: 0px;
  background-image: url("../img/polaroids/kraft.png");
  background-color: #e5dbcb;
  }


@media screen and (max-width: 768px) {
.LT-SHW-textonpath {
transform: scale(2.0);  
}
.wave {
  height: 2000px;
  width: 100%;
  top: 1720px;
  position: absolute;
}

.intro h1 {
 margin-top: 118vh;
}


.intro2 h1 {
  margin-top: 223vh; 
}
.intro2 p {
  width:90%;
 /*  margin-top: 120vh; */
}
.intro p {
  width:90%;
 /*  margin-top: 80vh; */
}

.hero-img-left{
  display: none;
  }
  .hero-bg{
    position: absolute;
    top: 25vh;
  }
  .hero-img-right{
    position: absolute;
    top: 25vh;
    z-index: 1;
  }
  .hero-img-right2 {
    margin-top: 65vh;
    z-index: 8;
    visibility: hidden;
}

.oxbow-vid video {
    visibility: visible;
    top: 100vh;
    right: 15%;
    transform: rotate(3deg);
    width: 200px;
    height: 300px;
}

.hero-img-right3 {
    width: 90%;
    margin-top: 250vh;

}
}

@media screen and (min-width:476px) and (max-width:976px) {
  .LT-SHW-textonpath {
    transform: scale(2.3);
  }
}

@media screen and (max-width: 400px) {
  .LT-SHW-textonpath {
    transform: scale(2.3);
  }
    .hamburger {
    top: -50px;
  }


  }



@media screen and (min-width: 1024px) {


}
