body {
    margin-top: 40px;
}

.header-banner {
    background: url('../img/header-bg-trim.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.banner {
    background-color: #232c6e;
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
    border-radius: 44px;
    background: #ffffff;
    box-shadow:  11px 11px 22px #bfbfbf, -11px -11px 22px #ffffff;
    border: none;
}

.row {
    margin: 0 auto;
}

.jumbotron-row {
    height: 200px;
}

@media (max-width: 800px) {
    .jumbotron-row {
        height: 550px;
    }
}

.jumbotron-card {
    position: relative;
    bottom: 200px;
    padding: 30px;
}

.btn-white {
    background-color: #FFF;
    color: #232c6e;
    font-weight: bold;
}

.btn-green {
    background-color: #25d366;
    color: #FFF;
    font-weight: bold;
}

.btn-green:hover {
    background-color: #FFF;
    color: #25d366;
    font-weight: bold;
}

p {
    font-size: 1.3em;
}

.nav-item {
    font-weight: bold;
    font-size: 1.2em;
}