.nav { position: relative;
    height: 5%; 
 min-height: 50px;
    padding-top: 1%;
    padding-left: 1%;
    padding-bottom: 2%;
    background-color:#C8EBFB;
}

.nav a:visited {
    color: #11A6DF; 
    }
    
.nav a:hover {
    color: #ffffff;
    text-decoration: none;
}

body {
    padding:0;
    margin:0;
    background-color:#C8EBFB;
    background-image: url(Images/bgtile.webp);
    background-repeat: repeat;
    font-weight: bold;
	font-family: open sans, univers, sans-serif;
    font-size: 18px;
    color: #10495d;}

a:link{
    color:#11A6DF;
    font-family: open sans, univers, sans-serif;
    font: bold;
    text-decoration:none;}

a:visited {
        color:#11A6DF;
        text-decoration:none;}

a:hover{color:#ffffff;
        text-decoration: none;
        cursor:crosshair;}
    
.itemDisplayDiv, .cartincrements {
    display: flex;
    align-items: center;
}

.itemName {
    margin-left: 2rem;
}

.amountInput {
    margin: 0.5rem;
}


.mainwrap{
	text-align:center;
    padding: 15px;}

.title {
	text-align:center;
    font-size: 55px;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-shadow:1px 1px 10px #000000;
}

.logodiv{
    width: 20%;
    vertical-align: top;
    display:inline-block;}

.logodiv:hover img{
	fill:#ffffff;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;}

.navlinkscontainer{
    position: absolute;
    top: 10px;
    right: 20px;
    text-align:right;
    display: flex; 
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

#itemsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.8rem;
    column-gap: 0.3rem;
}

#emptyMessage, #saleMessage {
    display: none;
}

.navlinks{
    margin: auto;
    text-align: center;
}

.navlinks p{
    margin: 0px; 
    padding: 0px;}

.DIVider {background-image: linear-gradient(to right, #11A6DF, #CF8C8D, #11A6DF);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 1%; width: 100%;
    display:inline-block;}

.herodiv {
    background-color: #10495d;
    background-image: url(Images/hero.png);
    background-repeat: repeat-x;
    height: 40%;
    background-position: center;
    background-size: contain;
    position: relative;
}

#logodiv:hover img{
	content:url("Images/logowhite.webp");
}

#shopicon:hover img{
	content:url("Images/shopiconwhite.webp");
}

#contacticon:hover img{
	content:url("Images/contacticonwhite.webp");
}

#abouticon:hover img{
	content:url("Images/abouticonwhite.webp");
}


#emailicon:hover {
	content:url("Images/emailiconwhite.png");
}

#twittericon:hover {
	content:url("Images/twittericonwhite.png");
}

#twitchicon:hover {
	content:url("Images/twitchiconwhite.png");
}

#patreonicon:hover {
	content:url("Images/patreoniconwhite.png");
}

#youtubeicon:hover {
	content:url("Images/youtubeiconwhite.png");
}

.navimagetext:hover a {
    color: #ffffff;
}

.cart-container:hover .circle {
    background-color: #ffffff; 
    color: #CF8C8D;
}

.circle {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: #11A6DF;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
	font-family: open sans, univers, sans-serif;
    font-size: 18px;
    border-width: 0;
    float: right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: -30px;
    margin-top:45px;
    line-height: 40px;
    
}
.cart {
    float: right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50%;
}

#rows, .cart-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers children (cart items) horizontally */
    justify-content: center;
}

#rows {
    width: 100%;
}
.rowDiv {
    width: 100%;
}
.cartcontainers img {height:60px;}

.fading-div {
    width: 100%;
    height: 3px; /* Adjust height as needed */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, 
                                          rgba(255, 255, 255, 1) 20%, 
                                          rgba(255, 255, 255, 1) 80%, 
                                          rgba(255, 255, 255, 0) 100%);
}

.itemTotal {
    width: 5rem;
    text-align: right;
}

.cartcontainers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    padding: 10px;
    margin: 0 auto;
}

.cartcontainers2 {
    text-align: right;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    }



.cart-container:hover img{
	content:url("Images/shopiconwhite.webp"); 
}
.cartincrements button {color: #ffffff;}

.cartincrements button:hover {
cursor:crosshair;
}

.cartincrements {
    text-align: center;
    font-weight: bold;
	font-family: open sans, univers, sans-serif;
    font-size: 18px;
    border-width: 0;
}

.cartincrements input {
    width: 40px;
    border-width:0px;
    border-radius: 25%;
    height:30px;
text-align: center;
}

.cartincrements input[type="number"]::-webkit-inner-spin-button,
.cartincrements input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cartincrements button {
    border-radius: 50%;
    background-color: #11A6DF;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
	font-family: open sans, univers, sans-serif;
    font-size: 18px;
    border-width: 0;
}


.cardunits {
    display: inline-block;
    width: 180px;
    padding:10px;
}

.cards { 
    padding-left: 2%;
    padding-right: 2%;}

.cards img {
    transition: transform 0.3s ease-in-out;
    height: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4%;}

.belowImgInfo {
    transition: transform 0.3s ease-in-out;
}

.cardunits .cards:hover ~ .belowImgInfo{
    transition: transform 0.3s ease-in-out;
    transform: translateY(1.4rem);}

.cards:hover img{
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;}

.centered {
    margin: 0 auto;
    width: fit-content; /* Or a specific width */
}


.buttonlikediv {
    user-select: none;
    border-radius: 15px;
    background-color: #11A6DF;
    min-width: 9em;
    height: 40px;
    padding: 10px;
    text-align: center;
    color: #ffffff !important;
    font-weight: bold;
	font-family: open sans, univers, sans-serif;
    font-size: 18px;
    border-width: 0;
    box-sizing: border-box;
    display: block;
    width: fit-content;
    cursor:crosshair;
}

.buttonlikediv:hover {
    background-color: #fffffF;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
    transition: all 0.2s;
    color: #CF8C8D !important;
}

.buttonlikediv:hover button {
    color: #11A6DF;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
    transition: all 0.2s;
}

.buttonlikediv input {
    width: 40px;
    border-width: 0;
    font-weight: bold;
    font-family: "Open Sans", Univers, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background-color: transparent;
    text-align: center;
    -moz-appearance: textfield; 
}

.buttonlikediv input[type="number"]::-webkit-inner-spin-button,
.buttonlikediv input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.buttonlikediv:hover input {
    color: #11A6DF;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
    transition: all 0.2s;
}

.buttonlikediv button {
    border-width: 0;
    background-color: transparent;
    color:#ffffff;
    font-weight: bold;
	font-family: open sans, univers, sans-serif;
    font-size: 18px;
    cursor: crosshair;
}

.buttonlikediv button:hover {
    color:#CF8C8D;
}

.price, .name {
    margin: 0;
}

.name {
    margin-top: 0.6rem;
}

.price {
    margin-bottom: 0.5rem;
}
 
.profile-container {
    display: flex; 
    align-items: center; 
    gap: 20px; 
    max-width: 60%; 
    margin: auto; 
}

.profile img {
    width: auto; 
    height: 30%;
}

.profile {
    flex: 1; 
    text-align: left;
}

.profile:first-child {
    flex: 0 0 auto;
}

.divGone {
    display: none;
}


@media (max-width:700px){
    .navlinkscontainer{
        top: 10px;
        gap: 5px;}
    .logodiv img{width: 150px}
    .navlinks p{display:none;}
    .navimagetext{
        padding-left: 1%;
        padding-right: 1%;
        width: 35px;
    }
    .navlinks img {width: 30px;}

    .profile-container {
        display: block; 
        max-width: 100%; 
    }

    .itemName {
        display: none;
    }
    
    .cartcontainers, .cartcontainers2 {
        width: 95%;
    }

    .fading-div {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, 
                                              rgba(255, 255, 255, 1) 5%, 
                                              rgba(255, 255, 255, 1) 95%, 
                                              rgba(255, 255, 255, 0) 100%);
    }
    
    .profile {
            padding-top: 10px;
        text-align: center;
    }
    .profile img {
        width: auto; 
        height: 50%;
    }

    .herodiv {
        height: 30%;
    }

    .cart-container {
        top: 40%;
     }
    
    
}

@media (min-width:701px){
    .logodiv img{width: 175px;}

    .navimagetext{
        padding-left: 1%;
        padding-right: 1%;
        width: 60px;}

    .navlinks img {width: 35px;}
}