body {
    font-family: 'Raleway', sans-serif;
    background: #2c3e50;
    background-size: 100% auto;
}

.img-responsive {
    margin: 0px auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.text-green {
    color: green;
}

.text-pink {
    color: pink;
}

.text-yellow {
    color: yellow;
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

.cmc-share {
    width: 100%;
    text-align: center;
}

.mc-share-preview {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.mc-share-preview .preview-content {
    position: relative;
    display: inline-block;
    width: 60%;
}

.mc-share-preview .preview-content .picture {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mc-share-info {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.mc-share-info .info-center {
    display: inline-block;
    width: 60%;
    font-size: 20px;
    font-family: 'Roboto Slab';
    font-weight: 300;
    color: #ecf0f1;
}

.mc-share-info .info-center span {
    font-weight: 500;
}

.mc-share-action {
    padding: 50px 0;
    text-align: center;
}

.mc-share-action .store-btn {
    width: 200px;
}

/* header */

.cmc-header {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #242758;
    color: #D4AE16;
}

.cmc-header .header-brand {
    display: inline-block;
    padding-right: 50px;
    width: auto;
}

.cmc-header .header-text {
    display: inline-block;
    width: auto;
    color: #FFF;
}

/**************************** cover ******************************/

.cmc-cover {
    background-size: cover;
    background-position: center center;
    padding-bottom: 255px;
    padding-top: 180px;
}

.cover-content h2 {
    color: #fff;
    font-family: "Roboto Slab";
    font-weight: 700;
    margin: 0px;
    font-size: 36px
}

.cover-sub-text {
    margin: 0px;
    font-size: 26px;
    color: #C7D0D5;
    font-family: "Roboto Slab";
    font-weight: 100;
    line-height: 43px;
}

.cover-p {
    margin: 0px;
    color: #90BBC5;
    font-size: 20px;
    padding-top: 40px
}

.cover-btn {
    cursor: pointer;
    background: none;
    border: 3px solid #91B1B5;
    color: #91B1B5;
    font-family: "Roboto Slab";
    font-weight: 700;
    border-radius: 30px;
    padding: 15px 52px;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    margin-top: 50px
}

.cover-btn:hover {
    background: none;
    color: #fff;
    border: 3px solid #fff;
}

/* footer */

.cmc-footer {
    position: relative;
    background: #202020;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px;
}

.footer-content h3 {
    color: #8C9494;
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 30px;
}

.social-icon a {
    margin-right: 10px;
}

.social-icon a i {
    background: #D4AE16;
    border-radius: 500px;
    color: #2d312f;
    font-size: 20px;
    height: 42px;
    padding-top: 11px;
    width: 42px;
}

.support-link {
    padding-top: 70px;
}

.support-link ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.support-link ul li {
    display: inline-block;
    padding: 0px 10px
}

.support-link ul li a {
    display: inline-block;
    color: #8C9494;
    font-size: 14px
}

/* powered */

.cmc-copy {
    position: relative;
    padding: 20px 25px;
    background: #141414;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #6e6e72;
}

.cmc-copy a {
    color: #6e6e72;
}

.cmc-copy span {
    float: right;
}

/* ranking */

.cmc-ranking {
    margin: 50px 0;
}

.ranking-download {
    margin-top: 50px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #FFF;
}

.ranking-download .store-btn {
    margin: 0 7.5px;
    width: 200px;
}

.cmc-ranking .ranking-title {
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Roboto Slab';
    color: #FFF;
}

.cmc-ranking .ranking-title h2 {
    margin: 0;
    font-weight: 700;
    font-size: 36px;
}

.cmc-ranking .ranking-title p {
    margin: 0;
    font-weight: 100;
    font-size: 24px;
}

.cmc-ranking .ranking-item {
    display: table;
    margin: 5px 0;
    width: 100%;
    background: #eeeeee;
}

.ranking-item .number,
.ranking-item .picture,
.ranking-item .name,
.ranking-item .vote {
    display: table-cell;
    vertical-align: middle;
}

.ranking-item .number {
    width: 15%;
    background: #323a45;
    color: #9ea7b3;
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}

.ranking-item .picture {
    position: relative;
    width: 90px;
}

.ranking-item .picture .miniature {
    position: absolute;
    top: 0;
    width: 100%;
}

.ranking-item .name {
    padding: 0 15px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 16px;
    color: #242758;
    text-align: left;
}

.ranking-item .vote {
    padding: 0 7.5px;
    width: 20%;
    background: #242758;
    color: #D4AE16;
}

.ranking-item .vote span {
    display: block;
    text-align: center;
}

.ranking-item .vote span.text {
    font-size: 13px;
    text-transform: uppercase;
}

.ranking-item .vote span:first-child {
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 24px;
}

@media (max-width: 768px) {
    .cmc-header {
        height: auto;
        line-height: initial;
        text-align: center;
    }

    .cmc-header .header-brand {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 0;
        width: 100%;
    }

    .cmc-header .header-text {
        display: block;
        padding: 15px;
        float: none;
        width: 100%;
        color: #FFF;
    }

    .mc-share-preview .preview-content {
        width: 100%;
    }

    .mc-share-info .info-center {
        width: 100%;
        font-size: 18px;
    }

    .mc-share-action {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .mc-share-action a img,
    .mc-share-action .store-btn {
        width: 100%;
    }

    .cmc-copy {
        text-align: center;
    }

    .cmc-copy span {
        display: block;
        float: none;
        margin-top: 5px;
    }

    .ranking-download {
        margin-top: 30px;
        font-size: 24px;
    }

    .cmc-ranking .ranking-title {
        margin-bottom: 30px;
    }

    .cmc-ranking .ranking-title h2 {
        font-size: 24px;
    }

    .cmc-ranking .ranking-title p {
        font-size: 16px;
    }

    .cmc-ranking .ranking-item .number {
        font-size: 26px;
    }

    .cmc-ranking .ranking-item .picture {
        width: 80px;
    }

    .ranking-item .name {
        padding: 0 10px;
        font-weight: 500;
        font-size: 14px;
    }

    .cmc-ranking .ranking-item .vote span:first-child {
        font-size: 20px;
    }
}