/* Long-form editorial layouts retained for active public content pages. */
.h1heading {
  font-size: 30px;
  text-align: center;
  background-color: green;
  color: white;
}

.margin-top-45px {
  margin-top: 45px;
}

.header-menu-links a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  margin-left: 7%;
}

.header-menu-links a:hover {
  text-decoration: underline;
}

.container-weekenddating1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.container-weekenddating1 img {
  width: 100px;
  height: auto;
  margin-right: 20px;
  border-radius: 8px;
}

.content-weekenddating1 {
  max-width: 300px;
}

.content-weekenddating1 h2 {
  font-size: 20px;
  margin: 0 0 10px 0;

}

.content-weekenddating1 p {
  font-size: 12px;
  color: #555;
}

.container-weekenddating2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.container-weekenddating2 img {
  width: 100px;
  height: auto;
  margin-right: 20px;
  border-radius: 8px;
}

.content-weekenddating2 {
  max-width: 300px;
}

.content-weekenddating2 h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

.content-weekenddating2 p {
  font-size: 12px;
  color: #555;
}

.container-weekenddating3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.container-weekenddating3 img {
  width: 100px;
  height: auto;
  margin-right: 20px;
  border-radius: 8px;
}

.content-weekenddating3 {
  max-width: 300px;
}

.content-weekenddating3 h2 {
  font-size: 20px;
  margin: 0 0 10px 0;

}

.content-weekenddating3 p {
  font-size: 12px;
  color: #555;
}

.container-modernromance1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin: 30px;
}

.container-modernromance1 img {
  width: 541px;
  height: auto;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.content-modernromance1 {
  max-width: 700px;
}


.content-modernromance1 h2 {
  font-size: 24px;
  margin: 50px 0 10px 0;
}

.content-modernromance1 p {
  font-size: 20px;
  color: #555;
}



.container-modernromance2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 30px;
}

.container-modernromance2 img {
  width: 541px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 8px;

}

.content-modernromance2 {
  max-width: 700px;
}

.content-modernromance2 h2 {
  font-size: 24px;
  margin: 50px 0 10px 0;
}

.content-modernromance2 h3 {
  font-size: 24px;
  margin: 50px 0 10px 0;
}

.content-modernromance2 p {
  font-size: 20px;
  color: #555;
}

.container-modernromance3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.container-modernromance3 img {
  width: 541px;
  height: auto;
  margin-right: 20px;
  border-radius: 8px;
}

.content-modernromance3 {
  max-width: 300px;
}

.content-modernromance3 h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

.content-modernromance3 p {
  font-size: 12px;
  color: #555;
}

.container-modernromance4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.container-modernromance4 img {
  width: 541px;
  height: auto;
  margin-right: 20px;
  border-radius: 8px;
}

.content-modernromance4 {
  max-width: 300px;
}

.content-modernromance4 h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

.content-modernromance4 p {
  font-size: 12px;
  color: #555;
}
