body {
  background-color: #e3d5ca;
  margin: 0;
  min-height: 100%;
}

#headerContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 55px;
  padding: 0 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1001;
  /* border: 1px solid black; */
}

#headerName {
  font-family: "Oooh Baby";
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
  /* border: 1px solid black; */
}

#headerName:hover {
  color: #8b4513;
}

#headerBars {
  display: flex;
  align-items: center;
  /* border: 1px solid black; */
}

.modal {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 35px;
  background-color: #e3d5ca;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  background-color: white;
  padding: 20px;
  text-align: center;
}

.modal ul {
  list-style-type: none;
  padding: 0;
}

.modal ul li {
  font-family: "Josefin Slab", serif;
  font-size: 24px;
  color: rgb(58, 17, 2);
  margin: 20px 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

.modal ul li:hover {
  color: #8b4513;
}

#mainImageContainer {
  margin-top: 8px;
  height: 400px;
  /* border: 1px solid black; */
}

#mainImage {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#paragraphMainContainer {
  display: flex;
  overflow: auto;
  justify-content: space-between;
  flex-direction: column;
  padding-right: 60px;
  padding-left: 60px;
  /* border: 1px solid black; */
}

#topContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
  height: 400px;
  /* border: 1px solid black; */
}

#textDiv {
  font-size: 18px;
  margin-left: 400px;
  height: 400px;
  /* border: 1px solid black; */
}

#aboutDiv {
  left: 0;
  margin-top: 20px;
  /* border: 1px solid black; */
}

#aboutDiv em {
  font-size: 20px;
}

#bottomContainer {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  width: 100%;
  /* border: 1px solid black; */
}

#personalNotesDiv {
  margin-bottom: 212px;
  /* border: 1px solid black; */
}

#personalNotesDiv em {
  font-size: 20px;
}

#bottomContainer ul {
  margin-left: 312px;
  font-size: 22px;
  margin-top: 0;
  /* border: 1px solid black; */
}

#thanksH4 {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  /* border: 1px solid black; */
}

#italicizedText {
  font-size: 35px;
  text-align: center;
  /* border: 1px solid black; */
}

#footer {
  display: flex;
  position: fixed;
  justify-content: center;
  gap: 10px;
  bottom: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  padding: 5px;
  background-color: rgb(229, 224, 222);
  margin-top: auto;
}

#contact {
  display: flex;
  align-items: center;
  color: rgb(58, 17, 2);
  font-size: 24px;
  font-family: "Josefin Slab", serif;
}

#emailLogo {
  height: 32px;
  width: 30px;
}

#InstagramButton {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 33px;
}

#InstagramImage {
  height: 34px;
  width: 59px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }

  #header {
    margin-left: 20px;
    margin-right: 20px;
  }

  #paragraphMainContainer {
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 715px) and (min-width: 481px) {
  #paragraphMainContainer {
    padding-right: 20px;
    padding-left: 20px;
  }

  #topContainer {
    flex-direction: column;
    height: auto;
  }

  #textDiv {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
  }

  #aboutDiv {
    margin-bottom: 20px;
  }

  #bottomContainer {
    flex-direction: column;
    margin-top: 40px;
  }

  #bottomContainer ul {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
  }

  h2 {
    font-size: 16px;
  }

  #header {
    margin-left: 10px;
    margin-right: 10px;
  }

  #paragraphMainContainer {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
    /* border: 1px solid black; */
  }

  #topContainer {
    flex-direction: column;
    height: auto;
    /* border: 1px solid black; */
  }

  #textDiv {
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #bottomContainer {
    flex-direction: row;
    margin-top: 10px;
    /* border: 1px solid black; */
  }

  #personalNotesDiv {
    margin-bottom: 10px;
  }

  #aboutDiv {
    margin-bottom: 20px;
  }

  #bottomContainer ul {
    font-size: 18px;
    margin-left: 0;
  }

  #thanksH4 {
    text-align: center;
    font-size: 18px;
  }

  @media (max-width: 365px) {
    body {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: auto;
      margin: 0;
    }

    #paragraphMainContainer {
      display: flex;
      flex-direction: column;
      padding-right: 10px;
      padding-left: 10px;
      box-sizing: border-box;
      overflow: hidden;
    }

    #topContainer {
      display: flex;
      flex-direction: column;
      width: 100%;
      justify-content: space-between;
      height: auto;
      overflow: hidden;
    }

    #textDiv {
      font-size: 16px;
      height: auto;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
    }

    #aboutDiv {
      left: 0;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    #bottomContainer {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      margin-top: 20px;
    }

    #bottomContainer ul {
      font-size: 18px;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      margin-top: 20px;
    }

    #thanksH4 {
      text-align: center;
      font-size: 18px;
      margin-bottom: 20px;
    }

    #footer {
      font-size: 16px;
      height: 30px;
    }

    #InstagramImage {
      height: 30px;
      width: 50px;
    }

    #emailLogo {
      height: 30px;
      width: 28px;
    }

    #mainImage {
      object-fit: cover;
      width: 100%;
      height: auto;
    }

    #mainImageContainer {
      height: 250px;
    }
  }
}
