body.custom {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.125em;
    color: #121212;
    line-height: 1.5
}

.btn.rounded-full {
    border-radius: 0
}

.overlay {
    background: #005596;
    background: linear-gradient(0deg, #005596 0, #005596 35%, rgba(255, 255, 255, 0) 100%)
}

.text-center h1 {
    text-align: left;
}