/* static.css */

/* Base styles */
body {
  font-family: 'Inter', sans-serif;
  background: url('https://42e7pb7q6d5htvwnjuiaachs7tcfbl5sydjqmvbsl6xg6nihowka.ardrive.net/5on3h_Dw-nnWzU0QAAjy_MRQr7LA0wZUMl-ubzUHdZQ?') no-repeat center center fixed;
  background-size: 100% auto;;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
}


/* Constrain layout */
main {
  max-width: 1100px;
  margin: auto;
  padding: 2rem;
}

/* Headings */
h1, h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
}

h1 span {
  color: #4a6cf7; /* highlight "Sheety" */
}

/* Sections */
section {
  margin: 4rem 0;
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 16px;
}

/* Backgrounds for specific sections */
.hero { background: #ffffff; }
.about { background: #d4f8d4; }
.liquidity { background: #dce7fb; }
.media { background: #fcebb3; }
.community { background: #dce7fb; }

/* Default (fallback) */
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 12px;
}

/* Custom sizes tuned per image */
.hero-img {
  max-width: 100%;
}

.duck-img {
  max-width: 50%;
}

.liquidity-img {
  max-width: 100%;
}

.jumping-img {
  max-width: 50%;
}

.prize-img {
  max-width: 50%;
}

.kissy-img {
  max-width: 50%;
}

.bubble-img {
  max-width: 50%;
}

/* Links / Buttons */
a {
  display: inline-block;
  background: #4a6cf7;
  color: #fff;
  padding: 0.6rem 1.2rem;
  margin-top: 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
}

a:hover {
  background: #3548b2;
}

/* Header */
header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}

header img {
  height: 50px;
  margin: 0;
  border-radius: 0;
}

nav a {
  margin-left: 1rem;
  background: none;
  color: #4a6cf7;
  padding: 0;
}

nav a:hover {
  text-decoration: underline;
  background: none;
}

/* Footer */
footer {
  background: #fff;
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #555;
}
