@font-face {
  font-family: 'imposs_accents'; /* set name */
  src: url('../fonts/imposs_accents.woff') format('woff'),
    url('../fonts/imposs_accents.woff2') format('woff2'),
  url('../fonts/imposs_accents.ttf')  format('truetype'); /* url of the font */
  font-weight: normal;
  font-style: normal;
}

#flex {
  display: flex;
}

.center {
  text-align: center;
  background-color: #000000;
}

.floatright {
  float: right;
}
      
.floatleft {
  float: left;
}

* {
  box-sizing: border-box;
}
        
.pixelated {
  image-rendering:pixelated;
}

.laced {
  border-width: 8px; 
  border-style: solid;
  border-image: url('https://slushiecafe.neocities.org/images/lace2.png') 8 fill round;
}

html {
  scrollbar-color: #525252 white ;
}

.gallery figure {
  border: 2px solid #000000;
  padding: 10px;
  margin: 6px 4px;
  width: 245px;
  vertical-align: middle;
  font-size: .8em;
  background: #525252;
}

.gallery figure img {
  max-width: 100%;
  display: inline-block;
}

body {
  font-family: 'imposs_accents';
  color: #ffffff;
  font-size: 1em;
  background-color: #000000;
}

h1  {
  font-size: 1.4em;
  font-family: 'imposs_accents';
  margin: 0 0 8px 0;
  overflow: hidden;
  background-color: #000000;
}

h2, h3, h4, h5, h6 {
  font-size: 1.2em;
  font-family: 'imposs_accents';
  margin: 0 0 8px 0;
  overflow: hidden;
  background-color: #000;
}

p {
  margin: 6px 0;
}
      
a {
  color: #525252;
}

mark {
  color: black !important;
  background: #000000 !important;
  font-weight: regular;
}

ul {
  margin: 6px 0;
}

button, input[type=button], input[type=submit] {
  padding: 4px;
  cursor: pointer;
  margin: 5px 0;
}

.quicklove {
  font-family: 'imposs_accents';
}

.cursive {
  font-family: 'imposs_accents';
}

hr {
  border-top: 1px dashed black;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: 16px 0;
}

figure {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

figcaption {
  margin: 4px 0;
}

.filter {
  display: none;
}

.show {
  display: block;
}

.up a {
  z-index: 2;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 1.5em;
  background: black;
  color: white !important;
  padding: 6px;
  border-radius: 100%;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 6px;
  font-size: smaller;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 
details summary {
  cursor: pointer;
  background-color: #000000;
}

details[open] summary {
  margin: -12px -12px 0 -12px;
  background-color: #000000;
}

details[open] {
  padding: 12px;
  background-color: #000000;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 6px;
  font-size: smaller;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 

.pixel img {
  width: auto !important;
  border: none !important;
}

.icon {
  margin-bottom: 12px;
  background: black; 
  border: 4px solid #bcbe9a;
  border-radius: 100%; 
  width: 180px;
}

@media only screen and (max-width: 800px) {
  #flex {
    flex-wrap: wrap;
  }
  
  .floatright, .floatleft {
    float: none;
  }
  
  aside {
    width: 100% !important;
    flex-shrink: 1;
  }
  
  .hidden-sm-screen {
    display: none !important;
  }
}

