.bg-black {background-color: #000;}
.bg-red {background-color: #f50909;}
.bg-green {background-color: #09f509;}
.bg-darkgreen { background-color: #499c49}
.bg-pink {background-color: #e83e8c;}
.bg-pinkwhite {background-color: #e83d8c75;}
.bg-chocolate {background-color: #d2691e;}
.bg-brownwhite {background-color: #d2691f75;}
.bg-purple {background-color: #6f42c1;}
.bg-purplewhite {background-color: #6e41c175;}
.bg-yellow {background-color: #ffc107;}
.bg-yellowwhite {background-color: #b37e1b;}
.bg-meroon { background-color: #dc3545 }
.bg-gray {background-color: #6c757d;}
.bg-graywhite {background-color: #6c757d75;}
.bg-blue {background-color: #007b75;}
.bg-bluewhite {background-color: #007bff70;}
.bg-orange {background-color:#fd7e14;}
.bg-orangewhite {background-color:#fd7e1473;}
.bg-indigo {background-color:#6610f2;}
.bg-indigowhite {background-color:#6610f27a;}
.bg-teal {background-color:#20c997;}
.bg-tealwhite {background-color:#20c99775;}
.bg-cyan {background-color:#17a2b8;}
.bg-cyanwhite {background-color:#17a2b87a;}
.bg-yellowgreen {background-color:#9acd3275;}

.txt-black {color: #000000;}
.txt-red {color: #f50909;}
.txt-green {color: #09f509;}
.txt-darkgreen { color: #499c49}
.txt-pink {color: #e83e8c;}
.txt-pinkwhite {color: #e83d8cff;}
.txt-chocolate {color: #d2691e;}
.txt-brownwhite {color: #d2691fff;}
.txt-purple {color: #6f42c1;}
.txt-purplewhite {color: #6e41c1ff;}
.txt-yellow {color: #ffc107;}
.txt-yellowwhite {color: #b37e1b;}
.txt-meroon { color: #dc3545 }
.txt-gray {color: #6c757d;}
.txt-graywhite {color: #6c757dff;}
.txt-blue {color: #007bff;}
.txt-bluewhite {color: #007bff70;}
.txt-orange {color:#fd7e14;}
.txt-orangewhite {color:#fd7e1473;}
.txt-indigo {color:#6610f2;}
.txt-indigowhite {color:#6610f27a;}
.txt-teal {color:#20c997;}
.txt-tealwhite {color:#20c997ff;}
.txt-cyan {color:#17a2b8;}
.txt-cyanwhite {color:#17a2b87a;}
.txt-yellowgreen {color:#9acd32ff;}
/* --blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
*/
