html {
    height: 100%;
    font-family: parisine-std,"Trebuchet MS",Arial,sans-serif;
}
body {
    background: #f89a1c;
    height: 100%;
    margin: 0;
    padding: 0;
}
p {
    color: #6D460E;
    font-size: 18px;
}
a {
    color: #ea3015;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
header {
    text-align: center;
    padding: 40px 0;
}
header img {
    max-width: 100%;
    padding: 0 20px;
}
@media (max-width: 500px) {
  header img {
    max-width: 70% !important;
  }
}
.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.wrapper {
    display: table-row;
    background: #faecc1;
    background: -webkit-gradient(linear,0 0,0 100%,from(#faecc1),color-stop(100%,#fefaf0));
    background: -moz-linear-gradient(top,#faecc1,#fefaf0 100%);
    background: -o-linear-gradient(top,#faecc1,#fefaf0 100%);
    background: linear-gradient(top,#faecc1,#fefaf0 100%);
    height: 100%;
}
.page {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}
.races {
    display: table;
    margin: 0 auto;
    text-align: center;
}
a.race {
    display: inline-block;
    width: 250px;
    vertical-align: middle;
    text-align: center;
    background: white;
    padding: 20px 10px;
    margin: 10px;
    border-radius: 4px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: box-shadow .2s ease-in-out;
}
a.race:hover {
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
a.race:active {
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}
.race img {
    margin: 0 0;
    min-height: 115px;
}
.race p {
    margin-bottom: 0;
}
.content {
    padding: 0 16px;
}
.box {
    background: #F5EACB;
    padding: 20px;
    margin: 40px -20px;
    border-radius: 10px;
}
@media (max-width: 500px) {
  .box {
    margin: 40px 0;
  }
}
footer {
    display: table-row;
    text-align: center;
    vertical-align: middle;
}
.footer-content {
    display: table-cell;
    padding: 40px 0;
}
.footer-content p {
    color: white;
}
.footer-content img {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 130px;
}
