@font-face {
  font-family: 'Spicy Rice';
  src: url('fonts/SpicyRice-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-VariableFont.wght.ttf') format('truetype');
  font-weight: 100 900; 
  font-style: normal;
}

h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900; 
  font-size: 35px;  
  background: linear-gradient(to bottom, #FFE454, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.4px #ffffff;
  margin: 10;          
  padding-bottom: 10px;
}


h1 {
  font-family: 'Spicy Rice', cursive;
  font-size: 83px;
  text-align: left;
  /* Gradient fill */
  background: linear-gradient(to bottom, #FFE454, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* White outline */
  -webkit-text-stroke: 0.1px #ffffff;
}

body {
  margin: 0;
  padding: 0;
  background: 
    linear-gradient(to top, #ffffff, rgba(255,255,255,0) 70%), 
    url('site/background.png') no-repeat center center;
  background-size: cover;      
  background-attachment: fixed; 
  font-family: Arial, sans-serif;
}



.main-box {
  width: 85%; 
  margin: 0 auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  min-height: 80vh;
}

.header {
  width: 97%;
  height: 120px;
  background: url('site/header\ banner.png') center/cover no-repeat;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  padding-left: 20px; 
  color: rgb(0, 0, 0);
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 auto;
}

.checkered {
  width: 99%;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;      
  justify-content: center;  
  position: relative;
  background: 
    linear-gradient(to bottom, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%),
    url('site/checkered.gif') repeat;
  border-radius: 10px;
}

.checkered-content {
  display: flex;
  gap: 20px;
}

.checkered-content img {
  position: relative; 
  animation: move-left-right 5s linear infinite alternate;
}

@keyframes move-left-right {
  0% { transform: translateX(-150px); }
  100% { transform: translateX(150px); }  
}



.checkered,
.scrolling-text {
  width: 99%;
  height: 70px;
  margin: 0 auto; 
  background: 
    linear-gradient(to bottom, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%),
    url('site/checkered.gif') repeat;
  background-size: repeat;
  border-radius: 10px; 
}

@keyframes slideCheck {
  from { background-position: 0 0, 0 20px, 20px -20px, -20px 0px; }
  to { background-position: 40px 0, 40px 20px, 60px -20px, 20px 0px; }
}

.middle {
  flex: 1;
  display: flex;
  background: linear-gradient(to bottom, #ffffff 0%, #FFCC47 5%, #FFCC47 95%, #ffffff 100%);
  padding: 30px 10px; 
  gap: 10px; 
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  box-sizing: border-box;
}


.left,
.right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: max-content; 
}


.left {
  display: flex;
  flex-direction: column;
  gap: 20px; 
  width: max-content;
}

.column.left > div,
.column.right > div {
  background-color: #ffffff;
  border-radius: 15px;
  height: 250px;   
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px dashed #ED9D00; 
}


.center {
  width: 50%;
  background-color: #ffffff;
  border: 3px dashed #ED9D00;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;  
  align-items: center;          
  padding: 20px;                 
  box-sizing: border-box;
  gap: 2px;                     
  min-height: 350px;
  overflow: auto;
}


.center h2,
.center img,
.center p {
  margin: 0;
  padding: 0;
}

.center p,
.center h3 {
  color: #d49100;
}


.center h2 {
  font-size: 50px;
}

.welcome-block {
  display: flex;
  align-items: flex-start;  
  gap: 15px;                
}

.welcome-block h3 {
  margin: 0;                
  line-height: 1.2;        
}

.welcome-block img {
  display: block;
  height: auto;            
}


.nav-box{
  width: 290px; 
  min-height: 280px;
}

.updates-box {
  width: 280px;  
  min-height: 280px;
}


.chat-box {
  width: 290px; 
}

.box {
  height: 350px;     
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  gap: 5px;
  overflow: auto;
  border: 3px dashed #ED9D00;
}


.chat-box,
.giftypet-box {
  background-color: #ffffff;
  border-radius: 15px;
  height: 350px;           
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;        
  border: 3px dashed #ED9D00; 
  flex-direction: column;
}


.giftypet-box {
  background-color: #ffffff;
  border-radius: 15px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;     
  padding: 10px;
  gap: 5px;
  
  border: 3px dashed #ED9D00; 
  box-sizing: border-box;      
  overflow: auto;              
}


.chat-box iframe,
.giftypet-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.nav-box {
  background: #ffffff url('site/navigation background.png') center/cover no-repeat;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;  
  gap: 5px;
  padding: 5px;
}

.nav-box h2 {
  margin: 0;
  padding-bottom: 5px; 
  font-size: 40px;      
  font-weight: 900;     
}

.nav-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 25px;
  background: linear-gradient(to bottom, #FFE454, #ff9900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px #ED9D00;
  text-decoration: none;
  display: block;       
  text-align: left;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}


.nav-link:hover {
  background: none;                  
  -webkit-text-fill-color: #ED9D00; 
  -webkit-text-stroke: 0.5px #ED9D00;
}

/* Updates Box */
.updates-box {
  height: 200px;
  background: #ffffff url('site/updates background.png') center/cover no-repeat;
  border-radius: 10px;
  overflow: auto;

  display: flex;           
  flex-direction: column; 
  justify-content: flex-start !important; 
  align-items: flex-start !important;     
  padding: 10px;
  gap: 5px;
}

.updates-box h2,
.updates-box p {
  margin: 0;    
  padding: 0;
  color: #A16000;
}



.scrolling-text {
  width: 84%;  
  max-width: 85%;
  margin: 0 auto;
  height: 130px;
  background: 
    linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%),
    url('site/checkered.gif') repeat;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.scrolling-text span {
  position: absolute;
  white-space: nowrap;
  font-size: 2rem;             
  font-weight: 900;             
  color: #A16000;              
  -webkit-text-stroke: 1px #ffffff; 
  text-stroke: 0.5px #ffffff;         
  animation: slideText 15s linear infinite;
  top: 50%;                      
  transform: translateY(-50%);   
}

@keyframes slideText {
  0% { left: -100%; }
  100% { left: 100%; }
}

.scrolling-text button { 
  font-size: 2rem; 
  font-weight: bold; 
  color: #A16000; 
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; 
  background: none; border: none; cursor: pointer; margin: 0 5px; 
  white-space: nowrap; 
  user-select: none;
   padding: 0; }


.scrolling-content {
  display: flex;
  flex-direction: column; 
  align-items: center;     
  gap: 5px;               
  padding-top: 0;
  padding-bottom: 0;
}

#volumeBar {
  width: 80%;   
  margin-top: 5px; 
}


.bubble {
  position: fixed;
  bottom: -80px;
  pointer-events: auto;
  animation: floatUp linear infinite;
  z-index: 9999;
  cursor: pointer;
  opacity: 0.8;
  transition: transform 0.2s ease;
}

.bubble:hover {
  transform: scale(1.1);
}

@keyframes floatUp {
  from {
    transform: translateY(0) scale(1);
    opacity: 0.8;
  }
  to {
    transform: translateY(-110vh) scale(1.2);
    opacity: 0;
  }
}



.middle.int {
  display: flex;
  justify-content: center; 
  align-items: flex-start;
  gap: 20px; 
  padding: 20px;
}



.int.column.left,
.int.column.right {
  flex: 1.2;                  
  max-width: 306px;           
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.int.column.center {
  flex: 1.6;                  
  max-width: 540px;           
  background-color: #fff;
  border: 3px dashed #ED9D00;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.intleftbot-box,
.intrighttop-box,
.intrightbot-box {
  width: 100%;               
  min-height: 300px;
  border: 3px dashed #ED9D00;
  border-radius: 15px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.intleftbot-box {
  background-color: #fff3da !important;
}

.intrighttop-box {
  background-color: #beeeff !important;
}

.intrightbot-box {
  background-color: #ffe4f2 !important;
}


.intleftbot-box h3 {
  background: linear-gradient(to bottom, #FFE454, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.1px #ffffff; 
  font-weight: 900; 
  font-size: 25px;
  margin-bottom: 5px; 
  margin-top: 0;     
}

.intleftbot-box p {
  color: #d49100;
}



.intrighttop-box h3 {
  background: linear-gradient(to bottom, #54c9ff, #008cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.1px #ffffff; 
  font-weight: 900; 
  font-size: 23px;
  margin-bottom: 0px; 
  margin-top: 0;     
}

.intrighttop-box p {
  color: #0086d4;
}



.intrightbot-box h3 {
  background: linear-gradient(to bottom, #ffbcdc, #ca4a8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.1px #ffffff; 
  font-weight: 900; 
  font-size: 24px;
  margin-bottom: 0px; 
  margin-top: 0;      
}

.intrightbot-box p {
  color: #e052a5;
}


.shr.column.center {
  margin: 0 auto;              
  width: 600px;                
  max-width: 90%;              
  background-color: #fff;      
  border: 3px dashed #ED9D00;  
  border-radius: 15px;         
  padding: 20px;
  box-sizing: border-box;
  text-align: center;        
}


.shr.column.center h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 10px;
  background: linear-gradient(to bottom, #FFE454, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.4px #ffffff;
}

.shr.column.center p {
  color: #d49100;
  font-size: 18px;
  line-height: 1.6;
}


.back-btn {
  background: linear-gradient(to bottom, #FFE454, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.1px #ffffff;
  text-decoration: none;
  font-weight: 900;
  transition: none; 
  cursor: pointer;
}

.back-btn:hover {
  background: none;
  -webkit-text-fill-color: #ED9D00;
  -webkit-text-stroke: 0.4px #ED9D00;
}



.blo.column.left {
  width: 400px;     
  height: 800px;      
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;          
  box-sizing: border-box;
}



.blo.column.right {
  width: 1050px;
  height: 800px;
  background-color: #ffffff;    
  border-radius: 15px;
  border: 3px dashed #ED9D00;
  display: flex;
  flex-direction: column; 
  justify-content: flex-start; 
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;  
}


.blo.column.right h2,
.blo.column.right img,
.blo.column.right p {
  margin: 0px 0; 
  padding: 0;    
}

.blo.column.right p, 
center {
  color: #ad6200
}




.ext.column.center {
  margin: 0 auto;              
  width: 1200px;               
  max-width: 100%;              
  background-color: #fff;      
  border: 3px dashed #ED9D00;  
  border-radius: 15px;         
  padding: 20px;
  box-sizing: border-box;
  text-align: center;          
}


.ext a {
  color: #0086d4;          
  transition: color 0s ease; 
}

.ext a:hover {
  color: #00c3ff;          
}


.fri.column.right {
  width: 1050px;          
  max-height: 800px;      
  overflow-y: auto;      
  background-color: #ffffff;    
  border-radius: 15px;
  border: 3px dashed #ED9D00;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.fri.column.left {
  width: 400px;       
  height: 800px;      
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  overflow: auto;     
}


.friend-link {
  text-decoration: none;
  font-size: 1.5em; 
  color: inherit;
  text-shadow: 
    -1px -1px 0 #A16000,  
     1px -1px 0 #A16000,
    -1px  1px 0 #A16000,
     1px  1px 0 #A16000; 
}

.friend-link:hover {
  color: #ffd900 !important; 
  transition: none;
}

.fri.column.right h3 {
  margin: 2px 0;  
}

.fri.column.right h2 {
  font-size: 40px;
}

.fri.column.right p {
  color: #d49100;
}

.fri.column.right * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.middle.int {
  display: flex;
  justify-content: center; 
  align-items: flex-start;
  gap: 20px; 
  padding: 20px;
}



.int.column.left,
.int.column.right {
  flex: 1.2;                  
  max-width: 306px;           
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.int.column.center {
  flex: 1.6;                  
  max-width: 540px;           
  background-color: #fff;
  border: 3px dashed #ED9D00;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}




.art-row {
  display: flex;
  gap: 20px;                
  width: 100%;
  box-sizing: border-box;
  justify-content: center;   
}


.art.column.left {
  width: 27%;               
  display: flex;
  flex-direction: column;
  gap: 20px;                 
  box-sizing: border-box;
}



.art.column.center {
  flex: 1;                  
  min-width: 500px;         
  background-color: #fff;
  border: 3px dashed #ED9D00;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.artleftbot-box {
  width: 100%;               
  min-height: 300px;
  border: 3px dashed #ED9D00;
  border-radius: 15px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}


.artleftbot-box {
  background-color: #fff3da !important;
}


.artleftbot-box h2 {
  background: linear-gradient(to bottom, #FFE454, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.1px #ffffff; 
  font-weight: 900; 
  font-size: 40px;
  margin-bottom: 5px; 
  margin-top: 0;     
}

.artleftbot-box p {
  color: #d49100;
}



.artleftbot-box .year-buttons {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 0px;        
  align-items: flex-start;
}


.artleftbot-box.box {
  padding-top: 0;
}


.artleftbot-box button {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 25px;
  background: linear-gradient(to bottom, #FFE454, #ff9900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px #ED9D00;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 5px 8px;
  background-color: transparent;
}

.artleftbot-box button:hover {
  background: none;                    
  -webkit-text-fill-color: #ED9D00;    
  -webkit-text-stroke: 0.5px #ED9D00;
  color: #ED9D00;                      
}


#gallery-images {
  display: flex;
  flex-direction: row;   
  flex-wrap: wrap;       
  gap: 20px;            
  margin-top: 10px;
  justify-content: center; 
}


#gallery-images img {
  width: 200px;             /* size of the square thumbnail */
  height: 200px;           
  object-fit: cover;        
  border: 2px solid #ED9D00;
  border-radius: 10px;
  cursor: pointer;         
  transition: transform 0.2s ease;
}



#lightbox {
  display: none;             
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border: 3px solid #ED9D00;
  border-radius: 10px;
}



.shr.column.left {
  width: 400px;     
  height: 800px;      
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;          
  box-sizing: border-box;
}



.shr.column.right {
  width: 1050px;
  height: 800px;
  background-color: #ffffff;    
  border-radius: 15px;
  border: 3px dashed #ED9D00;
  display: flex;
  flex-direction: column; 
  justify-content: flex-start; 
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}


.shr.column.right h2,
.shr.column.right img,
.shr.column.right p {
  margin: 0px 0; 
  padding: 0;    
}

.shr.column.right p, 
center {
  color: #ad6200
}



.shr a {
  color: #0086d4;          
  transition: color 0s ease; 
}

.shr a:hover {
  color: #00c3ff;          
}


.arrow {
  cursor: pointer;
  margin-left: 10px;
  font-weight: bold;
}

.blog-content {
  margin-top: 10px;
  padding: 10px;
  max-height: 210px;           
  overflow-y: auto;          
  overflow-wrap: break-word;   
  word-wrap: break-word;       
  line-height: 1.5;
}

.blog-content::-webkit-scrollbar {
  width: 8px;
}

.blog-content::-webkit-scrollbar-thumb {
  background-color: #ED9D00;
  border-radius: 5px;
}

.blog-content::-webkit-scrollbar-track {
  background: #fff;
}

.blog-entry {
  width: 100%;
  margin-bottom: 20px;
  border: 3px dashed #ED9D00;  
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff8e1;    
}

.blog-entry p {
  margin: 0;
  display: flex;
  justify-content: space-between; 
  align-items: center;
}
