:root {
    --main-color: #0065a0;
    --main-color-highlight: #ee6900;
    --main-bg-color: #0c486c;
}
html {
    background: #0c486c;
}
.thumb-category .thumb-container {
    background: #26ccf5 !important;
}
.thumb-category-name {
    color: #000000 !important;
}
.text-container {
    background: #0065a0 !important;
    color: #FFFFFF !important;
}
.landing-content a, .text-container a {
    color: #26ccf5;
}
.footer-link {
    display: none;
}
.game-text .game-categories a {
    background: #26ccf5;
    border: none;
    color: #000000 !important;
    text-decoration: none !important;
}
.text-container .breadcrumbs li:after {
    color: #ffffff;
    opacity: 0.8;
}
.game-text .game-categories a:hover {
    opacity: 0.8;
    color: #FFFFFF !important;
}