* {
    color: #fff;
}

body {
    background: linear-gradient(45deg, #f7b61e, #d2851a) fixed;
    background-image: url(../images/reaper-screenshot-back.jpg);
}

.description {
    width: 100%;
    padding: 1.2rem;
    display: block;
    background: linear-gradient(45deg, #f7b61e, #d2851a) fixed;
    justify-content: left;
    text-align: left;
    /* display: none; */
}

.description .cta-button {
    display: inline-block;
    background-color: #cc5f00;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 1rem;
}


.download {
    width: 100%;
    background: linear-gradient(45deg, #f7b61e, #d2851a) fixed;
    backdrop-filter: blur(10px);
    padding: 1.2rem;
    border-radius: .2rem;
    margin: 20px 0;
    /* max-width: 800px; */
    color: #fff;
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.container {
    width: 100%;
    /* max-width: 40rem;
    margin: 0 auto; */
}

.container img{
    width: 100%;
    display: block;
}

.download h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #cc5f00;
    font-weight: 700;
}

.download p {
    /* margin-bottom: 15px; */
    margin: 0.3rem 0;
    font-size: 1.2rem;
}

.plugin-title {
    /* color:#cc5f00; */
    display: block;
    /* Shadow */
    /* text-shadow: 8px 8px 8px #cc5f00; */
    margin: 0 auto;
    text-align: center;
}

footer {
    background-color: #273238;
}

.download button {
    background-color: #f7931e;
    color: #fff;
    padding: .5rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1rem;
    width: 100%;
    margin: .3rem 0;
    text-align: left;
}

.download p {
    font-size: 1rem;
    color: #fff;
    /* margin: 0.5rem 0; */
    /* padding: .5rem 1rem; */
}

.download  a {
    color: #fff;
    text-decoration: underline;
}

.download button:hover {
    background-color: #cc5f00;
}

.download button.manual {
    background-color: black;
    color: #fff;
    padding: .5rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1rem;
    width: 100%;
    margin: .3rem 0;
}

.demo-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    /* Only upper border dark orange */
    border-top: 2px dashed #cc5f00;
}

.demo {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    /* gap between */
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sat-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    /* From right to left */
    /* direction: rtl; */
}

.download .sticky-insert {
    position: sticky;
    /* top: calc(15+15+28)px; */
    top: 58px;
    z-index: 10;
}

/* No stick on phones */
@media (max-width: 768px) {
    .download .sticky-insert {
        position: relative;
        top: 0;
    }

    .download p {
        padding: 0;
    }

    .sat-container {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .description {
        margin: 0;
    }

    .description h2 {
        font-size: 1.7rem;
        text-align: center;
    }

    .download {
        margin: 0;
    }

    .demo {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: .2rem;
    }

}

#donate-button-container {
    max-width: 92px;
    margin: 0 auto;
}