body {
  font-size: calc(14px + .25vw);
  font-family: 'Raleway', sans-serif;
  background-color: #3baf29;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

a, a:link, a:visited {
  color: #fff;
  font-weight: bold;
}

a:hover, a:link:hover, a:visited:hover {
  color: #111;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: 'Amatic SC', cursive;
}

h1 span {
  font-size: 2em;
}

.parklife {
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand img {
  max-width: 100%;
  height: auto;
}

.brand a {
  display: block;
}

.emil {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.emil:before {
  content: "hc.efil-krap@";
}

.docs {
  padding: 10px;
  max-width: 450px;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}

@media only screen and (min-width: 900px) {
  .docs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.docs a.dfile, .docs a.dfile:link, .docs a.dfile:visited {
  font-family: 'Amatic SC', sans-serif;
  display: inline-block;
  margin: 10px;
  font-weight: 700;
  font-size: 1.5em;
  padding: 20px 30px;
  text-decoration: none;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
}

.docs a.dfile:hover, .docs a.dfile:link:hover, .docs a.dfile:visited:hover {
  color: #111;
  background-color: #fff;
  border: 3px solid #111;
  shadow: 5px 5px 0 #eee;
}
