.theme2 button {
    border-width: 2px;
}

.theme2 .update-head {
    text-indent: 10px;
}

body.theme2 {
    margin: 0 auto;
    padding: 0;
    background-image: url('../images/theme2/vaporwave-background.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

.theme2 .page-title {
    font-size: 50px;
    padding-bottom: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
      }

.theme2 #prev-theme-button {
    background-image:url('../images/theme2/last-theme-button2.jpg');
   }

   .theme2 #prev-theme-button:hover {
    background-image:url('../images/theme2/last-theme-button2-hover.jpg');
   }
     
.theme2 #next-theme-button {
    background-image:url('../images/theme2/next-theme-button2.jpg');
   }

   .theme2 #next-theme-button:hover {
    background-image:url('../images/theme2/next-theme-button2-hover.jpg');
   }


.theme2 li {
    font-family: sim;
    color: #00ffc5;
    text-shadow: 1px 1px #3a3a3a;
}

.theme2 h1 {
    font-family: sim;
    color: #00ffc5;
    text-shadow: 1px 1px #3a3a3a;
    
}

.theme2 h2 {
    font-family: sim;
    color: #00ffc5;
    text-shadow: 1px 1px #3a3a3a;
}

.theme2 h3 {
	font-family: sim;
	font-size: 30px;
	text-align: center;
}

p.theme2 {
        font-family: sim;
        font-size: 14pt;
        text-indent: 1.5em;
}

.theme2 a {
    font-family: sim;
    color: #00ffc5;
    text-shadow: 1px 1px #3a3a3a;
}

.theme2 a:hover {
    color: rgb(255, 0, 0);
    transition-duration: 0.1s;
    cursor: pointer;
}

.theme2 div.header::before {
    content:url('../images/theme2/vapheader.webp');
    width: 1000px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.theme2 .nav-item {
    margin: 15px;
    margin-top: 0;
    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: uppercase;
}

.theme2 .nav-item:hover {
    background-color: rgba(255, 131, 234, 0.7);
    color: #00ffc5;
    cursor: pointer;
    font-size: 35px;
}

.theme2 .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 */
}

.theme2 .nav-item:hover::after {
    background-color: rgba(255, 131, 234, 0.3);
}


.theme2 .home {
    background-image: none;
      }
    
 .theme2 .shop {
        background-image: none;
      }
    
 .theme2 .archive {
        background-image: none;
      }

.theme2 .games {
        background-image: none;
      }
      


.theme2 .main {
    width: 990px;
    min-height: 1000px;
    margin: 0 auto;
    padding: 30px 5px;
    background-color: rgba(255, 131, 234, 0.3);
    display: flex;
    flex-direction: column;
    align-items: left;
    position: relative;
    overflow: hidden;
}

.theme2 .wave {
    position: relative;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    outline: 2px solid #00ffc5;
}

.theme2 .wave-subhead {
	text-align: center;
	padding: 0;
    font-family: sim;
    font-size: 30px;
}

.theme2 #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/theme2/back-to-top-button2.jpg');
    cursor: pointer;
    padding: 10px 10px;
}
  
.theme2 #scrollToTopBtn:hover {
    background-image:url('../images/theme2/back-to-top-button2-hover.jpg');
  }

  .theme2 .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;
}

.theme2 .footer {
    width: 990px;
    margin: 0 auto;
    padding: 1em 0.25em;
    background-color: rgba(255, 255, 255, .5);
    display: flex;
    justify-content: space-around;
}

.theme2 .footer-link {
    color: #000;
}

.theme2 .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;
}

.theme2 .wave:hover:after {
    opacity: 1;
    outline: 2px solid red;
}

.theme2 .game-thumb {
    position: relative;
    display: inline-block;
max-width: 200px;
background-color: #fff;
  }

.theme2 .game-thumb img {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #00ffc5;
}

.theme2 .game-title {
    position: relative;
    display: inline-block;
    max-width: 200px;
    font-size: 30px;
margin-bottom: 20px;
text-decoration: underline;
}

.theme2 .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;
      }

.theme2 .game-thumb:hover .gloss {
        opacity: 1;
    }

    .theme2 .mouse-container {
        visibility: hidden;
        }