a {
    font-family: Lato;
}
.rv-header-tabs .navigation-link {
    font-size: 15px;
    text-decoration: none;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 21px;
    font-family: Lato, sans-serif;
}

html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}

