p {
  margin-top: 0px;
}

.navbar {
  padding: 10vh 20px 10px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}

.footer {
  padding: 0px 0px 50vh 0px;
}

.container {
  display: grid;
  grid-template-columns: 1fr 3.09fr;
  column-gap: 20px;
}

.gallery {
  padding: 0px 12.5vw 0px 0px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Class to add when the element is visible */
.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

.text {
  font-family: "bookmania", serif;
  font-weight: 300;
  font-size: 24px;
  color: #06432f;
  line-height: 28px;
}

.desc {
  font-family: "bookmania", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #06432f;
}


.gallery_content {
  column-count: 1;
}

div.gallery img {
  width: 100%;
  height: auto;
}

h1 {
  text-align: right;
  font-family: oddity-script, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  font-size: 72px;
  color: #06432f;
  margin-block-start: 1em;
  margin-block-end: 0em;
}

h2 {
  text-align: left;
  font-family: oddity-script, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  font-size: 72px;
  color: #06432f;
  margin-block-start: 1em;
  margin-block-end: 0em;
}

a:link {
  text-decoration: underline;
  cursor: pointer;
  color: #06432f;
}

a:visited {
  text-decoration: underline;
  cursor: pointer;
  color: #06432f;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #06432f;
}

a:active {
  text-decoration: underline;
  cursor: pointer;
  color: #06432f;
}

a:focus {
  text-decoration: underline;
  cursor: pointer;
  color: #06432f;
}

@media only screen and (max-width: 850px) {
  /* For mobile phones: */


  [class*="container"] {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    column-gap: 20px;
    padding: 10px 20px;
  }
  [class*="text"] {
    font-size: 8px;
    line-height: 10px;
  }

  [class*="desc"] {
    font-size: 8px;
    line-height: 10px;
  }
  
  .gallery {
  padding: 0px 0px;
  }
  
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
  
  h2 {
    font-size: 36px;
    line-height: 38px;
  }
}
