body {
    background-color: #9E52E7;
}

#header {
    background-image: linear-gradient(to bottom, #9E52E7, #5845D8);
}

#header .header-bg {
    background-image: url("../img/index/header-bg.png");
    background-size: 150px;
    background-repeat: repeat;
    position: relative;
}

#header-logo-container {
    margin-top: -60px;
}

#header-logo {
    width: 100%;
    height: auto;
}

#header-counter {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: white;
    transform: translateY(-50%);
}

#header-cta {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    white-space: nowrap;
}

#header-cta a img {
    height: 55px;
    width: auto;
}

@media (max-width: 768px) {
    #header-cta a img {
        height: 40px;
    }

    #header-counter {
        border-radius: 10px;
    }

    #header-counter li {
        line-height: 1em;
    }

    #header-counter strong {
        font-size: 0.9em !important;
    }

    #header-counter small {
        font-size: 0.5em;
    }
}
