body {
    background-color: #E9ECEF;
}

.button,
a.button,
button,
.content-wrapper a.button {
    background-color: #084298;
    color: #fff;
}

.logo img {
    width: 75%;
    margin-top: 40%;
}

.load-more {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #5bbd97;
    padding: 10px 0;
    font-family: sans-serif;
}

#loading {
    color: #5bbd97;
}

@media (min-width: 641px) {

    .main-logo {
        background:url("/assets/futureready/logo.png") no-repeat center center;
        width: 300px;
        display: block;
        height: 150px;
        margin: 50px auto 50px;
        background-size: contain;
    }

}

.button:hover,
a.button:hover,
button:hover {
    background-color: #084298;
}

hr {
    color: #ABB5BE;
}

a.button.light, .button.light {
    background-color: white;
    color: #121212;
}
