#title{
  font-weight: 800;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.custom-color {
  background-color: rgba(255, 241, 230, 0.85);
}

.content_row {
  background-color: rgba(255, 241, 230, 0.85);

}

.title-text-responsive {
	font-family: 'Tinos', serif;
	font-weight: 700;
  font-size: calc(0.25rem + 4vw + 4vh);

}

.header-text-responsive {
	font-family: 'Tinos', serif;
	font-weight: 550;
  font-size: calc(0.25rem + 3vw + 3vh);

}
