/* forked from my site. lmao */

#gallery{
background-color: #212121;
width: 1070px;
padding: 15px;
display: inline-block;
margin-bottom: 10px;
}

#content{
max-width: 1070px;
padding: 15px;
display: inline-block;
margin-bottom: 10px;

flex-grow: 1;
margin: 1.25rem;

transition: all .3s;
}


/*-------- ABOUT STUFF ----------*/

div.musicgallery {
  margin: 6px;
  /* border: 1px solid #fff; */
  float: left;
  width: 164px;
  text-align: center;
  font-size: 15px;
  height: 210px;
  padding-top: 5px;
  border-radius: 5px;
  transition: all .2s;
}

.musicgallery a {
	text-decoration: none;
}

div.musicgallery:hover {
  /* border: 1px solid #777; */
  background-color: #545454;
  -webkit-filter: brightness(120%);
  transform : translateY(-3px);
}

div.musicgallery img {
  width: 153px;
  height: auto;
  padding-bottom: 2px;
}

.musicauthor {
	font-size: 10px;
	color: #fff;
}


/*---- ------*/
div.mediagallery {
  margin: 3px;
  float: left;
  width: 125px;
  text-align: center;
  font-size: 15px;
  height: 230px;
  padding-top: 5px;
  transition: all .2s;
  background-color: #212121;
    border: 2px solid transparent;
	border-color: black;
}

div.mediagallery a:hover {
  background: none;
}

.largegallerytitle {
	font-size: 12px;
}

.largergallerytitle {
	font-size: 10px;
}

.mediagallery a {
	text-decoration: none;
}

div.mediagallery:hover {
  /* border: 1px solid #777; */
  background-color: #4C4C4C;
  -webkit-filter: brightness(120%);
  transform : translateY(-3px);
}

div.mediagallery img {
	width: 116px;
  height: auto;
    border-radius: 5px;
}

/*---- ------*/
.programlist summary {
       position: relative;
       margin-top: 10px;
       z-index: 10;
       display: flex;
       justify-content: center;
       background: transparent;
       border: 10px solid transparent;
       border-image: url('../img/nav/header-box.png');
       border-image-slice: 14 fill;
       border-image-repeat: stretch;
       image-rendering: pixelated;
       padding: 5px;
       color: var(--color-text-main);
       font-size: 25px;
       font-weight: bold;
  }

      .programlist > div {
       position:relative;
       top:-8.4px;
       border: 10px solid transparent;
       border-image-source: url("../img/nav/border.png");
       border-image-slice: 14 fill;
       border-image-repeat: stretch;
       image-rendering: pixelated;
       padding: 10px;
       color: var(--color-text-main);
       }

  summary::after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../img/nav/expand-button2.png"); /* Path to your closed icon */
  background-size: 35px 35px;
  background-repeat: no-repeat;
  margin-left:5px;
}

details[open] summary::after {
  background-image: url("../img/nav/expand-button1.png"); /* Path to your open icon */
}

details[open] > summary {
  border-image-source: url("../img/nav/header-box.png");
}

/*---- ------*/
.artprograms {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 100px;
}

.programListing {
    width: 100px;
	padding-right: 50px;
    text-align: center;
}

.image-containers {
    position: relative;
    width: 60px;
    height: 60px;
}

.icon {
    position: absolute;

    width: 130px;
    height: auto;

    right: -240%;
    top: -40%;

    transform: translate(-50%, -50%);
    transition: 0.15s;

    cursor: pointer;
    z-index: 5;
}

.plushie:hover {
    transform: translate(-50%, -53%);
}

.nameplate {
    margin-top: -10px;
    color: white;
    border: 16px solid transparent;
    border-image-source: url("../img/nav/button.png");
    border-image-slice: 16 fill;
    border-image-repeat: stretch;
    width: 115px;
}

.name {
    font-size: 16px;
    font-weight: bold;
}

.boxed {
    display: none;
}

.boxed.show {
    display: block;
}
