html,
body {
    min-height: 100%;
    background-color: #1b2023;
}

.nav-logo {
    max-height: 6rem;
    width: auto;
}

.bg-dark {
    background-color: #1b2023!important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}


/* .content {
    background-color: #1b2023;
    min-height: 100vh;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FFF;
    font-family: 'Caveat Brush';
    margin: 3rem 0 2rem 0;
    cursor: none;
}

p,
a {
    font-family: 'Caveat Brush';
    font-size: 20pt;
}

.text-center {
    text-align: center;
}

h1 {
    color: #FFF;
    font-size: 40pt;
}

p {
    color: #FFF;
}

a {
    color: #648fac;
}

a:hover {
    color: #5f9ec8;
}

#service-list {
    margin-top: 6rem;
}

#service-list p {
    font-size: 30pt;
}

#service-list img {
    height: 10rem;
    width: auto;
}

.ccard {
    background-color: #232a2e;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    padding: 2rem;
}
