
.title-font {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight:  800;
  font-style: normal;
}

.subtitle-font {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight:  500;
  font-style: normal;
}

.header-image {
  height: auto;
  object-fit:cover;
  max-height: 400px;
}

.header-cropper {
    position: absolute;
    top: 24rem;
    width: 100%;
    height: 2rem;
    background-color: white;
}

.header-title {
  position: absolute;
  top: 15rem;
  margin-left: 1rem;
  color: white;
  font-size: 5rem;
  text-align: center;
}

.header-subtitle {
  position: absolute;
  top: 21rem;
  margin-left: 2rem;
  color: white;
  font-size: 1.5rem;
  text-align: center;
}

.paragraph-style {
    text-align: justify;
}

.section-image {
    margin-left: 5rem;
}

.section-divider {
    width: 95%;
    /* color: rgb(189, 189, 189); */
    color: #009D9F;
    margin: auto;
    margin-top: 2rem;
}

.end-paragraph-subtitle-style {
    text-align: center;
    font-size: 1.3rem;
    font-style: italic;
    color: rgb(102, 102, 102);
}