#site-container {
    --explora-buttons: #38a8e0;
    --explora-buttons-hover: #2296d1;
    --progress-bar: #38a8e0;
    --progress-bar-background: #2e276c1f;
    --footer-links-color: #38a8e0;
    --mobile-back-button-color: #38a8e0;
    --mobile-logo-width: 161px;
    --mobile-logo-height: 34px;
    --desktop-logo-width: 222px;
    --desktop-logo-height: 43px;
}

.img-logoExplora {
    background-image: url(logo.jpg);
}

.side-text-highlight {
    background-color: #2e276a;
    color: #ffffff;
    padding:10px;
}

.border-top-highlight{
    border-radius:10px 10px 0 0;
}
.border-bottom-highlight{
    border-radius: 0 0 10px 10px;
}

@media screen and (min-width: 768px) {
    #site-container.home {
        background-image: url(background.jpg);
    }
}