.theme3 button {
    border-width: 0px;
}

.theme3 .update-head {
    text-indent: 10px;
}

body.theme3 {
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

.theme3 .page-title {
    font-size: 60px;
    text-transform: lowercase;
    text-align: left;
    text-indent: 5%;
    padding-bottom: 2%;
    margin-bottom: 30px;
      }

.theme3 #home-title {
    background-color: #ffcc00;
    font-family: noto-sans;
    color: #000;
}

.theme3 #shop-title {
    background-color: #000099;
    font-family: noto-sans;
    color: #fff;
}

.theme3 #archive-title {
    background-color: #9bce00;
    font-family: noto-sans;
    color: #000;
}

.theme3 #games-title {
    background-color: #660099;
    font-family: noto-sans;
    color: #fff;
}

.theme3 #prev-theme-button {
    background-image:url('../images/theme3/last-theme-button3.jpg');
   }

   .theme3 #prev-theme-button:hover {
    background-image:url('../images/theme3/last-theme-button3-hover.jpg');
   }
     
.theme3 #next-theme-button {
    background-image:url('../images/theme3/next-theme-button3.jpg');
   }

   .theme3 #next-theme-button:hover {
    background-image:url('../images/theme3/next-theme-button3-hover.jpg');
   }


.theme3 li {
    font-family: Times;
    color: rgb(0,0,239);
 
}

.theme3 h1 {
    font-family: Times;
    color: rgb(0,0,239);
 
    
}

.theme3 h2 {
    font-family: Times;
    color: rgb(0,0,239);
 
}



.theme3 h3 {
	font-family: Times;
	font-size: 30px;
	text-align: center;
}

p.theme3 {
        font-family: Times;
        font-size: 14pt;
        text-indent: 1.5em;
}

.theme3 a {
    font-family: Times;
    color: rgb(0,0,239);
 
}

.theme3 a:hover {
    color: rgb(255, 0, 0);
    transition-duration: 0.1s;
    cursor: pointer;
}

.theme3 div.header::before {
    content:url('../images/theme3/fiend-ebay-logo.jpg');
    width: 1000px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.theme3 .nav-item {
    margin: 15px;
    margin-top: 0;
    font-family: noto-sans;
    font-size: 30px;
    border: 3px none #272727;
    color: rgb(41, 38, 29);
	text-decoration: none;
    padding: 17px 50px;
    background-color: rgba(255, 131, 234, 0.0);
    transition-duration: 0.3s;
    text-transform: lowercase;
}

.theme3 .nav-item:hover {
    background-color: rgb(255, 0, 0);
    color: #fff;
    cursor: pointer;
}

.theme3 .nav-item::after {
    content: ''; /* Ensure the ::after element is generated */
    display: block; /* Ensure the ::after element takes up space */
    background-color: rgba(255, 131, 234, 0.0);
    font-size: 30px;
    transition: background-color 0.3s; /* Apply transition to the base state */
}

.theme3 .nav-item:hover::after {
    background-color: rgba(255, 131, 234, 0.3);
}


.theme3 .home {
    background-color: #ffcc00;
    color: #000;
    text-transform: lowercase;
      }
    
 .theme3 .shop {
    background-color: #000099;
    color: #fff;
    text-transform: lowercase;
      }
    
 .theme3 .archive {
    background-color: #9bce00;
    color: #000;
    text-transform: lowercase;
      }

.theme3 .games {
    background-color: #660099;
    color: #fff;
    text-transform: lowercase;
      }
      


.theme3 .main {
    width: 990px;
    min-height: 1000px;
    margin: 0 auto;
    padding: 30px 5px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: left;
    position: relative;
    overflow: hidden;
}

.theme3 .wave {
    position: relative;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    outline: 2px solid #ffcc00;
}

.theme3 .wave-subhead {
	text-align: center;
	padding: 0;
    font-family: Times;
    font-size: 30px;
}

.theme3 #scrollToTopBtn {
    display: none; /* Hide the button by default */
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 99;
    font-size: 30px;
    font-family: Trajan;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.0);
    background-image:url('../images/theme3/back-to-top-button3.jpg');
    cursor: pointer;
    padding: 10px 10px;
}
  
.theme3 #scrollToTopBtn:hover {
    background-image:url('../images/theme3/back-to-top-button3-hover.jpg');
  }

  .theme3 .theme-button {
    top: 89%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 99;
    content:url();
    font-size: 20px;
    font-family: Trajan;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.0);
    cursor: pointer;
    padding: 10px 10px;
}

.theme3 .footer {
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    width: 990px;
    margin: 0 auto;
    padding: 1em 0.25em;
    background-color: rgba(255, 255, 255, .5);
    display: flex;
    justify-content: space-around;
}

.theme3 .footer-link {
    color: #00f;
}

.theme3 .wave::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.theme3 .wave:hover:after {
    opacity: 1;
    outline: 2px solid red;
}

.theme3 .game-thumb {
    position: relative;
    display: inline-block;
max-width: 200px;
background-color: #fff;
  }

.theme3 .game-thumb img {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #660099;
}

.theme3 .game-title {
    position: relative;
    display: inline-block;
    max-width: 200px;
    font-size: 30px;
margin-bottom: 20px;
text-decoration: underline;
}

.theme3 .game-thumb .gloss {
    position: absolute;
    top: 0;
    left: 00;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid red;
    opacity: 0;
    transition: opacity 0.3s ease;
      }

.theme3 .game-thumb:hover .gloss {
        opacity: 1;
    }

    .theme3 .mouse-container {
        visibility: hidden;
        }