@charset "UTF-8";

html, body {
    font-family: "domine", Sans-Serif;
    line-height: 160%;
    background-image: url(../images/business-counter.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-shadow: none;
}

#park-logo {
  margin-bottom: 50px;
  width: 250px;
}

// Fix for android landscape cover height repeating y.
html{
  height:100%;
  min-height:100%;
}
body{
  min-height:100%;
}
