@charset "utf-8";

html * {
    color: #EDF1F5 !important;
}

body {
    background-color: rgb(39, 44, 56);
}

header {
    background-color: rgb(19, 23, 29);
}

a:hover,
a.active {
    color: rgb(61, 180, 242) !important;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
    cursor: default;
    color: #EDF1F5 !important;
}

blockquote {
    background-color: rgba(31, 38, 49, 0.8);
}

h2 {
    font-family: Arial, Verdana;
    font-weight: 800;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.accordion-section .panel-default>.panel-heading {
    border: 0;
    background: rgb(25, 29, 38);
    padding: 0;
}

.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.5rem;
}

.accordion-section .panel-default .panel-title a:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 3rem;
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}

.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}

.ALLctive {
    color: rgb(61, 180, 242) !important;
}

.dropdown-menu,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgb(25, 29, 38);
}

.btn {
    border: 2px solid #4287f5;
}