
header {
    height: 17rem;
    padding-bottom: 6.5rem;
}

h1 {
    font-size: 5rem;
    width: 51rem;
}

h2 {
    font-size: 3.5rem;
    width: 61rem;
}

h3 {
    font-size: 3rem;
    padding-bottom: 1rem;
}

h4 {
    font-size: 2.7rem;
    width: 60vw;
}

h5 {
    font-size: 2.7rem;
}

h6 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    margin: 0 .5rem;
}

p {
    font-size: 2rem;
    margin: 0 .5rem;
    padding-bottom: 1rem;
}

blockquote {
    margin: 1.5rem 10px;
    padding: 0.5rem 10px;
    font-size: 3rem;
  }

  blockquote:before {
    font-size: 9rem;
    line-height: 5.2rem;
    margin-right: .6rem;
    vertical-align: -1.3rem;
  }