.card-text-color {
    color: #000000;
    font-family: 30px;
    font-weight: lighter;
}

.card {
    border: 1px solid rgba(0, 0, 0, 0.61);
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}

.header-img {
    margin-bottom: 20px;
}

.nav-bg-light {
    background-color: #e4e1e1 !important;
    box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, 0.33);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.content {
    flex: 1 0 auto;

    /* padding: 0px; */
}

.footer {
    flex-shrink: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.25);
    margin-top: 7px;
    padding-top: 11px;
}

.card-img,
.card-img-top,
.card-img-bottom {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-header:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}