body {
    background-color: #17458f;
}

.row {
    max-width: 65rem !important;
}

.title {
    color:#fff;
}
@media (min-width:900px) {
    .title {
        margin-top:-50px;
    }
}

.callout {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.valign-center {
    position: relative;
    top: 50%;

}

.button {
    background-color: #17458f;
}