html, body {
    overflow-x: hidden;
}

/* Changelog Cards */
.changelog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.changelog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.changelog-preview {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 0;
    margin-bottom: 2rem;
}

.discord-logo {
    width: 30px;
}

a.button-raised:hover {
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.flex-right {
    display: flex;
    flex-direction: row-reverse;
}

.flex-vcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: unset !important;
}

.flex-vcenter {
    display: flex;
    justify-content: center;
}

.img-row {
    display: flex;
    flex-direction: row;
}

.clouds {
    position: absolute;
    image-rendering: smooth;
    z-index: -1;
}

.clouds-1 {
    width: 30%;
    top: -10px;
    left: -50px;
}

.clouds-2 {
    width: 40%;
    top: 520px;
    left: -50px;
}

.clouds-3 {
    width: 30%;
    top: 160px;
    left: 220px;
    z-index: 3;
}

.dashboard-screenshot {
    position: absolute;
    max-height: 300px;
    border-radius: 5px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 75%);
}

.screenshot-1 {
    width: 60%;
    top: 20px;
    left: 0;
}

.screenshot-2 {
    width: 60%;
    z-index: 4;
    top: 230px;
    left: 260px;
}

.screenshot-3 {
    width: 55%;
    z-index: 2;
    top: 400px;
    left: 20px;
}

.whitelabel-screenshot {
    border-radius: 5px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 75%)
}

body {
    display: flex;
    height: 100vh;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

.bg-absolute-cover {
    overflow: unset !important;
}

.footer-custom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.widget-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex: 1;
}

.link-container {
    margin-right: 10vh;
}

.enlarge:hover {
    transition: transform .2s;
    transform: scale(1.5);
}

@media only screen and (max-width: 680px) {
    .widget-container, .footer-custom {
        flex-direction: column;
    }

    .flex-right {
        justify-content: center;
        margin-bottom: 20px;
    }

    .link-container {
        margin-right: unset;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #links-header {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .footer-custom {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 1921px) {
    body {
        font-size: larger;
    }

    /* .dashboard-screenshot {
        height: 1000px;
        max-width: unset;
    } */
}

@media only screen and (max-width: 1200px) {
    .clouds-1 {
        top: -30px;
    }

    .clouds-2 {
        top: 480px;
    }

    .clouds-3 {
        top: 150px;
        left: 180px;
    }

    .screenshot-2 {
        top: 200px;
        left: 220px;
    }

    .screenshot-3 {
        top: 360px;
    }
}

@media only screen and (max-width: 991px) {
    .dashboard-screenshot {
        width: 40%;
    }
}

@media only screen and (max-width: 520px) {
    .dashboard-button {
        margin-top: 10px;
    }
}
