body {
  background-image: url(../images/purple-green.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  position: relative;
}
main {
  background-image: url(../images/smaller-background.jpg);
  background-repeat: repeat-y;
  background-position: top;
  background-size: contain;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto -15rem auto; /* THE NEGATIVE MARGIN IS NEEDED FOR THE HEADER AND FOOTER */
  padding-top: 27rem;
}
.extra-tall {
  font-size: 400px;
  color: rgba(255, 0, 0, 0.25);
}

/* ------------------------- NAV ------------------------- */

nav {
  background-color: rgba(197, 197, 197, 0.5);
  display: flex;
  justify-content: center;
  position: sticky;
  z-index: 1000;
  top: 0;
}

.main-nav ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 0;
  margin-bottom: 0.75rem;
}

.main-nav ul li {
  list-style: none;
  position: relative;
  transition: 0.5s;
  display: block;
  margin-top: 0.75rem;
}

.main-nav ul li a {
  font-family: "poppins";
  color: black;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
}

.main-nav ul li a:hover {
  text-decoration: underline;
}

/* ------------------------- NAV END ------------------------- */

.min-h-300 {
  min-height: 30rem;
}

#info {
  background-image: url(../images/HeaderScrap.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  min-height: 600px;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 3rem;
  aspect-ratio: 16/9;
  margin-top: 0;
  transform: rotate(-5deg);
}

.info-text {
  /*background-color: aqua;*/
  position: relative;
  z-index: 2;
  max-width: 80%;
  margin: 0 auto;
  font-family: "poppins";
  font-size: 1rem;
  padding-bottom: 1rem;
}

@font-face {
  font-family: "Impact";
  src: url(../fonts/Impact-Label.ttf) format("truetype");
  font-weight: normal;
}

#about {
  padding-top: 3rem;
}

.about-title {
  font-family: "Impact";
  font-size: 42px;
  text-align: center;
  transform: rotate(-3deg);
}

/* .about-wrapper {
  background-image: url(../images/about-img.png);
  background-size: cover;
  position: relative;
  width: 100%;
  height: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} */

.about-container {
  background-image: url(../images/about-img.png);
  background-size: contain;
  height: 30rem;
  background-repeat: no-repeat;
}

.about-paragraph {
  /* position: absolute; */
  font-family: "poppins";
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  color: black;
  font-size: 1.05rem;
  /* line-height: 1.4; */
  line-height: 1.4rem;
  /* text-align: left;
  width: 80%;
  padding: 20px;
  border-radius: 10px; */
  margin-top: 5rem;
  padding: 0 7rem;
}
/* Sticky Navigation Styles */
.sticky-wrapper {
  position: relative;
  z-index: 100;
}

.sticky {
  position: relative;
  z-index: 100;
  width: 100%;
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: purple;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.photogrid {
  margin-bottom: 15rem;
}

.zoomlink {
  font-size: 1.5em;
}

/* -------------------------------------------------------- MEDIA QUERIES -------------------------------------------------------- */

/* Small Desktop, less than 1400px */
@media (max-width: 1399.98px) {
  main {
    padding-top: 22rem;
  }
  .about-container {
    background-image: none;
    height: auto;
  }
  .about-paragraph {
    margin-top: 2rem;
    padding: 0;
  }
}

/* Tablet */

@media (max-width: 1199.98px) {
  main {
    padding-top: 18rem;
  }
  #info {
    background-image: url(../images/infomobile.png);
    background-repeat: no-repeat;
    background-size: 120% 120%;
    background-position: cover;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 3rem;
    aspect-ratio: 16/9;
    margin-top: 0;
    transform: rotate(0deg);
  }

  .info-text {
    max-width: 100%;
    padding: 0 !important;
  }

  .col-md-6.col-xl-3.top-padding {
    padding: 0 2rem;
  }
  /* .about-wrapper {
    background-image: url(../images/about-img-mobile2.png);
    background-size: cover;
    height: 38rem;
  } */

  .about-paragraph {
    /* position: absolute; */
    font-size: 1rem;
    text-align: left;
    z-index: 2;
    background-color: rgba(240, 240, 240, 0.85);
  }
}

/* Mobile */

@media (max-width: 767.98px) {
  main {
    padding-top: 10rem !important;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -3rem;
  }
  .col-md-6.col-xl-3.top-padding {
    padding: 0 3rem;
  }

  /* nav{
  margin-top: -10rem !important;
} */
  #info {
    /* background-image: none; */
    background-size: 120% 120%;
  }
  .info-text {
    max-width: 100%;
    padding: 0 !important;
  }
  /* .about-wrapper {
    background-image: none;
    background-size: cover;
    height: 38rem;
  } */
  .about-title h2 {
    font-size: calc(1.525rem + 0.9vw);
  }
  .about-paragraph {
    /* position: absolute; */
    font-size: 1rem;
    text-align: left;
    z-index: 2;
    /* width: 60%; */
    margin: 1rem 4rem;
    background-color: rgba(240, 240, 240, 0.85);
  }
  .photogrid {
    margin-bottom: 22rem;
  }
}
