html {
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

button, input, select, textarea {
    font-family: inherit
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: 0
}

*, *:after, *:before {
    box-sizing: inherit
}

body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: inherit;
    min-width: 320px;
    background-color: #fff;
    color: #222; background: #ededed;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ededed), color-stop(53%, #f6f6f6), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ededed 0%, #f6f6f6 53%, #ffffff 100%);
    background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 53%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
}

h1, h2, h3, h4 {
    font-family: 'Anton';
}

a {
   color: #15437c;
   transition: all .3s;
}
a:hover {
   color: #f26622;
   text-decoration: none;
}

.intro {
    text-align: center;
    margin-top: 100px;
}
.intro img {
   margin-bottom: 40px;
}
.intro p:last-of-type {
   font-size: .85rem;
   margin-top: 20px;
}
