.bg-lb {
    background-color: #ECF5FA !important;
}

#top-header {
    min-height: 459px;
    background-color: #223770;
    padding: 50px 50px;
}

.front-page-title {
    color: white;
}

.slogan {
    color: white;
    font-size: 20px;
}

#top-img {
    width: 100%;
    padding: 30px 10px;
}

.stream-button {
    background-color: #F68000;
    border: none;
    color: white;
    margin: 30px 0;
    padding: 7.5px 20px;
    font-size: 18px;
}

#ranking {
    background-color: white;
    margin-top: -5px;
    padding: 0 2.5%;
}

#ranking-title {
    width: 100%;
    text-align: center;
    color: #223770;
    font-size: 32px;
    padding: 20px 0;
    font-weight: 600;
}

button:hover {
    box-shadow: none;
    text-decoration: none;
}

#ranking-button {
    margin: 40px auto;
}

#ranking-title span:first-of-type {
    font-size: 60px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#ranking-title span:nth-of-type(2) {
    width: 100%;
    text-align: center;
    color: #223770;
    font-size: 32px;
    padding: 20px 0;
    font-weight: 600;
}

.ranking-box {
    border: 5px solid #ECF5FA;
    padding: 20px;
    position: relative;
    height: 150px;
    margin-right: 4.1%;
}

.ranking-box:nth-of-type(5) {
    margin-right: 0 !important;
}

/* .ranking-box:hover {
    background-color: #ECF5FA;
    cursor: pointer;
} */

.ranking-img {
    height: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ranking-number {
    background-color: #ECF5FA;
    padding: 2.5px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 5px;
}

.article-header {
    font-size: 26px;
    color: #2E3789;
    font-weight: 600;
    margin-bottom: 20px;
}

#reasons {
    padding-bottom: 50px;
}

#earth-picture {
    position: relative;
    height: inherit;
}

#earth {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 200px;
    transform: translate(-50%, -50%);
}

.circle-checkmark {
    color: #2E3789;
    font-size: 18px;
    line-height: 42px;
    font-weight: 600;
}

.circle-checkmark span {
    display: inline-block;
    vertical-align: middle;
    color: #F68000;
    font-size: 40px;
    margin-right: 8px;
}

#about {
    background-color: #223770;
    padding: 30px 0 80px;
    position: relative;
}

#about-title {
    margin: 0 auto;
    max-width: 50%;
    font-size: 20px;
    color: white;
    display: inline-block;
}

.inline-logo {
    display: inline-block;
    max-width: 70%;
    margin-bottom: -12px;
}

.about-text {
    color: white;
    text-align: center;
    max-width: 60%;
    font-size: 18px;
    margin: 0 auto;
}

#about-button {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    font-size: 16px;
    padding: 7.5px 15px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

#tv-channels {
    background-color: #ECF5FA;
    padding: 50px 0;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}

#tv-title {
    font-size: 32px;
    color: #223770;
    font-weight: 600;
    margin-bottom: 20px;
}

#tv-hr {
    border: 1.5px solid #223770;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.guide-section {
    position: relative;
    margin-bottom: 30px;
}

.guide-section:last-of-type {
    margin: 0;
}

#guide-header {
    color: #223770;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 32px;
}

.guide-title {
    font-size: 24px;
    color: #223770;
    font-weight: 600;
}

.guide-text {
    color: #B56C2A;
    font-weight: 600;
}

.guide-img {
    max-height: 230px !important;
    margin-left: 30px;
    max-width: 100%;
}

#updates {
    background-color: #223770;
    position: relative;
    height: 300px;
}

#updates-img {
    position: absolute;
    left: 50%;
    max-width: 300px;
    top: 10%;
    transform: translateX(-50%);
}

.update-text {
    color: white;
    max-width: 500px;
    margin: 12% auto 0;
    text-align: center;
    font-size: 18px;
}

#update-button {
    background-color: transparent;
    border: 1.5px solid white;
    color: white;
    font-size: 16px;
    padding: 7.5px 15px;
    margin: 30px auto;
    display: block;
}

footer {
    background-color: #21252A !important;
}

@media only screen and (max-width: 780px) {
    .ranking-box {
        width: calc(50% - 10px);
        margin: 0px 10px 10px 0;
    }

    .ranking-box:nth-of-type(2) {
        width: 50%;
        margin-right: 0;
    }

    .ranking-box:nth-of-type(4) {
        margin-right: 0;
        width: 50%;
    }

    .article-header {
        font-size: 20px;
        font-weight: 600;
    }

    .circle-checkmark {
        font-size: 13px;
        font-weight: 600;
    }

    #top-header {
        padding: 20px;
    }

    #top-img {
        padding: 0;
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .stream-button {
        margin: 30px auto;
        display: block;
    }

    .front-page-title {
        text-align: center;
    }

    .slogan {
        font-size: 16px;
        text-align: center;
    }

    #earth {
        position: relative;
    }

    #earth-picture {
        order: 2;
    }

    #about-title {
        max-width: 100% !important;
        padding: 0 40px;
    }

    .inline-logo {
        max-width: 100% !important;
        margin: 0 auto;
    }

    .about-text {
        max-width: 100%;
    }

    #about-button {
        bottom: 20px;
        width: calc(100% - 30%);
    }

    .guide-img-container {
        order: 2;
    }

    #ranking-title {
        font-size: 24px;
    }

    #tv-channels {
        padding: 20px 0;
    }

    #tv-title {
        font-size: 24px;
    }

    .guide-img {
        margin: 0;
    }

    .container {
        padding: 0;
    }
}