header {
    background-image: url('../assets/images/header_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100px; /* Adjust as needed for your banner height */
    width: 100%;
    z-index: 6;
}

.md-tabs {
    background-color: transparent !important;
}

.md-header__topic span.md-ellipsis {
    paint-order: stroke fill;
    -webkit-text-stroke: 5px white;
    padding: 0 5px 0 5px;
}

.md-tabs__list .md-tabs__link {
    paint-order: stroke fill;
    -webkit-text-stroke: 3px white;
    font-size: 0.8rem;
    padding: 0 5px 0 5px;
}

.md-search__input {
    background: #0000004d !important;
}

.md-search__input::placeholder {
    color: rgb(255, 255, 255) !important;
}

.md-header__button {
    color: rgb(255, 255, 255) !important;
}

.md-search__icon {
    color: rgb(255, 255, 255) !important;
}

.discordiframe {
    margin-left: 10px;
}

.discord-reference {
    color: #7e56c2 !important;
}

.gold_text {
    color: #ffc105;
}

.gold_text a {
    color: #ffc105;
}