body {
    background-color: #1E1F20;
}

header {
    background-color: #1E1F20;
}

h1 {
    color: #E3E3E3;
}

h3 {
    color: #E3E3E3;
}

p {
    color: #E3E3E3;
}

.card {
    background-color: #1E1F20;
    color: #E3E3E3;
    border: 2.5px solid #E3E3E3;
}

.card h3,
.card p, {
    color: #fff; /* Ensures all text inside the card is white */
}

a:link {
    color:#ffc7c7;
}

a:visited {
    color:#a60d0d;
}

a:hover {
    color:#1E1F20;
}

.container {
    background-color: #1E1F20;
}

.btn-success {
    background-color: #E3E3E3 !important;
    color: #1E1F20 !important;
    font-weight: 600;
    border-color: #1E1F20 !important;
    border-width: 2.5px !important;
}

.btn-success:hover {
    background-color: #1E1F20 !important;
    color: #E3E3E3 !important;
    border-color: #E3E3E3 !important;
}

header {
    background-color: #1E1F20;
    width: 100%;
    height: 100px;
}


.page-wrap {
    padding:2rem 0;
}

.top-bar {
    list-style-type:none;
    margin:0;
    padding:0;
    display:flex;
}

header .container {
    display:flex;
    justify-content: center;
    align-items:center;
    height:100%;
}

header .top-bar li {
    padding:.25rem 1rem;
}

header .top-bar li a {
    color:#1E1F20;
    text-decoration:none;
}

header .top-bar li a:hover {
    text-decoration: underline;
}

header .top-bar li {
    position:relative;
}

header .top-bar li:first-child a {
    padding-left:0;
}

header .top-bar li:last-child a {
    padding-right:0;
}

header .top-bar > .menu-item-has-children:hover > .sub-menu{
    display:block;
}

header .top-bar .menu-item-has-children .sub-menu > .menu-item-has-children:hover .sub-menu {
    display:block;
}

header .top-bar li .sub-menu {
    display:none;
    position:absolute;
    z-index:999;
    top:100%;
    left:0;
    background:#262626;
    box-shadow:1px 1px 10px rgba(0,0,0,0.1);
    margin:0;
    padding:0;
    list-style-type:none;
    width:120px;
    border-radius:.5rem;
}

header .top-bar li .sub-menu a {
    color:#fff;
    padding:.25rem;
    text-align:center;
    display:block;
}

header .top-bar li .sub-menu a:hover {
    color:#E3E3E3;
}

header .top-bar .sub-menu li .sub-menu {
    top:0;
    left:100%;
}

.content-border {
    border: 2.5px solid #E3E3E3;
    padding: 20px;
    margin: 40px;
    border-radius: 15px;
}

.badge-success {
    background-color: #E3E3E3 !important;
    color: #000000 !important;
    font-weight: bold !important;
    text-decoration:none !important;
}

.badge-success:hover {
    background-color: #590000 !important;
    color: #E3E3E3 !important;
    font-weight: bold !important;
    text-decoration:none !important;
}
