a:hover {
    color: var(--bs-dark-bg-subtle) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 200%;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
}

h1.title-page {
    font-size: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
}

h1.title-page::before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 10px;
    background: var(--bs-dark-bg-subtle);
    text-transform: uppercase;
}

h2.title:before {
    text-transform: uppercase;
}

#ajaxArea {
    margin: 0 16px 0 16px;
}

header {
    margin-bottom: 37px;
}

header nav li {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

header nav li .nav-link {
    font-size: 20px;
    font-weight: 300;
}
header nav li .dropdown-item {
    font-size: 18px;
    font-weight: 200;
}

header nav .dropdown-menu {
    font-size: 80%;
}

/* Slide */
.carousel-caption {
    left: 16px;
    right: 50%;
    display: block !important;
}

.carousel-caption h5 {
    font-size: 30px;
    text-align: left;
    border-left: 6px solid var(--bs-dark-bg-subtle);
    text-transform: uppercase;
}

@media (max-width: 800px) {
    .carousel-caption {
        position: unset;
    }
    .carousel-caption h5 {
        font-size: 20px;
        left: auto;
        bottom: auto;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid var(--bs-dark-bg-subtle);
        bottom: 0;
        position: relative;
        display: block;
        max-width: 100%;
        text-align: center;
    }
}

.app-card.bg-webapp {
    background-color: #5639cb;
}
.app-card.bg-android {
    background-color: #b3cb39;
}
.app-card.bg-ios {
    background-color: #86868b;
}
.app-card.bg-amazon {
    background: #ff9c08;
}
.app-card.bg-microsoft {
    background: #05a6f0;
}

.top-music-card .info .track {
    font-size: 16px;
    font-weight: 500;
    font-family: oswald;
}

.top-music-card .info .artist {
    font-size: 14px;
}

.article-card:hover .card-title {
    color: var(--bs-dark-bg-subtle);
}

.announcer-air-card .info .announcer {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: var(--bs-dark-bg-subtle);
}

[data-bs-theme='light'] {
    #chatBS .card {
        background: var(--bs-dark-bg-subtle);
    }

    #chatBS #messages {
        background: rgba(255, 255, 255, 0.95);
    }
    #chatBS .message-body {
        background: rgba(0, 0, 0, 0.1);
    }

    #chatBS .color:before {
        color: #0020cf;
    }
    #chatBS .color_1:before {
        color: #ff5722;
    }

    #chatBS .color_2:before {
        color: #9c27b0;
    }

    #chatBS .color_3 {
        color: #ff5722;
    }

    #chatBS .color_4 {
        color: #9c27b0;
    }

    #chatBS .color_5 {
        color: #0020cf;
    }

    #chatBS #message-input textarea {
        background: #fff;
    }
}

footer {
    margin: 0 16px 0 16px;
}
#footer {
    border-top: var(--bs-dark-bg-subtle) 3px solid;
}
#footer h5 {
    text-transform: uppercase;
}
