:root {
    --uc-blue: #00b3fe;
    --uc-dark-blue: #005980;
    --uc-dark: #384452;
    --uc-light: #f5f5f5;
}

.bg-uc-dark {
    background-color: var(--uc-dark);
}

.bg-uc-light {
    background-color: var(--uc-light);
}

.uc-card {
    text-align: center;
}

.uc-card i {
    color: var(--uc-blue);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.table > :not(:first-child) {
    border-top: 0;
}

.table-sort thead th {
    cursor: pointer;
    user-select: none;
}

body {
    overflow-y: scroll;
}

header {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

footer {
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #ddd;
}

footer .card-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding-bottom: 0.5rem;
}

#uc-headerbar {
    background-color: var(--uc-blue);
    color: #fff;
    margin-top: 4.5rem;
    padding: 1.5rem 0 1rem;
}

#uc-headerbar h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding: 0;
}

.card-uc-game .card-img-overlay {
    color: #fff;
    background-color: rgba(0, 179, 254, .9);
    text-align: center;
    opacity: 0;
}

.card-uc-game:hover .card-img-overlay {
    opacity: 1;
    transition: .6s ease;
}

.card-uc-game span {
    display: block;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.card-uc-game p {
    margin: 0;
}

.card-uc-game a {
    margin-top: 1.5rem;
    color: #fff !important;
}

#yt-modal iframe {
    width: 100%;
    height: 600px;
}

.cc-btn {
    text-decoration: none;
}

.img-uc-thumbnail {
    min-width: 6rem;
}
