html{
    background-color: rgb(219, 197, 170);
    margin: 0;
}
body{
  margin: 0;
}

.ingrid-darling-regular {
    font-family: "Ingrid Darling", cursive;
    font-weight: 400;
    font-style: normal;
  }

  .averia-serif libre-regular {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    font-style: normal;
  }
  
.topnav {
    position: sticky;
    background-color: #a88c65;
    overflow: hidden;
    margin: 0%;
    padding-bottom: 2%;
      width: 100%;
      float: left;
      margin: 0 0 0 0;
      margin-bottom: 5%;
      top: -1px;
      left: -5px;
      margin-right: -5px;
  }
  
  .topnav a {
    font-family: "Ingrid Darling", cursive;
    font-style: normal;
    color: #1a120e;
    text-align: center;
    text-decoration: none;
    padding-left: 2.8%;
    padding-top: 1.5%;
    padding-bottom: 2.5%;
    font-size: 150%;
    margin: 0;
  }

  .Muncha {
    width: 10%;
    padding-left: 1.8%;
    padding-top: 1.5%;
  }


img {
  width: 8%;
  float: left;
  margin: 0;
  position: static;
}

.bio {
    width: 28%;
    padding-right: 60px;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

h1 {
    font-family: "Ingrid Darling", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
}

p {
    font-family: "Averia Serif Libre", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20px;
}

.section1 {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
    margin-bottom: 20%;
}

.body {
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 50px;
}

h2 {
    font-family: "Ingrid Darling", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    margin: 0;
    padding-bottom: 0;
}

.section2 {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  
}


.gallery-a {
 width: 43%;
 margin-bottom: 1%;
}

.gallery-b {
  width: 25%;
  margin-bottom: 1%;

}

.gallery-c {
  width: 30%;
  margin-bottom: 1%;
}

.gallery-d {
  width: 40%;
  float: inline-start;
  margin: 0;
}

.gallery-e {
  width: 18%;

  
}

.gallery-f {
  width: 20%;
  float: inline-end;
  margin: 0;

}

.gallery-g {
  width: 23%;
  margin: 0;
}

.gallery-a:hover {
  filter: brightness(50%);
  transition: all .5s ease;
}

.gallery-b:hover {
  filter: brightness(50%);
  transition: all .5s ease;
}

.gallery-c:hover {
  filter: brightness(50%);
  transition: all .5s ease;
}

.gallery-d:hover {
  filter: brightness(50%);
  transition: all .5s ease;
}

.gallery-e:hover {
  filter: brightness(50%);
  transition: all .5s ease;
}

.gallery-f:hover {
  filter: brightness(50%);
  transition: all .5s ease;
}

.gallery-g:hover {
  filter: brightness(50%);
  transition: all .5s ease;
}


@media (max-width: 1200px) {
  .topnav a {
    font-size: 110%;
  }

  h1 {
    font-size: 40px;
  }

  p {
    font-size: 16px;
  }

  h2 {
    font-size: 50px;
  }
}

@media (max-width: 1026px) {
  .topnav a {
  font-size: 85%;
  }

  h1 {
    font-size: 32px;
  }

  p {
    font-size: 12px;
  }

  h2 {
    font-size: 40px;
  }
}

@media (max-width: 863px) {
  .topnav a {
    font-size: 60%;
    }

    h1 {
      font-size: 26px;
    }

    p {
      font-size: 8px;
    }

    h2 {
      font-size: 30px;
    }
}

@media (max-width: 600px) {
  .topnav a {
    font-size: 40%;
    }

    h1 {
      font-size: 18px;
    }

    p {
      font-size: 6px;
    }

    h2 {
      font-size: 20px;
    }
}

@media (max-width: 400px) {
  .topnav a {
    font-size: 0%;
    }

    h1 {
      font-size: 10px;
    }

    p {
      font-size: 4px;
    }

    h2 {
      font-size: 10px;
    }
}



