body {
    font-family: "Open Sans", sans-serif;
    font-weight: 200;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}

h5 {
    font-size: 1.24rem;
}

.lead {
    font-size: 1.3rem;
    font-weight: 200;
}

.bg-blue {
    background-color: #0052A1 !important;
}

.text-blue {
    color: #0052A1 !important;
}

.border-blue {
    border-color: #0052A1 !important;
}

.bg-indigo {
    background-color: #6610f2 !important;
}

.text-indigo {
    color: #6610f2 !important;
}

.border-indigo {
    border-color: #6610f2 !important;
}

.bg-purple {
    background-color: #91278f !important;
}

.text-purple {
    color: #91278f !important;
}

.border-purple {
    border-color: #91278f !important;
}

.bg-pink {
    background-color: #AE004B !important;
}

.text-pink {
    color: #AE004B !important;
}

.border-pink {
    border-color: #AE004B !important;
}

.bg-red {
    background-color: #AC0B00 !important;
}

.text-red {
    color: #AC0B00 !important;
}

.border-red {
    border-color: #AC0B00 !important;
}

.bg-orange {
    background-color: #A12A00 !important;
}

.text-orange {
    color: #A12A00 !important;
}

.border-orange {
    border-color: #A12A00 !important;
}

.bg-yellow {
    background-color: #56585C !important;
}

.text-yellow {
    color: #56585C !important;
}

.border-yellow {
    border-color: #56585C !important;
}

.bg-green {
    background-color: #006705 !important;
}

.text-green {
    color: #006705 !important;
}

.border-green {
    border-color: #006705 !important;
}

.bg-teal {
    background-color: #20c997 !important;
}

.text-teal {
    color: #20c997 !important;
}

.border-teal {
    border-color: #20c997 !important;
}

.bg-cyan {
    background-color: #17a2b8 !important;
}

.text-cyan {
    color: #17a2b8 !important;
}

.border-cyan {
    border-color: #17a2b8 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.text-white {
    color: #ffffff !important;
}

.border-white {
    border-color: #ffffff !important;
}

.bg-grey {
    background-color: #56585B !important;
}

.text-grey {
    color: #56585B !important;
}

.border-grey {
    border-color: #56585B !important;
}

.bg-dark {
    background-color: #000 !important;
}

.text-dark {
    color: #000 !important;
}

.border-dark {
    border-color: #000 !important;
}

.bg-black {
    background-color: #000 !important;
}

.text-black {
    color: #000 !important;
}

.border-black {
    border-color: #000 !important;
}

.bg-primary {
    background-color: #56585C !important;
}

.text-primary {
    color: #56585C !important;
}

.border-primary {
    border-color: #56585C !important;
}

.bg-secondary {
    background-color: #AC0B00 !important;
}

.text-secondary {
    color: #AC0B00 !important;
}

.border-secondary {
    border-color: #AC0B00 !important;
}

.bg-success {
    background-color: #006705 !important;
}

.text-success {
    color: #006705 !important;
}

.border-success {
    border-color: #006705 !important;
}

.bg-info {
    background-color: #56585B !important;
}

.text-info {
    color: #56585B !important;
}

.border-info {
    border-color: #56585B !important;
}

.bg-warning {
    background-color: #A12A00 !important;
}

.text-warning {
    color: #A12A00 !important;
}

.border-warning {
    border-color: #A12A00 !important;
}

.bg-danger {
    background-color: #AC0B00 !important;
}

.text-danger {
    color: #AC0B00 !important;
}

.border-danger {
    border-color: #AC0B00 !important;
}

.bg-light {
    background-color: #ffffff !important;
}

.text-light {
    color: #ffffff !important;
}

.border-light {
    border-color: #ffffff !important;
}

.bg-dark {
    background-color: #000 !important;
}

.text-dark {
    color: #000 !important;
}

.border-dark {
    border-color: #000 !important;
}

.bg-orange {
    background-color: #A12A00 !important;
}

.text-orange {
    color: #A12A00 !important;
}

.border-orange {
    border-color: #A12A00 !important;
}

.bg-purple {
    background-color: #91278f !important;
}

.text-purple {
    color: #91278f !important;
}

.border-purple {
    border-color: #91278f !important;
}

.btn-primary {
    background-color: #56585C;
    border: 1px solid rgb(218.2142857143, 162.5, 2.7857142857);
    color: #ffffff;
}
.btn-primary:hover {
    background-color: rgb(252.6428571429, 205.5, 70.3571428571);
    color: #000000;
}

.btn-outline-primary {
    color: #56585C;
    border-color: #56585C;
}
.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #56585C;
    border-color: #56585C;
}

.btn-secondary {
    background-color: #AC0B00;
    border: 1px solid rgb(156.9230769231, 33.0769230769, 13.0769230769);
    color: #ffffff;
}
.btn-secondary:hover {
    background-color: rgb(236.6923076923, 63.3076923077, 35.3076923077);
}

.btn-outline-secondary {
    color: #AC0B00;
    border-color: #AC0B00;
}
.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #AC0B00;
    border-color: #AC0B00;
}

.btn-success {
    background-color: #006705;
    border: 1px solid rgb(30.1449275362, 125.8550724638, 52);
    color: #ffffff;
}
.btn-success:hover {
    background-color: rgb(51.6956521739, 206.3043478261, 87);
}

.btn-outline-success {
    color: #006705;
    border-color: #006705;
}
.btn-outline-success:hover {
    color: #ffffff;
    background-color: #006705;
    border-color: #006705;
}

.btn-info {
    background-color: #56585B;
    border: 1px solid rgb(108.6582278481, 110.5316455696, 113.3417721519);
    color: #ffffff;
}
.btn-info:hover {
    background-color: rgb(160.0379746835, 161.6075949367, 163.9620253165);
}

.btn-outline-info {
    color: #56585B;
    border-color: #56585B;
}
.btn-outline-info:hover {
    color: #ffffff;
    background-color: #56585B;
    border-color: #56585B;
}

.btn-warning {
    background-color: #A12A00;
    border: 1px solid rgb(175.5387931034, 82.6982758621, 5.4612068966);
    color: #ffffff;
}
.btn-warning:hover {
    background-color: rgb(248.150862069, 131.7155172414, 34.849137931);
}

.btn-outline-warning {
    color: #A12A00;
    border-color: #A12A00;
}
.btn-outline-warning:hover {
    color: #ffffff;
    background-color: #A12A00;
    border-color: #A12A00;
}

.btn-danger {
    background-color: #AC0B00;
    border: 1px solid rgb(156.9230769231, 33.0769230769, 13.0769230769);
    color: #ffffff;
}
.btn-danger:hover {
    background-color: rgb(236.6923076923, 63.3076923077, 35.3076923077);
}

.btn-outline-danger {
    color: #AC0B00;
    border-color: #AC0B00;
}
.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #AC0B00;
    border-color: #AC0B00;
}

.btn-light {
    background-color: #ffffff;
    border: 1px solid rgb(229.5, 229.5, 229.5);
    color: #000;
}
.btn-light:hover {
    background-color: white;
}

.btn-outline-light {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-light:hover {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-dark {
    background-color: #000;
    border: 1px solid black;
    color: #ffffff;
}
.btn-dark:hover {
    background-color: rgb(25.5, 25.5, 25.5);
}

.btn-outline-dark {
    color: #000;
    border-color: #000;
}
.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

.btn-orange {
    background-color: #A12A00;
    border: 1px solid rgb(175.5387931034, 82.6982758621, 5.4612068966);
    color: #ffffff;
}
.btn-orange:hover {
    background-color: rgb(248.150862069, 131.7155172414, 34.849137931);
}

.btn-outline-orange {
    color: #A12A00;
    border-color: #A12A00;
}
.btn-outline-orange:hover {
    color: #ffffff;
    background-color: #A12A00;
    border-color: #A12A00;
}

.btn-purple {
    background-color: #91278f;
    border: 1px solid rgb(104.8097826087, 28.1902173913, 103.3641304348);
    color: #ffffff;
}
.btn-purple:hover {
    background-color: rgb(185.1902173913, 49.8097826087, 182.6358695652);
}

.btn-outline-purple {
    color: #91278f;
    border-color: #91278f;
}
.btn-outline-purple:hover {
    color: #ffffff;
    background-color: #91278f;
    border-color: #91278f;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
}