body {
  background-image: url("/images/bats.gif");
  color: white;
  font-family: 'Courier New', Courier, monospace;
  font-size: 17px;
  cursor: url("/images/skull_cursor.png"), default;
}

a:link, a:visited {
  color: white;
  text-decoration: none;
}

/* Header */
.header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subheader {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-content:hover {
  Transform: scale(1.1); 
}



/* main content wrapper */
.content {
  max-width: 100%;
  width: 1400px;
  display: grid;
  grid-row-gap: 1px;
  grid-column-gap: 9px;
  grid-template: "left main right" auto;
  margin: 0 auto;
}

/*nav bars*/

.left-side-nav, .right-side-nav {
  grid-area: left;
  display: flex;
  flex-direction: column;
  width: 220px;
}

.right-side-nav {
  grid-area: right;
}

.spinning {
  display: flex;
  justify-content: center;
  align-items: center; 
  height: 100%; 
  flex-direction: column;
}
.sidenav {
  margin-bottom: 1em;
  background: rgba(204, 204, 204, 0.5);
  border-style: solid;
  border-color:rgba(172, 0, 0, 0.767);
  display: flex;
  flex-direction: column
}

.sidenav iframe{
  max-width: 200px;
  max-height: 100px;
}

.left-side-header { 
  background: rgba(172, 0, 0, 0.767);
  text-align: center;
}

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-item {
  padding: 8px 16px;
  line-height: 4;
  margin-right: 0;
}

.menu-item:hover {
  background: rgba(94, 8, 8, 0.5);
}

.menu-item a:hover {
  color: white;
}

.gif-divider img {
  height: auto;
  width: 100%;
}

.clock-container {
  display: inline-block;
  text-align: center;
}


.bb-blimp {
  margin-top: 1em;
  margin-bottom: 1em;
}

.bb-blimp img {
  height: 130px;
  width: 215px;
}



/* currently config */
.aside-currently {
  background: rgba(204, 204, 204, 0.5);
  border: 2px rgba(172, 0, 0, 0.767) solid;
  border-radius: 5px;
  padding: 0.5em;
}

.currently {
  list-style: none;
  padding: 0;
  margin: 0;
}

.currently li {
  display: flex;
  padding: 0.5em;
}


.bb-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em;
}


.main {
  grid-area: main;
}

main section {
  padding: 1em;
  border: 2px  rgba(172, 0, 0, 0.767) solid;
  border-radius: 5px;
  border-width: 5px;
  margin-bottom: 1em;
  background: rgba(204, 204, 204, 0.5);
}

.sick-ass-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin-top: 1rem;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 1em;
}

.foot-content {
  border: 2px  rgba(172, 0, 0, 0.767) solid;
  border-width: 1px;
  padding: 15px 25px;
  background: rgba(204, 204, 204, 0.5);
  color: whitesmoke;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.foot-content a:hover {
    color: rgba(172, 0, 0, 0.767);
    text-decoration: underline;
}

a {
  font-weight: bold;
}

/*about style */
.wrapper {
  display: flex;
  justify-content: center;
  padding: 1em;
  margin: 1em;
}

.about-heading {
  display: flex;
  align-items: center; 
  justify-content: center;
  margin: 0;
}

.list-grid{  
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .5rem;
  }

.scroll-box-container {
  padding: 1rem;
  margin-right: 20px;
  padding-left: 24px;
  max-width: 355px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scroll-box-container h2 {
  margin: 0;
}

.scroll-box {
  border: none;
  width: 175px;
  height: 250px;
  overflow: scroll; 
  display: flex;
  flex-direction: column;
}

.scroll-box li{
  margin-bottom: .1em;
}

.scroll-box.about li{
  list-style-image: url("../images/game_mine_2-0.png");
}

.scroll-box.likes li{
  list-style-image: url("../images/heart.png");ba
}

.scroll-box.dislikes li{
  list-style-image: url("../images/no-0.png");
}

.scroll-box.skull li{
  list-style-image: url("../images/eye.png");
}

.scroll-box.favorite{
  list-style-image: url("../images/Coin.gif");
}


/* Albertcore Style */
.grid-gallery {
  --size: 150px;
  display: grid;
  grid-template-columns: repeat(6, var(--size));
  grid-auto-rows: auto;
  place-items: start center;
}

.grid-gallery img {
  width: calc(var(--size) * 2);
  height: calc(var(--size) * 2);
  object-fit: cover;
  grid-column: auto / span 2;
  transition: transform .2s;

}

.grid-gallery img:hover {
  transform: scale(1.25)
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); /* auto-fill with minmax(200px, 1fr) makes it responsive — 4 per row at desktop, fewer on mobile. Adjust the max-width to see it expand*/
  gap: 1rem;
  padding: 1rem;
}

.card-header { 
  margin: auto;
  padding: 1em;
  max-width: fit-content;
  text-align: center;
}

#yt-card {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(172, 0, 0, 0.8);
  border-radius: 8px;
  padding: 1rem;
  display: flex;
}

.yt-image{
  border-radius: 50%;
  max-width: 90px;
  max-height: 90px;
}

/*paging style */
.pagination {
    text-align: center;
    margin-top: 2rem;
}

.pagination a {
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid rgba(172, 0, 0, 0.8);
    margin: 0 5px;
    border-radius: 4px;
}

.pagination a:hover {
    background-color: rgba(172, 0, 0, 0.8);
    color: white;
}

.pagination .active {
    background-color: rgba(172, 0, 0, 0.8);
    color: white;
}

.side-panel {
    display: flex;
    flex-direction: column;
}

.image-section { 
    padding: 1em;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.image-section p {
    margin: 0;
    font-size: .65em;
    margin-top: .5em;
}

/* Banners */
.banner-container {
  display: flex;
  justify-content: center;
}

.banner-container img {
  display: flex;
  justify-content: center;
  margin: .25em;
}


/* Favorites Section */

.art-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    height: 75%;
    width: 75%;
}

.cover-art {
    position: relative;
    display: inline-block;
}

.cover-art img {
    padding: 5px;
    display: block;
    max-width: 125px;
    max-height: 125px;
    transition: transform 0.3s;
}

/* Zoom effect */
.cover-art:hover img {
    transform: scale(1.25);
    z-index: 10;
}



/* movie page */
.section-header {
    position: relative;
    text-align: center;
    padding: 1rem;
}

.section-header h2 {
    margin: 0;
}

.button-container {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.toggle-button {
  padding: 0; 
  border: 0; 
  background: transparent;
}

.movie-box {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.movie-card {
    height: 50%;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    padding: .5em;
}

.poster-container {
  width: 187.5px;
  height: 279.75px;
  background: rgba(255, 255, 255, 0.1); 
  border: 1px solid rgba(255, 255, 255, 0.2); 
}

.image-fail-icon {
  width: 16px; 
  height: 16px;
  bottom: 5px;
  right: 5px;
  opacity: 0.8;
}


.movie-info {
    padding: 1em;
}

/* Styling for music */
#music-card {
  border-radius: 8px;
  padding: 1rem;
  display: flex;
}

.music-left {
  padding: 1em;
}

.music-left img{
  max-width: 150px;
  max-height: 150px;
}

.music-right { 
  margin: auto;
  max-width: fit-content;
}

.hof-container {
  overflow-x: scroll;
  display: flex;
  width: 800px;
}

.plaque {
  border-style: solid;
  border-color: rgb(187, 159, 0);
  background-color: black;
  padding: 1em;
  width: 230px;
  height: 700px;
  display: flex;
  flex-direction: column;
  margin: .5em;
  text-align: justify;
  text-justify: inter-word;
}

.artist-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

.artist-container h3 {
  background-color: rgb(187, 159, 0);
  text-align: center;
}

.artist-container img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border-style: solid;
}

.wrapped-scrollbox {
  height:500px;
  width:auto;
  border:1px;
  overflow:auto;
}

.wrapped-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-year-container {
  text-align: center;
  padding: 1em;
}

.wrapped-image {
  max-width: 150px;
  max-height: 150px;
}

/*Concert Archive */

.faq-list {
  list-style:decimal-leading-zero
}

.image-date-container {
  margin: .5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.image-date-container img {
  height: 220px;
  width: 170px;
  margin: .5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header-description {
  margin: .5em;
}

.header-description h4{
  display: flex;
}

#concert-wrapper {
  border-style: dotted;
  margin-bottom: 1em;
  overflow-wrap: anywhere;
  flex-direction: column;
}


.marquee-box {
      border: 1px dashed rgba(172, 0, 0, 0.77);
;
      padding: 1em;
      margin: 1em;
      width: 70%;
      overflow: hidden;
}

.marquee-inner {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 12s linear infinite;
}

.marquee-inner img {
  height: auto;
  display: inline-block;
  box-sizing: border-box;
}

@keyframes scroll-left {
  from {
    transform: translateX(30%);   /* start just outside the right edge */
  }
  to {
    transform: translateX(-110%);  /* end just outside the left edge */
  }
}

.pickup-art { 
    width: 50%;
    height: 50%;
    padding: 1em;
}


.pickup-wrapper { 
    width: 50%;
    height: 50%;
    display: inline-flex;
}

.badge-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 176px;
}

/* alt themese */


.alt-theme{
  background-image: url("../images/static.gif");
}

.alt-theme .sidenav {
  background: rgba(13,63,169);
  border: 2px rgba(255,204,52) solid;
}

.alt-theme .marquee-box {
  border-color: rgba(255,204,52);
  background: rgba(13,63,169);
}

.alt-theme .left-side-header {
  background: rgba(255,204,52);
  color: black;
}

.alt-theme .menu-item {
  background: none;
}

.alt-theme main section {
  border: 2px rgba(255,204,52) solid;
  background: rgba(13,63,169);
}

.alt-theme .foot-content {
  border: 2px rgba(255,204,52) solid;
  background: rgba(13,63,169);
}

.alt-theme .aside-currently {
  background: rgba(13,63,169);
  border: 2px rgba(255,204,52) solid;
}

.embed-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.shuffle-btn {
  display: flex;
  justify-content: center;
  padding: 1em;
}

/* TABS */
/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;

  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color:rgba(172, 0, 0, 0.767);;
  color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color:rgba(172, 0, 0, 0.767);;
  color: #ddd;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}


