html, body {
    height: 100%;
    width: 100%;
    background-color: #333333;
    scroll-behavior: smooth;
}

/* Small devices (landscape phones, 576px and down) */

@media (max-width: 576px) {
    .nx-hidden-l2 {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and down) */

@media (max-width: 860px) {
    .nx-hidden {
        display: none;
    }
    .nx-nx, .nx-live, .nx-videos {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .nx-replays {
        padding-top: 1rem;
        margin-bottom: 1rem;
    }
}

/* Extra large devices (large desktops, 861px and up) */

@media (min-width: 861px) {
    .nx-nx, .nx-live, .nx-videos {
        padding-top: 2rem;
        padding-bottom: 5rem;
        margin-bottom: 10rem;
    }
    .nx-replays {
        padding-top: 2rem;
        margin-bottom: 4rem;
        height: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1400px) {
    .nx-nx, .nx-live, .nx-videos {
        padding-top: 4rem;
        padding-bottom: 5rem;
        margin-bottom: 10rem;
    }
    .nx-replays {
        padding-top: 4rem;
        height: 94%;
    }
}

/* ================================================================ */

.nx-main {
    color: white;
    height: 100%;
}

.nx-main-title {
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}

.nx-main-comment {
    color: grey;
}

.nx-home {
    background-image: url("/src/img/bckg_.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    /* width: 100%; */
}

.nx-nx-content {
    padding-bottom: 2rem;
}

.nx-media-decoration {
    text-decoration: none;
    color: white;
    font-size: 20px;
    margin: 3px;
}

.nx-nx-media a, .nx-nx-media a:hover {
    text-decoration: none;
    color: white;
}

.nx-nx-media h3:hover, .nx-nx-content span:hover {
    transform: scale(1.2);
    transition: transform .3s;
}

.nx-footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

h1, h2, h3 {
    text-transform: uppercase;
}

a:hover {
    text-decoration: none;
}

#nx-home-content h1 {
    font-size: 20px;
    color: red;
}

#nx-home-content h2 {
    font-size: 65px;
}

#nx-home-content:nth-child(1) .nx-L {
    font-weight: bold;
}

#nx-nx div h3 {
    font-size: 15px;
    padding-top: 10px;
}

#nx-nx-content p {
    font-size: 20px;
    color: white;
}

#sticky-footer {
    flex-shrink: none;
}

/* =========================== */

.scroll-top-wrapper {
    position: fixed;
    opacity: 1;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: transparent;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: black;
    text-decoration: none;
    color: white;
}

.scroll-top-wrapper i.fas {
    line-height: inherit;
    font-size: 30px;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}