
#content h1 {
    font-size: 27px;
    margin-bottom: 20px;
    color: #11737c;
    font-weight: 400;
}

#content h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #111;
    font-weight: 400;
}

#content a{
  text-decoration: none;
}

#content p {
  color: #111;
  font-size: 17px;
  line-height: 24px;
}

.spacer {
    height: 18px;
}

@media only screen and (min-width: 768px) {

  #content h1 {
      font-size: 29px;
  }

  #content p {
    font-size: 18px;
    line-height: 27px;
  }

  .spacer {
      height: 20px;
  }

}


@media only screen and (min-width: 1025px) {
  #content h1 {
      font-size: 28px;
    }

    #content a:hover{
      text-decoration: underline;
      text-decoration-color: #111;
    }

    #content p {
      color: #111;
      font-size: 17px;
      line-height: 26px;
    }
}
