body {
    background: url(assets/cloudbackground.gif);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    animation: clouds 50s infinite;
}

@keyframes clouds {0% {background-position: 0%;} 100% {background-position: 100%;}
  }

.title {
    font-family:  "Comic Sans MS", "Comic Sans", cursive;
    text-shadow: 5cm;
}

.hello_name {
    font-family:  "Comic Sans MS", "Comic Sans", cursive;
    text-shadow: 10px;
    margin-top: 25px;
}

.btn {
    background: url(assets/buttonbackground.gif);
    color: black;
    padding: 6px 6px;
    text-align: center;
    font-size: 18px;
    margin: 2px 2px;
    transition: 0.5s;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    list-style-type: none;
    overflow: hidden;
    background-size: cover;
    padding: 10px;
    border-radius: 5px;
    border-style: solid;
  } 
  
  .btn:hover {
    background: url(assets/cat_explosion.gif);
    background-position: center;
    font-family: "Comic Sans MS", "Comic Sans", cursive; 
    font-weight: bold
  }

  .btn2 {
    background: url(assets/buttonbackground.gif);
    color: black;
    padding: 6px 6px;
    text-align: center;
    font-size: 18px;
    margin: 2px 2px;
    transition: 0.5s;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    list-style-type: none;
    overflow: hidden;
    background-size: cover;
    padding: 10px;
    border-radius: 5px;
    border-style: solid;
    animation: color-change 10s infinite;
  }
  @keyframes color-change {
    0% {
      color: #FF0000;
    }
    20% {
      color: #FFA500;
    }
    32.5% {
      color: #c7c700;
    }
    48% {
      color: #65ca00;
    }
    60.5% {
      color: #00b8b8;
    }
    74% {
      color: #0000FF;
    }
    86.5% {
      color: #9932CC;
    }
    100% {
      color: #FF1493;
    }}
  
 .btn2:hover {
    background: url(assets/cat_explosion.gif);
    background-position: center;
    font-family: "Comic Sans MS", "Comic Sans", cursive; 
    font-weight: bold
  }


  .btn3 {
    background: url(assets/skeleton-wheelchair.gif);
    color: black;
    padding: 6px 6px;
    text-align: center;
    font-size: 18px;
    margin: 2px 2px;
    transition: 0.5s;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    list-style-type: none;
    overflow: hidden;
    background-size: fill;
    padding: 10px;
    border-radius: 5px;
    border-style: solid;
    animation: color-change-fire 10s infinite;
  }
  @keyframes color-change-fire {
    0% {
      color: #FF0000;
    }
    20% {
      color: #ff9100;
    }
    32.5% {
      color: #c70000;
    }
    48% {
      color: #000000;
    }
    60.5% {
      color: #ff0000;
    }
    74% {
      color: #ff9100;
    }
    86.5% {
      color: #ff0000;
    }
    100% {
      color: #000000;
    }}
  
 .btn3:hover {
    background: url(assets/skeleton-burning.gif);
    background-position: center;
    font-family: "Comic Sans MS", "Comic Sans", cursive; 
    font-weight: bold
  }


.posts {
    background: url(assets/buttonbackground.gif);
    color: black;
    padding: 6px 6px;
    text-align: center;
    font-size: 18px;
    margin: 2px 2px;
    transition: 1s;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    list-style-type: none;
    overflow: hidden;
    background-size: cover;
    padding: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #000000;
    animation: color-change 10s infinite;
    width: 950px;
    height: 80px;
    margin-bottom: 10px;
  }
  @keyframes color-change {
    0% {
      color: #FF0000;
    }
    20% {
      color: #FFA500;
    }
    32.5% {
      color: #c7c700;
    }
    48% {
      color: #65ca00;
    }
    60.5% {
      color: #00b8b8;
    }
    74% {
      color: #0000FF;
    }
    86.5% {
      color: #9932CC;
    }
    100% {
      color: #FF1493;
    }}
  
 .posts:hover {
    background: url(assets/sillymlem.gif);
    background-position: center;
    background-size: cover;
    font-family: "Comic Sans MS", "Comic Sans", cursive; 
    font-weight: bold
  }


.profile {
    background: url(assets/profilebackground.gif);
    color: black;
    padding: 6px 6px;
    text-align: center;
    font-size: 18px;
    margin: 2px 2px;
    transition: 1s;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    list-style-type: none;
    overflow: hidden;
    background-size: cover;
    padding: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #000000;
    animation: color-change 10s infinite;
    width: 950px;
    height: 80px;
  }
  @keyframes color-change {
    0% {
      color: #FF0000;
    }
    20% {
      color: #FFA500;
    }
    32.5% {
      color: #c7c700;
    }
    48% {
      color: #65ca00;
    }
    60.5% {
      color: #00b8b8;
    }
    74% {
      color: #0000FF;
    }
    86.5% {
      color: #9932CC;
    }
    100% {
      color: #FF1493;
    }}

.rgb {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size: 20px;
    animation: color-change 10s infinite;
    padding-right: 6px;
    font-weight: bold;
  }
  @keyframes color-change {
    0% {
      color: #FF0000;
    }
    20% {
      color: #FFA500;
    }
    32.5% {
      color: #c7c700;
    }
    48% {
      color: #65ca00;
    }
    60.5% {
      color: #00b8b8;
    }
    74% {
      color: #0000FF;
    }
    86.5% {
      color: #9932CC;
    }
    100% {
      color: #FF1493;
    }
  }

.comicsans {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
  }

.flex-container {
    display: flex;
    background-color: DodgerBlue;
  }
  
.flex-container > div {
    background-color: #f1f1f1;
    margin: 10px;
    padding: 20px;
    font-size: 30px;
  }

.sillychatlogo {
    max-width: 400px;
    max-height: 300px;
    padding-left: 0px;
    padding-top: 8px;
    margin-bottom: 25px;
  }

input[type=text] {
    color: #000000;
    font-weight: bolder;
    font-family:  "Comic Sans MS", "Comic Sans", cursive;
    font-size: 17px;
    height: 28px;
    padding-left: 10px;
    text-decoration: none;
    background-image: url(assets/textfield.png);
    background-repeat: repeat-x;
    border-radius: 5px; /*up to date browsers support this, but you can add prefixes if you want*/
    border-style: solid;
}

input[type="password"] {
  color: #000000;
  font-weight: bolder;
  font-family:  "Comic Sans MS", "Comic Sans", cursive;
  font-size: 17px;
  height: 28px;
  padding-left: 10px;
  text-decoration: none;
  background-image: url(assets/textfield.png);
  background-repeat: repeat-x;
  border-radius: 5px; /*up to date browsers support this, but you can add prefixes if you want*/
  border-style: solid;
}

textarea {
  color: #000000;
  font-weight: 500;
  font-family:  "Comic Sans MS", "Comic Sans", cursive;
  font-size: 16px;
  padding-left: 10px;
  text-decoration: none;
  background-image: url(assets/sillytextbox.jpg);
  border-radius: 10px; /*up to date browsers support this, but you can add prefixes if you want*/
  border-style: solid;
  border-color: #000000;
}

input[type=submit] {
  color: #000000;
  font-weight: bolder;
  font-family:  "Comic Sans MS", "Comic Sans", cursive;
  font-size: 16px;
  height: 28px;
  padding-left: 10px;
  text-decoration: none;
  background-image: url(assets/textfield.png);
  background-repeat: repeat-x;
  border-radius: 5px; /*up to date browsers support this, but you can add prefixes if you want*/
  border-style: solid;
}

.comic_sans_text {
  font-family:  "Comic Sans MS", "Comic Sans", cursive;
  text-shadow: 5cm;
}

.pikunikugif {
  color: rgba(0,0,0,0.2);
  margin-left: auto;
  margin-right: auto;
  opacity: 0.2;
  border-radius: 5px;
  max-width: 80%; 
}

.becoming-member {
  font-family:  "Comic Sans MS", "Comic Sans", cursive;
  text-shadow: 5cm;
  font-size: 28px;
}

.video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  width: 900px;
  height: 635px;
  box-shadow: 10px black;
  object-fit: cover;
  border-radius: 15px;
  border-style: solid;
  border-color: #000000;
}

.centertext {
  text-align: center;
  font-weight: bold;
}

.hasmadepost {
  color: #000000;
  margin: 2px;
  text-decoration: underline;
}

.gravatar {
  width: 85px;
  height: 85px;
}

.gravatarprofile {
  width: 180px;
  height: 180px;
  margin-top: 24px;
}

.imageoutline {
    color: #000000;
    border-radius: 10px;
    border-style: solid;
    border-color: #000000;
  }

.sillycatdance {
  width: 250px;
  height: 350px;
}

#header-wrapper {
    background-image: url("assets/pinkclouds.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#gate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 3rem auto;
  text-align: center;
}

#gate input[type=password] {
  margin-top: 1rem;
  padding: .5rem;
  font-size: 1rem;
  border: 2px solid hotpink;
  border-radius: 6px;
  background: pink;
  color: black;
}

#gate button {
  margin-top: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.album-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  margin: 1.25rem auto 2rem;
}
.album-tiles .tile {
  display: grid; place-items: center; gap: .5rem;
  text-decoration: none; color: inherit;
}
.album-tiles .tile img {
  width: 120px; height: 120px; object-fit: cover;
  border-radius: .5rem; border: 1px solid #e6e6e6;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.album-tiles .tile span { font-weight: 600; font-size: .95rem; }

/* Song Index */
.song-index {
  display: flex; flex-wrap: wrap; gap: .5rem .75rem;
  margin: 1rem 0 1.25rem;
}
.song-index a {
  text-decoration: none; border: 1px solid #e6e6e6;
  padding: .3rem .6rem; border-radius: .5rem; font-size: .95rem;
}
.song-index a:hover { background: #fff; }

/* Grid: 3 per row on desktop, 2 on tablets, 1 on phones */
.lyrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 1024px) {
  .lyrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .lyrics-grid { grid-template-columns: 1fr; }
}

/* Cards: equal height, consistent margins */
.song-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid #e8e8e8;
  border-radius: .75rem; padding: 1rem 1.25rem;
  min-height: 320px; /* keeps rows aligned */
}
.song-card h3 { margin: 0 0 .25rem; }
.song-card .meta { font-weight: normal; color: #9aa0a6; font-size: .9rem; }
.song-card .lyric-text {
  margin-top: .5rem; white-space: pre-wrap; line-height: 1.6;
  font-family: ui-monospace, Menlo, Consolas, "Liberation Mono", monospace;
  flex: 1; overflow: auto; /* lets long lyrics scroll inside card without breaking row height */
}

/* nuke all dotted hyperlink lines */
a, a:hover, a:focus { border-bottom: 0 !important; }

/* Pills row */
.song-picker {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin: 1rem 0;
}

.song-picker .pill {
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  padding: .4rem .75rem;
  text-decoration: none;
}

.song-picker .pill.active {
  background: #fff; color: #f35858;
  border-color: rgba(243,88,88,.5);
}

.song-view {
  margin-top: 1rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: .75rem;
  padding: 1.25rem;
}

.song-pane .meta { color: #9aa0a6; font-weight: 400; font-size: .9rem; }
.song-pane .lyric-text {
  white-space: pre-wrap; line-height: 1.6;
  font-family: ui-monospace, Menlo, Consolas, "Liberation Mono", monospace;
  margin-top: .5rem;
}
