/*
 * K-Load v2 (https://demo.maddela.org/k-load/).
 *
 * @link      https://www.maddela.org
 * @link      https://github.com/kanalumaddela/k-load-v2
 *
 * @author    kanalumaddela <git@maddela.org>
 * @copyright Copyright (c) 2018-2019 Maddela
 * @license   MIT
 */

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.65);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

b {
    font-weight: 700;
}

#info-block, #music-block {
    left: 15px;
}

#music-block {
    opacity: 0;
    bottom: 15px;
    height: 50px;
    vertical-align: middle;
    -webkit-transition: opacity .2s ease;
}

.community-name {
    margin: 15px 0 10px 0;
    font-weight: 300;
    font-size: 3rem;
}

.pure-center {
    width: 80%;
    text-align: center;
}

#loading-bar-outer {
    background-color: rgba(255, 255, 255, 0.5);
}

#loading-bar-outer, .loading-bar {
    height: 5px;
    border-radius: 3px;
}

.loading-bar {
    background-color: #f5f5f5;
    -webkit-transition: 0.25s linear;
}

.youtube-playing-title {
    margin: 0;
    font-weight: 700;
}