.row {
    margin: 0 0;
}

h5 {
    color: white;
    font-weight: bold;
}

h4 {
    color: black;
    font-weight: bold;
    margin: 7px;
}

.container-fluid p {
    color: black;
    font-size: 17px;
    margin: 0px 22px;
}

.card {
    background-color: #ffffff8a;
    box-shadow: 0px 1px 11px 1px;
}

p.card-text {
    margin: 0px 20px;
    color: #000000;
}

h4.card-title {
    text-align: center;
}

a:hover {
    text-decoration: none;
    color: #ff8c0b;
}

.card a {
    text-decoration: none;
    color: #000;
}

.card a:hover {
    text-decoration: none;
    color: #ff8c0b;
}

.titlebar {
    background-color: #2250d8;
    padding-top: 6%;
    padding-bottom: 6%;
    background-image: url("../img/founder/every-page background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.titlebar {
    padding: 5% 0;
    text-align: center;
    position: relative;
}

.titlebar .header-title {
    font-size: 50px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}