/*general stuff*/
body {
  background-color: #ffeab7; 
  background-image: url("https://imagesforblogsite.carrd.co/assets/images/image16.jpg?v=3eb31069");
  background-repeat: repeat;      
  background-position: top left;      
  background-attachment: fixed;
  background-size: cover;   
  background-size: 500px auto; 
  
  font-family: 'Pixelify Sans', sans-serif; 
  color: #4b2e05;
  margin: 0;
  padding: 40px 0;

}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Pixelify Sans', sans-serif;
  color: #4b2e05;
}

p, span, li, a, div {
  font-family: 'Courier New', sans-serif;  
  color: #333;
  font-size: 13px;             
  line-height: 1.5;                 
}


#scrollable-main {
  display: flex;
  gap: 20px;
  height: 400px;     
  overflow: auto;       
}

.headerimage {
  display: block;
  width: 900px;  
  height: auto;
  margin: 20px auto;
  border-radius: 10px;
} 

  ::selection {
  background: #ffcc80;
  color: #3a2403;     
}

::-moz-selection {
  background: #ffcc80;
  color: #3a2403;
}

#container {
  width: 760px;
  margin: auto;
  border: 15px solid transparent;
  border-image: url("https://dl.dropbox.com/s/rr5se47u373c2yn/orange%20lace.png") 8 fill round;
  padding: 20px;
  text-align: center;
}

/* end of general stuff */

/*button wall*/
.buttonwall-marquee {
  overflow: hidden;   
  width: 100%;                 
  border-radius: 5px;
  background:#fdf2f0;
  padding: 2px 0 ;
}

.marquee-track {
  display: flex;
  gap: 1px;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}

.marquee-track img {
  width: 80px;
  height: auto;
  border-radius: 8px;
}

.buttonwall-marquee {
  max-width: 100%;
  overflow: hidden;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/*button wall*/

 /*chatbox*/
 
 .chatbox {
  width: 220px; 
  height: 350px;               
  display: flex;
  margin-top: 3px;
  flex-direction: column;
  border: 2px solid #cbbcff;
  border-radius: 10px;
  background: #fffdf4;
  overflow: hidden;
  font-family: 'Pixelify Sans', sans-serif;
}

.chat-header {
  background: #f8f4ff;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #cbbcff;
}

.chat-messages {
  flex: 1;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow-y: auto;
}

.message {
  max-width: 80%;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 12px;
}

.message.received {
  background: #f0e0ff;
  align-self: flex-start;
}

.message.sent {
  background: #cbbcff;
  align-self: flex-end;
  color: #fff;
}

.chat-input {
  display: flex;
  border-top: 2px solid #cbbcff;
}

.chat-input input {
  flex: 1;
  padding: 5px;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 12px;
}

.chat-input button {
  padding: 5px 10px;
  background: #cbbcff;
  border: none;
  color: #fff;
  cursor: pointer;
}

/*chatbox*/

#header h1 {
  margin: 0;
  font-size: 40px;
  color: #4b2e05;
  text-shadow: 2px 2px 0 #fff;
}

.welcometext{
 border-radius: 15px;
  padding: 15px 25px;
  max-width: 700px;
  margin: 20px auto;            
  text-align: center;
}

mark {
  background-color: rgba(255, 204, 128, 0.6);
  color: #3a2403;  
  opacity: 1;
  padding: 0 4px;             
  border-radius: 25px;          
  display: inline-block;    
  width: auto;                 
}

.welcomeimg{
  width: 25px;
  display: block;
  margin: 20px auto;
  height: auto;
}

#visitorcounter{
  text-align: center;
  font-family: 'Pixelify Sans', sans-serif; 
  font-size: 18px;                          
}

#visitorcounter img,
#visitorcounter a {
  display: inline-block; 
  vertical-align: middle;
  margin: 0 10px;
}

#nav {
  margin: 15px 0;
  font-size: 18px;
}
#nav a {
  color: #6a3d00;
  text-decoration: none;
  padding: 4px 10px;
  transition: 0.3s;
}
#nav a:hover {
  background: white;
  border-radius: 25px;
}



#sidebar {
  width: 220px;
  background: #fffdf4;
  border: 3px dotted #f6d28d;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
}

#sidebar h3 {
  margin-top: 0;
  font-size: 20px;
  color: #6a3d00;
}

#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

#sidebar ul li {
  margin: 8px 0;
}

#sidebar ul li a {
  text-decoration: none;
  color: #4b2e05;
  transition: 0.3s;
}

#sidebar ul li a:hover {
  color: #b26e00;
}

#sidebar {
  width: 220px;
  background: #fffdf4;
  border: 3px dotted #f6d28d;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
  height: 100%;
  overflow-y: auto;       
}


#sidebar h3 { margin-top: 0; font-size: 20px; color: #6a3d00; }
#sidebar ul { list-style: none; padding: 0; margin: 10px 0 0 0; }
#sidebar ul li { margin: 8px 0; }
#sidebar ul li a { text-decoration: none; color: #4b2e05; transition: 0.3s; }
#sidebar ul li a:hover { color: #b26e00; }

.date {
  font-family: 'Pixelify Sans', sans-serif !important;
  font-size: 0.8em;
  color: #0065ff;
  text-align: right;   
  font-style: italic;
}

.readmore {
  font-family: 'Pixelify Sans', sans-serif !important;
  font-size: 0.8em;
  color: #4b2e05;
  text-align: right;   
}


/*sections*/


.chat-header{
font-family: 'Pixelify Sans', sans-serif ;
}

#main {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: nowrap; 
}

.left-column {
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.center-column {
  flex: 1; 
    width: 220px;
  background: #fffdf4;
  border: 3px dotted #f6d28d;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
  height: 100%;
  
  display: flex;
  justify-content: center;
}

.center-column .welcome {
  width: 100%;
  max-width: 400px;
}

.center-column .welcomeimg {
  width: 30px; 
  margin: 10px auto;
}

.right-column {
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.left-column .miniblog {
  height: 90px;      
  overflow-y: scroll;   
  background: #f8f4ff;
  border: 2px solid #cbbcff;
  border-radius: 10px;
  padding: 5px;
  text-align: justify;  
}

.left-column .miniblog .post{
  margin-bottom: 10px;
  border-bottom: 1px dotted #c3a9ff;
  padding-bottom: 5px;
  text-align: justify;
  text-justify: inter-word;
  margin-left: 0;  
}

.right-column {
  width: 250px; 
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0; 
}

.right-column .updates {
  height: 150px;  
  overflow-y: scroll; 
  background: #f8f4ff;
  border: 2px solid #cbbcff;
  border-radius: 10px;
  padding: 5px;
  text-align: justify;  
  text-justify: inter-word;
}

.right-column .updates h3 {
  margin-top: 0;
}

.right-column .updates ul {
  list-style: none; 
  padding-left: 0;
  margin: 0;
}

.left-column .miniblog,
.right-column .updates {
    text-align: justify;
    text-align-last: left;  
    hyphens: auto;      
}

.box h3 { margin-top: 0; }
.miniblog .post, .updates .post { margin-bottom: 10px; border-bottom: 1px dotted #c3a9ff; padding-bottom: 5px; }



 /*scrolling*/
.left-column .miniblog,
.right-column .updates,
.chat-messages {
  overflow-y: scroll;          
  scrollbar-width: thin;       
  scrollbar-color: transparent transparent; 
}

.left-column .miniblog::-webkit-scrollbar,
.right-column .updates::-webkit-scrollbar,
.chatbox::-webkit-scrollbar {
  width: 0px;         
  background: transparent;
}

.left-column .miniblog:hover,
.right-column .updates:hover,
.chat-messages:hover{
  scrollbar-width: thin;      
  scrollbar-color: #cbbcff #f8f4ff; 
}

.left-column .miniblog:hover::-webkit-scrollbar,
.right-column .updates:hover::-webkit-scrollbar,
.chat-messages:hover::-webkit-scrollbar{
  width: 6px;
}

.left-column .miniblog:hover::-webkit-scrollbar-track,
.right-column .updates:hover::-webkit-scrollbar-track,
.chat-messages:hover::-webkit-scrollbar{
  background: #f8f4ff;
  border-radius: 5px;
}

.left-column .miniblog:hover::-webkit-scrollbar-thumb,
.right-column .updates:hover::-webkit-scrollbar-thumb,
.chat-messages:hover::-webkit-scrollbar{
  background-color: #cbbcff;
  border-radius: 5px;
  border: 1px solid #f8f4ff;
}

/*scrolling*/

/*profile area*/

.profile-box {
  display: flex;
  gap: 15px;
  flex-direction: column;
  background: #fffdf4;
  border: 3px dotted #f6d28d;
  border-radius: 10px;
  padding: 10px;
  max-width: 300px;
  box-sizing: border-box;
  margin-top: 10px;
}

.profile-avatar {
  width: 200px;
  height: 200px;
    object-fit: cover; 
  border-radius: 50%;
}

.profile-avatar:hover {
  opacity: 0.9;
  transform: scale(1.03);
  transition: 0.2s ease;
}

.miniphoto {
  width: 30px;  
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 10px; 
}

.profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-name {
  margin: 0;
  font-family: 'Pixelify Sans', sans-serif;
  font-size: 1.2em;
  color: #4b2e05;
}

.profile-bio {
  margin: 0;
  font-family: 'Courier New', monospace;
  font-size: 13px;
  color: #333;
  text-align: left;
}

.profile-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px; 
}

.linktopage-box{
  display: flex;
  gap: 5px;
  left: -100px;
  flex-direction: column;
  align-items: center;    
  justify-content: center;
  background: #fffdf4;
  border: 3px dotted #f6d28d;
  border-radius: 10px;
  padding: 10px;
  width: 150px;
  height: 100px;
  box-sizing: border-box;
  margin-top: 10px;
   overflow: hidden;
}

.linktext{
   font-size: 12px;
  align-items: center;
  width: 50px;
  height: auto;
}


.imagelink{
  align-items: center;
  width: 40px;
  height: auto;
}


#footer {
  border-top: 1px solid #f0dba7;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 14px;
  color: #7a5b1a;
}