 @font-face {
  font-family: 'galleryFont'; /* set name */
  src: url('https://rayepierre335.neocities.org/assets/RibeyeMarrow-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'mainFont'; /* set name */
  src: url('https://rayepierre335.neocities.org/assets/OpenDyslexic-Regular.otf') format('truetype');
}
 
  body{
  background-color: #1c1c1c;
  display:flex;
  flex-direction: column;
  background-image: url('https://rayepierre335.neocities.org/assets/galleryMural.png');
  background-size:50%;
  }

h1{
  margin: 5% 25% 0 25%;
  font-size: 200%;
  color: #3b66d7;
  font-family: galleryFont;
  text-align: center;
  text-shadow: 3px 3px 6px black;
  border-style: ridge;
  border-width: 5px 15px 5px 15px;
  background-color: #2e2e2e;
}

h2, h3, h4{
  margin: 0 10% 0 10%;
  color: #3b66d7;
  font-family: galleryFont;
  text-align: center;
  text-shadow: 3px 3px 6px black;
}

p, span, dl, dt{
  color: #c1b681;
  font-family: mainFont;
}

dd{
  font-family: mainFont;  
  font-size: 75%;
}

a{
  cursor:pointer;
  color:#a57158;
}

a:visited{
  color:#a57158;
}

img{
max-height:100%;
width:100%;
}


#emphasis{
  font-size: 100%;
}

/* Navi */

#nanavi{
cursor: pointer;
}

#oblivion{
max-height:100%;
width:50%;
transition: all 0.3s ease-in-out;
filter: opacity(100%) blur(0px) brightness(100%) contrast(100%) saturate(100%) drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
}

#oblivion:hover{
transform: scale(1.2);
filter: brightness(75%) contrast(100%) saturate(150%) drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
}

#returnToOblivion{
max-height:100%;
max-width:100%;
}


.PWA{
  position: fixed;
  bottom: 8px;
  right: -100px;
}

.auRevoir{
  background-color:#9c1c00;
  height:0px;
  width:35%;
  z-index:2;
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-x:hidden;
  transition:0.3s;
  border: 0px solid #9c1c00;
  border-radius: 5px;
  filter: drop-shadow(0 0 16px rgba(160, 185, 192, 0.5));
  opacity:0.95;  
  color:#b5ee80;
}

/* Navi */

.column {
  display: inline-flex;
  flex-direction:row;
  padding:1em;
  width:5%;
}

/* gallery options */
.gallery{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  padding:2em;
  gap:2em;
  overflow-x:hidden;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  padding-bottom:100px;
  left:50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
  overflow-x: auto;
  background-color: #201c16;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #31283a;
  margin: auto;
  padding: 1em;
  width: 60%;
  height:auto;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 15%;
  right:0;
  font-size: 35px;
  font-weight: bold;
  padding-right:1em;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: sticky;
  top: 50%;
  padding: 12px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  left: 90%;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 8%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: #201c16;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#spoilered{
filter: blur(5px);  
}

#spoilered:hover{
  filter: blur(3px);  
}

.Spoil{
  cursor: help;
  transition: all 0.5s ease 0s;
  filter: blur(0px); 
}

.tSpoil{
  filter: blur(7px); 
}

#title{
  padding:2%;
}

.limiter{
overflow-x:auto;
height:5%;
width:auto;
}

.sideLimit{
overflow-y:auto;
height:5%;
width:auto;
}

@media (max-width: 80rem) {
}