body {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
}

.page-wrapper {
  display: block;
  width: 100%;
}

.block-left{
  width:50%;
  height:100vh;
  float:left;
}
.block-right{
  width:50%;
  height:100vh;
  float:left;
}

/* MEDIA QUERIES FOR 545px <= Resolutions */ 

@media (max-width:545px){
  .block-left, .block-right{
    display:block;
    height:50vh;
    width:100%;
  }

}

.image-full {
  background-image: url(../images/bg-left.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
}



.block-left {
  background-color: #222;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}


h1,
.flourish {
  font-size: 6vw;
  margin: 10px 0;
 /*   font-family: 'Anton', sans-serif;*/
 
font-family: 'Young Serif', serif; 
  text-align: center;
}

 
h1 {

  font-weight: 400;
}

.flourish {
  font-weight: bold;
}

.bio {
  margin: 0 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: 'Dancing Script', cursive;
}

@media (min-width: 700px) {
  .page-wrapper {
    display: flex;
  }

  .bio {
    font-size: 4.5vw;
  }


  h1,
  .flourish {
      font-size: 4.5vw;
      margin: 20px 0;
      padding: 0 20px;
    }
}


@media (min-width: 1100px) {
  .bio {
    margin: 0 100px;
    text-align: center;
    line-height: 1.7;
    font-size: 3.5vw;
  }
}



