﻿
/*=====================================================================================================
	Colors
=======================================================================================================*/
.bg-brown {
    background-color: #c39b67 !important;
}

.bg-blue {
    background-color: #2189e6 !important;
}

.text-orange {
    color: #ffc107 !important;
}

.text-orange-75 {
    color: #ffc107 !important;
    opacity: 0.75;
}


.text-blue {
    color: #2189e6 !important;
}

.text-blue-75 {
    color: #2189e6 !important;
    opacity: 0.75;
}

.text-white {
    color: #fff !important;
}

.text-white-75 {
    color: #fff !important;
    opacity: 0.75;
}

.text-black{
    color: #000 !important;
}

.text-black-50 {
    color: #000 !important;
    opacity: 0.5;
}
