/* Font declaration */
@font-face { 
  font-family: DeathAtoll; 
  src: url('death-atoll.ttf'); 
} 
@font-face { 
  font-family: Metropolis; 
  src: url('metropolis.regular.otf'); 
} 
@font-face { 
  font-family: GlacialIndifference; 
  src: url('GlacialIndifference-Regular.otf'); 
} 
@font-face { 
  font-family: Hemi; 
  src: url('hemi-head-426.rg-bolditalic.otf'); 
} 
@font-face { 
  font-family: YourComplex; 
  src: url('your-complex-brk.brk.ttf'); 
} 
@font-face { 
  font-family: Remington; 
  src: url('vtRemingtonPortable.ttf'); 
} 
@font-face { 
  font-family: VCR; 
  src: url('VCR_OSD_MONO_1.001.ttf'); 
}
@font-face { 
  font-family: DigitalDream; 
  src: url('DIGITALDREAM.ttf'); 
} 
.deathatoll {
  font-family: DeathAtoll;
}
.hemi {
  font-family: Hemi; 
}

body, html {
  background-color: white;
  height: 100%;
  margin: 0;
  padding: 0;
}

p {
  color: white;
  font-size: 30px; /* 1.5vw */
  font-family: GlacialIndifference;
  margin: 3vh 2vw; /* 30px 100px */
}
p.grey {
  color: grey;
}
p.thin {
  margin: 0.25vw;
  padding: 0.25vw;
}
p.legal {
  color:white;
  font-size: 8px;
  margin: 5px;
  padding-top: 2vw;
}
p.center {
  text-align: center;
}
p.left {
  text-align: left;
}
p.right {
  text-align: right;
}
p.news {
  margin: 1vw;
  padding-bottom: 8px;
}
p.news-author {
  margin: 0vw 1vw 1vw 1vw;
  color: white;
  font-size: 20px; /* 1vw */
  padding-top: 0vw;
}

a {
  font-family: Metropolis;
  color: white;
}

label {
  text-align: left;
  color: white;
  font-size: 40px; /* 2vw */
  font-weight: bolder;
  font-family: GlacialIndifference;
  padding-left: 1vw;
}

input.login{
  border: 3px solid lightgrey;
  color: lightgrey;
  background-color: black;
  font-size: 30px; /* 1.5vw  30px*/
  font-family: Metropolis;
  max-width: 80vw;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  h2 {
    color: black;
    font-size: 20px; /* 3vw */
    text-align: center;
    font-family: Metropolis;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.445);
  }
  
  h1 {
    color: rgb(253, 173, 24);
    font-size: 50px; /* 5vw */
    text-align: center;
    font-family: GlacialIndifference;
    text-shadow: 5px 5px rgba(0, 0, 0, 0.445);
    padding-top: 1vw;
  }
}
@media only screen and (min-width: 769px) {
  h2 {
    color: black;
    font-size: 50px; /* 3vw */
    text-align: center;
    font-family: Metropolis;
    text-shadow: 5px 5px rgba(0, 0, 0, 0.445);
  }
  h2.big  {
    font-size: 65px; /* 4 vw*/
  }
  h2.right {
    text-align: right;
    padding-right: 8vw;
  }

  h1 {
    color: rgb(253, 173, 24);
    font-size: 90px; /* 5vw */
    text-align: left;
    font-family: GlacialIndifference;
    text-shadow: 5px 5px rgba(0, 0, 0, 0.445);
    padding-top: 1vw;
  }
}

h3 {
  text-align: center;
  color: lightgrey;
  font-size: 2vw; /* 35px */
  font-family: GlacialIndifference;
  /*border-top: 3px solid lightgrey;*/
  margin-top: 0px;
  text-shadow: 5px 5px #000000;
}
h3.right {
  text-align: right;
  padding-right: 12vw;
}

h3.big {
  font-size: 65px; /* 4 vw*/
}
h3.thin {
  margin-bottom: 0px;
}
h3.left {
  text-align: left;
}

h4 {
  text-align: left;
  color: white;
  font-size: 40px; /* 2vw */
  font-weight: bolder;
  font-family: Hemi;
  margin-left: 12vw; /* 250px */
}

h4.download {
  color: lightgrey;
  border-bottom: 3px solid lightgrey;
  /*text-shadow: -2px 0 skyblue, 0 2px black, 2px 0 skyblue, 0 -2px black;*/
}
h4.download.black {
  color: black;
  border-bottom: 3px solid black;
}

h4.news-heading {
  margin-left: 1vw;
  margin-bottom: 0.5vw;
  padding-top: 0;
  margin-top: 0.5vw;
  font-family: Metropolis;
  text-shadow: 5px 5px #000000;
}

h5 {
  font-family: GlacialIndifference;
  letter-spacing: 3px;
  filter: brightness(100%);
  text-align: center;
  color: white;
  font-size: 50px; /* 5vw */
}

b.big {
  font-size: 50px; /* 2.5vw */
  text-shadow: 5px 5px #000000;
}

th {
  color: white;
  text-align: center;
  background-color: #333;
  border: 2px solid white;
}
td {
  border-bottom: 1px solid gray;
}

div.footer {
  text-align: center;
  /*border-top: 5px solid white;*/
  padding-top: 2vw;
  background-color: #aa3131;
}
div.maincontent {
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  padding: 2vw 8vw; /* 100px 70px */
  margin-bottom: 0px;
}
div.maincontent.vertpadded {
  padding: 4vw 8vw;
}
div.maincontent.nosidepad {
  padding: 2vw 0vw;
}
div.gradient1 {
  /*background-image: linear-gradient(to bottom right, rgb(126, 21, 21), rgb(37, 58, 153));*/
  /*background-image: linear-gradient(to bottom right, #c08d0081, #c0000a77, #38000e86);*/
  background-color: #aa3131;
}
div.gradient-crisis {
  background-image: linear-gradient(to bottom right, rgb(37, 8, 3), rgb(253, 173, 24));
}
div.gradient2 {
  /*background-image: linear-gradient(to bottom right, #bbbab7, #636262, #202020);*/
  background-color: #663131;
}
div.gradient3 {
  /*background-image: linear-gradient(to bottom, #0b44af, #0093e9, #0b44af, #1b2435);*/
  background-color: #663131;

}
div.gradient4 {
  background-image: linear-gradient(to bottom, #080529, #23095c);
}
div.dlcontent {
  background-color: black;
  padding: 1vw 2vw; /* 50px 70px */
  margin-bottom: 0px;
  overflow: auto;
  /*border: 2px solid white;*/
}
div.acntcontent {
  background-color: rgb(0, 0, 0);
  background-image: linear-gradient(to bottom, #0f0a46, #000000);
  padding: 1vw 2vw;
  /*margin: 4vw 0vw; */
  overflow: auto;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
div.dl-shoot {
  background-image: url("../images/shoot/shootbg.png");
  background-size: cover;
  box-shadow:  10px 10px rgba(0, 0, 0, 0.445);
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  p.dl-tgticx {
    font-family: VCR;
    text-align: center;
    font-size: 15px;

  }

  p.dl-jjsway {
    font-size: 15px;
    text-align: center;
    margin-left: 15vw;
    margin-right: 15vw;
  }
}
@media only screen and (min-width: 769px) {
  p.dl-tgticx {
    font-family: VCR;
    text-align: center;
    margin-left: 25vw;
    margin-right: 25vw;
  }

  p.dl-jjsway {
    text-align: center;
    margin-left: 25vw;
    margin-right: 25vw;
  }
}

div.dl-tgticx {
  background-image: url("../images/tgticx/playtestbg3.png");
  background-size: cover;
  box-shadow:  10px 10px rgba(0, 0, 0, 0.445);
}
div.dl-tgticx2 {
  background-color: #000000;
  box-shadow:  10px 10px rgba(0, 0, 0, 0.445);
}

div.dl-jjsway {
  background-image: url("../images/jjsway/promobg1.png");
  background-size: cover;
  box-shadow:  10px 10px rgba(0, 0, 0, 0.445);
  text-align: center;
}

div.dl-explodingdonkey {
  background-image: url("../images/explodingdonkey/explodingdonkeybg.png");
  background-size: cover;
  box-shadow:  10px 10px rgba(0, 0, 0, 0.445);
}
.dl-link {
  color: white;
  font-size: 1vw;
}

  /*Dual column div*/
  * {
    box-sizing: border-box;
  }
  div.altcontent {
    /*background-image: linear-gradient(to bottom right,#683b18, rgb(156, 108, 63), rgb(156, 108, 63), rgb(183, 141, 102), rgb(156, 108, 63), #683b18);*/
    background-color: #663131;
    text-align: center;
    position: relative;
    margin-top: 0px;
    padding-bottom: 50px;
  }
  .column {
    float: left;
    padding: 0px 5px 5px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .black {
    color: black;
  }


/* Image zoomer */
.gallery {
  transition: transform .2s; /* Animation */
  margin-right: 2vw; /* 50px */
  margin-left: 1.5vw; /* 30px */
  max-width: 12vw;
  height: auto;
}
.gallery:hover {
  transform: scale(1.25);
}
aside {
  width: 20%;
  padding-left: 0.5vw; /* 10px */
  margin-left: 1vw; /* 15px */
  float: right;
  background-color: darkslategrey;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  img:not(.scale-exempt,.scale-del) {
    width: 30%;
    height: 30%;
  }
  .scale-del {
    display: none;
  }
  div.right {
    display: none;
  }
  div.left {
    width: 100%;
  }
  p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) {
  div.right {
    width: 25%;
    display: inline;
    min-height: 25vh;
  }
  div.left {
    width: 75%;
    padding-right: 30px;
  }
}

.logobanner {
  display: inline;
  float: left;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s ease;
}
.logobanner2 {
  display: inline;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s ease;
}
.logomenu {
  float: right;
  width: 5%;
  height: auto;
  transition: 0.5s ease;
}
.pfpmenu {
  float: right;
  width: 5%;
  height: auto;
  border-radius: 50%;
}

.floatleft {
  float: left;
  margin-left: 2.5vw; /* 30px */
}
.floatright {
  float: right;
  margin-right: 2.5vw; /* 30px */
}

.bg1 {
  padding-top: 5vh;
  padding-bottom: 15vh;
  padding-left: 10vw;
  padding-right: 10vw;
  background-image: url("../images/backgroundmain1.png");
  background-color: white;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg2 {
  /*background-image: url("../images/background2.png");
  image-rendering: pixelated;*/
  background-color: black;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg3 {
  padding-top: 20vh;
  padding-bottom: 20vh;
  padding-left: 10vw;
  padding-right: 10vw;
  background-image: url("../images/backgroundmain2.png");
  image-rendering: pixelated;
  background-color: skyblue;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg4 {
  background-image: url("../images/backgroundmain3.png");
  background-color: skyblue;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg5 {
  background-image: url("../images/background5.png");
  image-rendering: pixelated;
  background-color: skyblue;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg6 {
  background-image: url("../images/background6.png");
  image-rendering: pixelated;
  background-color: black;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg7 {
  background-image: url("../images/background7.png");
  image-rendering: pixelated;
  background-color: black;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg8 {
  /*background-image: url("../images/background8.png");*/
  background-image: linear-gradient(to bottom,#7c7c7c, rgb(63, 54, 112), #000000);
  background-color: black;
  backdrop-filter: brightness(10%);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid white;
}
.bg9 {
  /*background-image: url("../images/background9.png");
  image-rendering: pixelated;*/
  background-color: #663131;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div.social {
    border: 10px solid transparent;
    padding: 1vw; /* 15px */
    border-image: url("../images/wikiedguborder.png") 10 fill;
}

.pixel {
  image-rendering: pixelated;
}

.tline {
  border-top: 1px solid white;
  
}
.bline {
  border-bottom: 1px solid white;
}


/* Menu button */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  background-color: #da3131;
  z-index: 999;
  box-shadow:  0px 0.7vw rgba(0, 0, 0, 0.445); /* 0px 0.7vw rgb(255, 255, 255, 0.445) inset, */
  
}
div.strip {
  background-color: #080529;
  width: 100%;
  height: 32px;
  background-image: url("../images/filmborder.png");
  background-repeat: repeat-x;
  background-size: contain;
}
p.strip {
  background-color: #080529;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .header-link {
    cursor: pointer;
    font-size: 25px; /* 40px 2vw*/
    font-family: Metropolis;
    border: none;
    outline: none;
    color: white;
    padding: 1.5vw 1vw; /* 28px 16px */
    background-color: inherit;
    /*font-family: inherit;*/
    margin: 0;
    transition: 0.5s ease;
  }
  .mobile-center {
    float: none;
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .header-link {
    cursor: pointer;
    font-size: 40px; /* 40px 2vw*/
    font-family: Metropolis;
    border: none;
    outline: none;
    color: white;
    padding: 1.5vw 1vw; /* 28px 16px */
    background-color: inherit;
    /*font-family: inherit;*/
    margin: 0;
    transition: 0.5s ease;
  }
}
.cool-link {
  border-bottom: 5px solid white;
}
.cool-link:hover {
  border-bottom: 5px solid black;
}
/* Change color of dropdown links on hover */
.header-link:hover {
  color: black;
}
.subheader-link {
  cursor: pointer;
  font-size: 1vw; /* 40px */
  font-family: DeathAtoll;
  border: none;
  outline: none;
  color: white;
  padding: 1.5vw 1vw; /* 28px 16px */
  background-color: inherit;
  /*font-family: inherit;*/
  margin: 0;
}
.subheader-link:hover {
  color: rgb(253, 173, 24);
}

/* Sticky header! */
#page-main {
  /*margin-top: 100px;*/ /* 100px */
}

/* News Posts! */
article.news-post {
  background-color: #333;
  text-align: left;
  /*border: 2px solid white;*/
  margin-bottom: 5vh;
  box-shadow:  10px 10px rgba(0, 0, 0, 0.445);
  padding-top: 5px;
}
.news-morebtn {
  background-color: black;
  color: white;
  font-family: GlacialIndifference;
  font-size: 40px; /* 2vw */
  text-align: center;
  margin-bottom: 1vw;
  margin-left: 1vw;
  padding: 0.25vw;
  outline: 2px solid white;
}
.news-morebtn:hover {
  color: rgb(253, 173, 24);
  outline-color: rgb(253, 173, 24);
  cursor: pointer;
}
div[id^=NBY-] {
  display: none;
}

textarea {
  background-color: white;
}

.loginbtn {
  background-color: #333;
  color: white;
  font-family: GlacialIndifference;
  font-size: 40px; /* 2vw*/
  text-align: center;
  margin-bottom: 1vw;
  margin-left: 1vw;
  margin-top: 2vw;
  padding: 0.25vw;
  outline: 2px solid white;
  letter-spacing: 3px;
}
.loginbtn:hover {
  color: rgb(253, 173, 24);
  outline-color: rgb(253, 173, 24);
  background-color: #333;
  cursor: pointer;
}


.container p {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.authbox {
  background-color: #333;
  color: black;
  outline: 2px solid white;
  height: 25px;
  width: 25px;
}

.toast {
  outline: 2px solid white;
  background-color: #333;
  color: white;
  font-size: 2vw;
  font-family: Metropolis;
  margin-bottom: 1vw;
  margin-left: 2vw;
  max-width: 500px;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
  visibility: hidden;
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  text-align: center; /* Centered text */
  box-shadow:  10px 10px rgba(0, 0, 0, 0.445);
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#toast.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}
@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.edit-btn {
  background-color: #333;
  color: white;
  font-family: Metropolis;
  font-size: 1vw;
  text-align: center;
  margin-left: 1vw;
  margin-bottom: 0.5vw;
  padding: 0.25vw;
  outline: 1px solid white;
}
.edit-btn:hover {
  color: rgb(253, 173, 24);
  outline-color: rgb(253, 173, 24);
  background-color: #333;
  cursor: pointer;
}
.admin-btn {
  background-color: #333;
  color: white;
  font-family: Metropolis;
  font-size: 1.5vw;
  text-align: center;
  margin-left: 1vw;
  margin-bottom: 0.5vw;
  padding: 0.5vw;
  outline: 1px solid white;
}
.admin-btn:hover {
  color: rgb(253, 173, 24);
  outline-color: rgb(253, 173, 24);
  background-color: #333;
  cursor: pointer;
}

.modded-bottom-margin {
  margin-bottom: 0.5vw;
}
.modded-top-margin {
  margin-top: 0.5vw;
}

.utilbutton {
  background-color: #333;
  color: white;
  font-family: Metropolis;
  font-size: 1vw;
  text-align: center;
  margin-bottom: 1vw;
  margin-left: 1vw;
  margin-top: 2vw;
  padding: 1vw;
  outline: 2px solid white;
}
.utilbutton:hover {
  color: rgb(253, 173, 24);
  outline-color: rgb(253, 173, 24);
  background-color: #333;
  cursor: pointer;
}

.dafont {
  font-family: DeathAtoll;
}

.dlbutton {
  background-color: #333;
  color: white;
  font-family: Metropolis;
  font-size: 1vw;
  text-align: center;
  margin-bottom: 1vw;
  margin-left: 1vw;
  margin-top: 2vw;
  padding: 1vw;
  outline: 2px solid white;
  display: flex;
  align-items: center;
  max-width: 20vw;
}
.dlbutton:hover {
  color: rgb(253, 173, 24);
  outline-color: rgb(253, 173, 24);
  background-color: rgb(136, 93, 14);
  cursor: pointer;
}
.dlicon {
  display: inline;
  align-self: center;
}

.tsh-white {
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.file-search {
  margin: 1vw;
  border: 2px solid lightgrey;
  color: lightgrey;
  background-color: black;
  font-size: 1.5vw;
  font-family: Metropolis;
}

.tag {
  border-bottom: 2px solid lightgrey;
  color: white;
  font-size: 1.5vw;
  font-family: Metropolis;
  margin: 0vw;
  padding: 1vw 0.25vw 1vw 0.25vw;
}
.tag.nooverlap {
  margin-left: 20vw;
}
.tag.new {
  background-color: rgba(135, 207, 235, 0.452);
}
.tag.joke {
  background-color: rgba(235, 47, 241, 0.452);
}
.tag.feature {
  background-color: rgba(51, 243, 99, 0.452);
}







/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.slide {
  display: none;
  
}

/* Next & previous buttons */
.slide-prev, .slide-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  /*margin-top: -22px;*/
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.5s ease;
  /*border-radius: 0 3px 3px 0;*/
  user-select: none;
}

/* Position the "next button" to the right */
.slide-next {
  right: 0;
  /*border-radius: 3px 0 0 3px;*/
}
.slide-prev {
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.slide-prev:hover, .slide-next:hover {
  background-color: rgb(253, 173, 24, 0.6);
  box-shadow: 6px 6px rgb(255, 255, 255, 0.445) inset, -6px -6px 0px rgba(0, 0, 0, 0.445) inset;
}

/* Caption text */
.caption {
  color: #f2f2f2;
  font-size: 1vw;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-family: Metropolis;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 1vw;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-family: Metropolis;
}

/* The dots/bullets/indicators */
.slide-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
  box-shadow:  3px 3px rgba(0, 0, 0, 0.445);
}

.active, .slide-dot:hover {
  background-color: #ffffff;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

div.icon-social {
  cursor: pointer;
  transition: background-color 0.5s ease;
  padding: 10px 50px;
}
div.icon-social:hover {
  background-color: black;
}
img.icon-social {
  border-bottom: 5px solid black;
  /*border-top: 5px solid #b8b8b8;*/
}
img.icon-social:hover {
  border-bottom: 5px solid white;
}
.alt-icon-social {
  cursor: pointer;
  padding: 5px;
}
@media only screen and (min-width: 769px) {
  .social-container {
    padding: 0px;
    border: 2px solid lightgrey;
    box-shadow:  10px 10px rgba(0, 0, 0, 0.445);
  }
  .social-container.noborder {
    border: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .social-container {
    display: none;
  }
  img.label-icon {
    min-width: 150px;
    padding: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .social-container-mobile {
    display: none;
  }
  img.label-icon {
    min-width: 150px;
    min-height: 150px;
    padding: 20px;
  }
}


nav.label-icon {
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

img.label-icon.notendcap {
  border-right: 2px solid white;
}



div.sorting-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid white;
}
img.sorting-button {
  margin: 0px 20px;
}
button.sorting-button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
button.sorting-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  /*border-bottom: 2px solid white;*/
  cursor: pointer;
}
button.sorting-button.active {
  border-bottom: 8px solid white;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .album-cover {
    object-fit: scale-down;
    width: 50%;
    height: 50%;
  }

  div.exhibit {
    margin: 1vw; /* 20px */
    border: 2px solid grey;
    background-color: black;
    transition: 0.5s ease;
    float: none;
  }

  img.mobile-expand1 {
    width: 80%;
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .album-cover {
    object-fit: scale-down;
  }
  .side-margins1 {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  div.exhibit {
    margin: 1vw; /* 20px */
    border: 2px solid grey;
    float: left;
    width: 20%; /* 260px  12vw*/
    background-color: black;
    transition: 0.5s ease;
    overflow: auto;
    box-shadow:  10px 10px rgba(0, 0, 0, 0.445);
  }
}

/* Exhibit system */
div.exhibit:hover {
  border: 2px solid white;
}
div.exhibit img {
  width: 100%;
  height: auto;
}
div.desc {
  font-family: Metropolis;
  color: white;
  font-size: 15px; /* 1vw */
  padding: 1vw; /* 15px */
  text-align: center;
}
div.exhibit-container {
  width: 100%;
  /*display: inline;*/
  overflow: auto;
}

input.center {
  left: 50%;
}
table.center {
  margin-left: auto;
  margin-right: auto;
}
div.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.hidden {
  display: none;
}


/* Scrolling animation */
.scrollani-fade {
  opacity: 0;
  transform: scale(1.1);
}

.scrollani-fadeonce {
  opacity: 0;
  transform: scale(1.1);
}

@media (prefers-reduced-motion: no-preference) {
.scrollani-fade  {
  transition: opacity 1.5s ease, transform 1s ease;
}
}

.scrollani-fade-transition {
  opacity: 1;
  transform: none;
}