body {
    background-color: #ffffff;
    font-family: Poppins;
}

nav {
    background-color: #ffffff;
}

a.nav-link {
    color: #c9a218;
    font-size: 24px;
}

.jumbotron {
    background-image: url("/static/img/banner.jpg");
    background-size: cover;
    background-position-y: -150px;
}

.jumbotron p {
    color: #ffffff;
    text-align: center;
}

div#services {
    background-color: #00008B;
    padding: 10px
}

div#services .col {
    margin: 15px;
}

div#services p, h2 {
    color: #ffffff;
    text-align: center;
}

div#testimonials h2 {
    color: #000000;
}

div#testimonials {
    margin-top: 20px;
}

div#testimonials .col {
    margin: 20px;
}

div#about p, li {
    font-size: 24px;
}

div#about h2, p {
    color: #000000;
    text-align: left;
}

div#about div.container-md ul li {
    font-size: 24px;
}

div#about img {
    width: 500px;
}