@font-face{
 font-family: Chonburi;
 src: url("https://dumbiee.neocities.org/font/Chonburi-Regular.ttf");
}
@font-face{
 font-family: Bodoni;
 src: url("https://dumbiee.neocities.org/font/BodoniModa-VariableFont_opsz,wght.ttf");
}
@font-face{
 font-family: Imperial;
 src: url("https://dumbiee.neocities.org/font/ImperialScript-Regular.ttf");
}

body{
  background: #fff;
  font-family: Bodoni;
}
img{
  max-width: 80vw;
}



.popup {
  position: relative;
  display: inline-block;
}
.popuplink {
  cursor: pointer;
}
.popup .popuptext {
  visibility: hidden;
  -webkit-animation: fadeOut .25s;
  animation: fadeOut .25s;
  transition: .25s;
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: #fff;
  border: 3px solid #000;
  box-shadow: 0 0 100px #000, -5px 5px #000;
  padding: 1em;
  text-align: left;
  overflow: auto;
}
.popuptext h1{
  position: absolute;
  top: 0;
  right: 1em;
  font-size: 1em!important;
  text-shadow: 0 0 10px #fff;
}
.popuptext h2{
  text-align: center;
}
.popuptext h3:after{
  content: '\261E';
  padding-left: .25em;
}
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn .25s;
  animation: fadeIn .25s;
  transition: .25s;
}
.popupclose {
  position: fixed;
  top: .5em;
  left: .5em;
  border-radius: 0;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-family: Chonburi;
  text-transform: uppercase;
  padding: .5em;
  cursor: pointer;
}
.modalbackdrop {
  display: none;
}
.modalbackdropshow {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body {
  position: relative;
}




.top{
  display: block;
  text-align: left;
  min-height: 600px;
}
.banner{
  max-width: 800px;
  width: 50%;
  height: auto;
  float: left;
  padding-right: 1em;
  filter: drop-shadow(-5px 5px #000) grayscale(100%);
}
.intro{
  color: #000;
  padding: 1em;
}
.top h1{
  font-family: Bodoni, serif;
  font-size: 3em;
}
.top h1>i{
  font-family: Imperial, serif;
}
.icon{
  display: inline-block;
  vertical-align: middle;
  height: 1em;
}

.submission{
  display: block;
  width: 80%;
  margin: auto;
}
.question{
  font-weight: bold;
}
.answer{
  display: block;
  background: #EBEBEB;
  width: 90%;
  min-height: 1em;
  margin: auto;
  padding: .25em;
  font-style: italic;
}

.foryou{
  display: inline-block;
  text-align: center;
  width: 300px;
  height: auto;
  vertical-align: middle;
  padding: 1em;
  background: #E3E3E3;
}
textarea{
  display: block;
  margin: auto;
}



#category{
  text-align: center;
  margin-bottom: 1em;
}
.tags button{
  font-family: Bodoni, serif;
  padding: 1em;
  background: transparent;
  border: 0;
}
.tags button:hover {
  background-color: #ddd;
}
.tags .active {
  background-color: #666;
  color: white;
}
.showtag {
  display: inline-block!important;
}



.gallery{
  display: block;
  background:
      conic-gradient(from 116.56deg at calc(100%/3) 0, #0000 90deg,#b9b9b9 0),
      conic-gradient(from -63.44deg at calc(200%/3) 100%, #0000 90deg,#b9b9b9 0)
      #ababab;
  background-size: 21px 21px;
  text-align: center;
  padding-bottom: 10px;
}

.member{
  display: none;
  background: #fff;
  border: 2px solid #000;
  filter: drop-shadow(-5px 5px #000);
  vertical-align: top;
  margin: 1em;
  padding: 10px;
  padding-bottom: 0;
  height: 450px;
  width: 400px;
  overflow: auto;
}
.warning{
  position: absolute;
  top: 0;
  left: 0;
  padding: .5em;
}
.portrait{
  max-height: 150px;
  max-width: 380px;
  display: block;
  margin: auto;
}
.artist{
  font-weight: bold;
}
.artlink > a:link, a:visited{
  display: block;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
  transition: .25s;
  margin-top: .5em;
  margin-bottom: .5em;
}
.artlink > a:hover, a:active{
  color: #000;
  background: #999;
  border: 1px solid #999;
  transition: .25s;
}
.medium{
  color: #666;
  display: block;
}
.as{
  margin: 0;
  padding: .5em;
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  display: block;
}
.statement{
  font-style: italic;
  text-align: left!important;
  font-size: .8em;
}
.button{
  display: block;
  margin: auto;
  padding: .5em;
}



.mw{
  text-align: center;
  padding: 0;
  margin: 0;
}

.mw .header{
  position: fixed;
  top: 0;
  width: 100vw;
}
.mw .header h1{
  font-family: Bodoni, serif;
  font-size: 1em;
  background: #000;
  text-align: right;
  margin: 0;
  padding: 1em;
}
.mw .header i{
  font-family: Imperial, serif;
}
.mw h2{
  margin-top: 3em;
  font-size: 2em;
}
.mw a:link, .mw a:visited{
  color: #fff;
  text-decoration: none;
  letter-spacing: inherit;
  transition: .1s;
  background: transparent;
  border: 1px solid transparent;
}
.mw a:hover, .mw a:active{
  color: #fff;
  letter-spacing: .2em;
  transition: .1s;
  background: transparent;
  border: 1px solid transparent;
}
.mw h3>a{
  color: #000!important;
}

.mw .wig{
  display: inline-block;
  width: 350px;
  min-height: 200px;
  vertical-align: middle;
  padding: 1em;
  background: #E3E3E3;
}



@media only screen and (max-width:700px){
  .top{
    height: auto;
  }
  .banner{
    display: block;
    margin: auto;
    width: 90%;
    max-width: 90%;
    height: auto;
    float: none;
    padding: 0;
  }
  .member{
    width: 80vw;
  }
}