.gecko-has-blocks {
  .page-layout--one-col .page-regions__region--primary .page-region__contents {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .wp-block-button__link {
    font-family: 'Rubik', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #003767;
    color: white;
    display: inline-block;
    font-size: 20px;
    margin: 1em 0;
    padding: 0.8em 1.2em;
    border-radius: 0;
  }

  .wp-block-button__link:hover {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #007bc0;
    border-color: #007bc0;
    text-decoration: none;
  }

  .wp-block-cover__inner-container {
    .wp-block-heading {
      font-family: 'Roboto Slab', Georgia, serif;
      line-height: 1.2em;
      text-shadow: 0px 0px 14px rgba(51, 51, 51, 0.88);
    }

    p {
      font-family: 'Rubik', Tahoma, Geneva, Verdana, sans-serif;
      margin: 0.2em;
      text-shadow: 0px 0px 14px rgba(51, 51, 51, 0.88);
    }
  }
}
