/* Leaderboard */
#comm-progress {
    margin-top: 20px;
    margin-bottom: 20px;
}

.subcomm-lb-panel {
    margin-top: 50px;
}

.indiv-lb-panel {
    margin-top: 20px;
}

.lb-text {
    font-family: News Cycle;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    color: #39424d;
}

/* DataTable */
.dataTables_info {
    font-size: 1.05rem;
}

.dataTables_paginate {
    font-size: 1.05rem;
}

/* Hall of Fame */
.btn-hof {
    box-shadow: 1px 3px 5px rgba(33, 33, 33, 0.2);
    transition: 0.3s;
    margin-top: 10px;
    padding: 15px 15px;
    background: #1A1A43;
    border-radius: 0;
    color: white;
}

.btn-hof:hover {
    background-color: #1A1A43;
    box-shadow: 5px 8px 16px rgba(33, 33, 33, 0.2);
    color: white;
}

button.btn-hof[aria-expanded="true"]  {
    background-color: #1A1A43;
    color: white;
    transition: 0.3s;
}

.card-hof {
    background-color: #1A1A43;
    color: white;
    border-radius: 0;
    border: none;
}

.hof-hr {
    width: 75%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    margin-top: -12px;
}

.hof-section {
    padding: 15px 30px;
}

.hof-badge {
    padding: 10px;
}

.hof-badge > img {
    height: 200px;
}

.hof-title {
    font-family: News Cycle;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.9rem;
    letter-spacing: 0.2rem;
}

.hof-sectiontitle {
    font-family: News Cycle;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
}

.hof-subtitle {
    font-family: News Cycle;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    color: #e5e5e5;
}

table.hof-table {
    margin: 15px 0;
    font-family: News Cycle;
    color: white;
}

/* Mobile - Horizontal */
@media (max-width: 768px) {

    /* Leaderboard */
    .lb-text {
        font-size: 1.5rem;
        letter-spacing: 0.2rem;
    }

    /* DataTable */
    .dataTables_info {
        font-size: 0.95rem;
    }

    .dataTables_paginate {
        font-size: 0.95rem;
    }

    /* Hall of Fame */
    .hof-badge > img {
        height: 125px;
    }
    
    .hof-title {
        font-size: 1.7rem;
        letter-spacing: 0.2rem;
    }

    .hof-sectiontitle {
        font-size: 1.2rem;
        letter-spacing: 0.2rem;
    }
    
    .hof-subtitle {
        font-size: 0.9rem;
        letter-spacing: 0.1rem;
    }
}

/* Mobile */
@media (max-width: 576px) {
 
    /* Leaderboard */
    .lb-text {
        font-size: 1.2rem;
        letter-spacing: 0.2rem;
    }
    
    /* DataTable */
    .dataTables_info {
        font-size: 0.85rem;
    }

    .dataTables_paginate {
        font-size: 0.85rem;
    }

    /* Hall of Fame */
    .hof-title {
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
    }
    
    .hof-sectiontitle {
        font-size: 1.0rem;
        letter-spacing: 0.1rem;
    }
    
    .hof-subtitle {
        font-size: 0.7rem;
        letter-spacing: 0.05rem;
    }
}