
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap');
.hachi-maru-pop-regular {
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
}


.sidebar-right {
  text-align: center;
}

.sidebar-left {
  background-image: url("sidebg.jpg") !important;
  background-size: cover;      /* fills entire column */
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}

.main {
  background-image: url("mainbackground.siteblog.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
}

  .main {
  margin-left: 20px;   /* space from left sidebar */
  margin-right: 20px;  /* space from right sidebar */

}

.sidebar-right {
  background-image: url("sidebg.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar-left,
.sidebar-right {
  width: 180px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 15px;
  
  
}
.corner-doll {
  position: fixed;   /* THIS is what makes it stay */
  bottom: 0;
  left: 0;          /* sticks to right */
  width: 260px;      /* adjust size */
  z-index: 999;      /* keeps it above everything */
  pointer-events: none; /* makes it not block clicks */
}
/* Body cursor (your default cursor) */
body {
  cursor: url("cursor.png") 18 18, auto;
}

/* Buttons and links cursor */
button, .nav a {
  cursor: url("buttoncursor.png") 18 18, pointer;
}
/* Wrapper for all three columns */
.container {
  display: flex;
  justify-content: center; /* centers everything horizontally */
  gap: 20px; /* the gap between middle and sidebars */
}

/* Sidebars fixed width */
.sidebar-left,
.sidebar-right {
  width: 185px;
}

/* Middle column flexible */
.main {
  flex: 1;  /* takes up remaining space */
  min-width: 300px; /* optional, prevents shrinking too much */
}
/* Container for all columns */
.container {
  display: flex;
  justify-content: center; /* center the columns */
  gap: 20px;               /* space between middle column and sidebars */
  max-width: 1100px;       /* optional: container width */
  margin: 0 auto;          /* center on page */
}

/* Sidebars fixed width */
.sidebar-left,
.sidebar-right {
  width: 185px;
  background: #ffe0f0;     /* optional: for visibility */
}

/* Middle column flexible */
.main {
  flex: 1;                 /* fills remaining space */
  min-width: 300px;        /* don’t shrink too much */
  background-image: url("bgmain.jpg") !important;
}

/* Keep nav visible on top */
.nav {
  width: 100%;           /* span full page */
  text-align: center;
  background-image: url("nabackground.siteblog.gif"); 
  
  height: 80px;          /* adjust as needed */
  line-height: 80px;     /* vertical align links */
  position: relative;     /* stay in normal flow */
  z-index: 10;           /* make sure above banner if needed */
}

/* Banner spanning all columns */
.banner {
  width: 100%;            
  max-width: 1100px;      
  height: 120px;          
  display: block;
  margin: 0 auto 20px;    
  object-fit: cover;      
  z-index: 1;             /* behind nav if needed */
  position: relative;
}
/* Banner spanning all columns */
.banner {
  display: block;
  width: 100%;
  max-width: 1100px;  /* matches container width */
  height: 270px;      /* adjust as needed */
  margin: 0 auto 10px; /* 10px space below banner */
  object-fit: cover;
  background-image: url("banner.siteblog.png"); 

}

/* Navigation bar */
.nav {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 20px; /* center nav, 20px space below */
  text-align: center;
  height: 80px;        /* adjust nav height */
  line-height: 80px;   /* vertically center links */
  position: relative;  /* keeps it in normal flow */
  z-index: 5;          /* above banner if needed */
}

.nav a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-family: 'Amatic SC', cursive;
  font-size: 20px;
}

/* Container for content columns */
.container {
  display: flex;
  justify-content: center; /* center columns */
  gap: 20px;               /* space between middle and sidebars */
  max-width: 1100px;       /* total container width */
  margin: 0 auto;
}

/* Sidebars fixed width */
.sidebar-left,
.sidebar-right {
  width: 185px;
}

/* Middle column flexible */
.main {
  flex: 1;
  min-width: 300px;
  background-image: url("middlebackground.siteblog.jpg");
}
.b1 { background-image: url("heart.png"); }
.b2 { background-image: url("bow.png"); }
.b3 { background-image: url("star.png"); }


.cute-list {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 10px !important;
  color: hotpink;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 15px;
}

.cute-list li {
  list-style-type: none !important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
  padding-left: 25px;
  margin-bottom: 8px;
}

.cute-list li {
  font-family: 'Amatic SC', cursive;
  font-size: 18px;
}

.sidebar-left {
  text-align: center;
}
.about-pic {
  display: block;
  margin: 10px auto;
}
.socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.social-box {
  background-image: url("contactbg.jpg");
  padding: 20px;
  width: 200px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: 0.3s ease;
}

.social-box:hover {
  transform: translateY(-5px);
}

.social-box img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.social-box a {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  background: #ff4fa3;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
}

/* Container for boards */
.boards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 40px 20px;
}

/* Individual board card */
.board-card {
  display: block;
  text-align: center;
  background-image: url("boardbackground.jpg");
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: white;
  text-decoration: none;
}

.board-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.board-card h3 {
  padding: 10px;
}

.board-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}
/* Grid for Clothes board images */
.board-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
  padding: 20px;
}

.board-images img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.board-images img:hover {
  transform: scale(1.05);
}

/* Back button */
.back-button {
  display: inline-block;
  margin: 20px;
  padding: 6px 12px;
  background: #ff4fa3;
  color: white;
  text-decoration: none;
  border-radius: 6px;
}
.about-section {
  max-width: 700px;
  margin: 60px auto;
  text-align: center;
}

.about-section p {
  line-height: 1.6;
  opacity: 0.9;
  
}

.contact-section {
  margin-top: 80px;
  text-align: center;
}

.contact-links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

.contact-links a {
  text-decoration: none;
  padding: 10px 15px;
  border-bottom: 2px solid hotpink;
  transition: 0.3s;
  background: lightyellow;
}

.contact-links a:hover {
  color: hotpink;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}
site-footer {
  background-color: hotpink; /* pink background color */
  color: #fff; /* White text color */
  padding: 20px 0; /* Some top and bottom padding */
  text-align: center; /* Center-align text */
  width: 100%; /* Full width */
}

/* Style links within the footer */
footer a {
  color: #000;
  text-decoration: none; /* Remove underlines from links */
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 15px;
  
}

footer a:hover {
  text-decoration: underline; /* Add underline on hover */
}
.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.contact-btn img {
  width: 200px; /* blinkie size */
  height: auto;
  transition: 0.3s ease;
}

.contact-btn img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}