@media only screen and (min-width: 1000px) {
  h1 {
    font-size: 1.8em;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.2em;
    line-height: 1.3;
  }
  h4 {
    font-size: 1em;
    line-height: 1.5;
  }
  h5 {
    font-size: 0.8em;
    line-height: 1.5;
  }
  h6 {
    font-size: 0.8em;
    line-height: 1.6;
    font-weight: normal;
  }
  .cover-intro {
    padding:310px 0px 0px 0px;
  }
  .cover-block .mtpc-3col-item--1, .cover-block .mtpc-3col-item--2, .cover-block .mtpc-3col-item--3 {
    height: 520px;
  }
  .cover-intro .line1 {
    font-size:1.5em;
    font-weight:800;
    background-color: #006699 !important;
    padding:10px;
    color:#FFFFFF !important;
  }

  .cover-intro .line2 {
    font-size:1.8em;
    font-weight:700;
    background-color: #000000 !important;
    padding:5px;
    color:#FFFFFF !important;
  }
}
