@media screen {
  div#top-bar {
    height: 40px;
    margin: 20px 0;
    display: block;
    position: relative;
    background-image: url("../img/lahti-aqua-logo-vaaka.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff; } }

@media screen {
  article section h1 {
    color:  #51284f;
    font-weight: 400;
    font-family: 'PreloSlab-Light';
    text-align: center;
    width: 100%;
    font-size: 2rem;
    padding: 50px 0 30px 0; }
    @media screen and (max-width: 400px) {
      article section h1 {
        font-size: 1.5rem; } }

  div.header img {
    vertical-align: middle;
    display: inline-block;
    margin-top: 280px; } }

  @media screen and (max-width: 1200px) {
    div.header img {
      margin-top: 130px; } }

@media screen {
  h1#print-header {
    display: none; }

  article section a.report-link {
    border-bottom: 1px solid #40C1AC;
    color: #51284f;
    display: block;
    text-align: center;
    font-weight: 400;
    font-family: 'PreloSlab-Light';
    font-size: 1.4rem;
    width: 250px;
    text-decoration: none;
    padding: 15px 0; }
    @media screen and (max-width: 400px) {
      article section a.report-link {
        font-size: 1.1rem;
        width: 220px; } }

  article section a.report-link:first-of-type {
    margin-top: 50px}

  article section a.report-link .fa-angle-right {
    margin-left: 20px;
    font-size: 1rem; }

  article section a.button {
    background-color: #51284f;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 9px;
    width: 250px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    transition: background-color .3s ease-out;
    margin: 100px auto 20px auto; }
    @media screen and (max-width: 400px) {
      article section a.button {
        width: 220px;
        margin-top: 50px;
        font-size: .8rem } }


  article section a.button:hover {
    background-color: #8a1b61; }

  article section a.button .fa-angle-right {
    font-size: 1rem;
    margin-left: 10px; }

  article img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }

  article section p {
    margin: 0 0 20px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 1.4rem; }
    @media screen and (max-width: 400px) {
      article section p {
        font-size: 1rem; } }

  article > section {
    padding: 0 20%; } }
    @media screen and (max-width: 620px) {
      article > section {
        padding: 0 5%; } }

@media screen {
  article > section > * {
    margin: 0 auto; } }
