@media (max-width: 840px) {
    .membershipsLink, .gamesLink, .howToPlayLink { display:none; }
    .resize-center {
        text-align: center;
        padding-left: 0px !important;
    }
}

@media (max-width: 1100px) {
    .product {
        width: 700px !important;
    }
    .cs-product-matrix-section {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0px !important;
        margin: 0px !important;
    }
}

@media (max-width: 750px) {
    .product {
        width: 340px !important;
    }
    .cs-product-matrix-section {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0px !important;
        margin: 0px !important;
    }
}

@media (min-width: 840px) {
    #dropdownHoverButton { display: block !important; display: none !important; }
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: black;
    color: white;
}

.mainheader {
    padding-top: 200px;
    padding-left: 150px;
    background-image: url('codys-shack-background.gif');
    background-size: cover; 
    background-repeat: no-repeat;
    height: 500px;
}

.resize-center {
    padding-left: 150px;
}

.game-icons {
    text-align: center;
}

.game-icons-container {
    margin: 10px auto 20px;
}

.gameicon1,
.gameicon2 {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

#memberships {
    text-align: center;
}

.gradient-text {
    background-image: linear-gradient(to right, #5b009d, #4c08b1, #0000FF, #4169E1); /* Indigo, Blue, Royal Blue */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#navbar {
    transition: 250ms;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
}

.navbar-scrolled {
    background-color: rgb(31 41 55);
    box-shadow: 0 10px 15px -3px #030712, 0 4px 6px -4px #030712;
}