body {
    min-width: 320px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.light-bg {
    background-color: rgb(230, 230, 230) !important;
}

.olive-bg {
    background-color: olive !important;
}

.olive-text {
    color: olive !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -74px;
    visibility: hidden;
    overflow-y: scroll;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 66px;
    right: 20px;
    z-index: 99;
    width: 3em;
    height: 3em;
    font-size: 18px;
    border: none;
    outline: none;
    text-decoration: none;
    box-shadow: inset 0 0 0 3px transparent;
    background-color: rgba(107, 107, 4, 0.6);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    transition: all 0.5s;
}

#backToTop:hover {
    background-color: #fff;
    color: olive;
    box-shadow: inset 0 0 0 3px olive;
}

#backToTop i {
    font-size: 1.8em;
    transform: translate(2px, -5px);
}

.cc-window.cc-banner {
    padding: 0.4em 1.8em !important;
    transition: all 0.5s !important;
}

.cc-window.cc-banner:hover {
    background-color: rgb(128, 128, 0) !important;
}

.cc-btn.cc-dismiss {
    border: 2px solid transparent !important;
    transition: all 0.5s !important;
    padding: 0.2em 0.8em !important;
    margin-top: 0.3em !important;
    margin-bottom: 0.3em !important;
}

.cc-btn.cc-dismiss:hover {
    color: #fff !important;
    background-color: transparent !important;
    border: 2px solid #fff !important;
    text-decoration: none !important;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 160px !important;
}

.footer {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

/* everything smaller than 1039px */
@media (max-width: 1039px) {
    a.anchor {
        top: -70px;
    }
}

/* everything smaller than 600px */
@media (max-width: 600px) {
    #backToTop {
        bottom: 14px;
        right: 14px;
        width: 2.8em;
        height: 2.8em;
        font-size: 16px;
        box-shadow: inset 0 0 0 2px transparent;
        padding: 9px 8.5px 8.5px 8.5px;
    }

    #backToTop:hover {
        box-shadow: inset 0 0 0 2px olive;
    }

    #backToTop i {
        font-size: 2em;
        transform: translate(4px, -4px);
    }
}