.description,
.card-description,
.footer-big p {
    color: #000000;
}

.tabletext {
    font-size: 1.2rem;
    color: #000000;
}

td {
    font-size: 1.2rem;
    color: #000000;
}

p {
    font-size: 1.2rem;
    color: #000000;
}

li {
    font-size: 1.2rem;

}

.bd_query {
    background-color: rgba(255, 255, 245, 1);
    height: 300px;
    width: 100%;
    text-align: left;
    color: black;

}

.bd_query {
    overflow: hidden;
    height: auto;
    width: auto;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.bd_query {
    border: thin solid rgba(0, 102, 0, 1);
}

/*
.bd_query {
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

 */

.bd_query {
    margin-right: 5px;
    margin-left: 0px;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (max-width: 600px) {
    .bd_query {
        width: 100%;
        font-size: 55%;
    }
}

@media all and (max-width: 576px) {
    .navbar .navbar-brand {
        white-space: normal;
        font-size: 100% !important;
    }
    .footer-big p {
        color: #000000 !important;;
    }

    .tabletext {
        font-size: 100% !important;
        color: #000000 !important;
    }

    td {
        font-size: 100%;
        color: #000000 !important;
    }

    p {
        font-size: 100% !important;
        color: #000000 !important;
    }

    li {
        font-size: 100% !important;

    }

}




