body {
    background: #003651;
    color: #D9DADA;
    font-family: 'Lato-Regular', Arial, sans-serif;
}
body, html {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.card {
    color: #231F20;
}

.cf-container {
    margin-top: 5rem;
}
.cf-headline {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.cf-headline a {
    color: #83a6b5;
}
.cf-headline a:hover {
    color: #9cb8c4;
    text-decoration: none;
}
.badge-corefi {
    background: #003651;
}
img.cf__logo--intext {
    height: 14px;
    width: 70px;
    background: #003651;
}
.cf-demo-btn {
    background: #01b88e;
    border-color: #01b88e;
}
.cf-demo-btn:hover, .cf-demo-btn:active , .cf-demo-btn:focus {
    background: #65bda9;
    border-color: #65bda9;
}
