@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Jura:wght@300..700&family=Michroma&family=Orbitron:wght@400..900&family=VT323&family=Victor+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body {
  min-width: 100vh; 
  min-height: 100vh;
  background: #a68d64 url('https://monolithical.monster/xiv/siteimgs/tiling-vellum.jpg');
  font-family: Verdana;
  padding: 0px;
  margin: 0px;
}


a, a:visited {
  color: #fefefd;
  font-weight: 700;
  font-style: normal;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  text-decoration: none;
}

a:hover, a:active {
  color: #eae3c9;
  color: #635642;
  font-weight: 700;
  font-style: normal;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  text-decoration: none;
}


.xiv-wrap {
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(to right, rgba(71, 46, 9, 0) 0%, rgba(71, 46, 9, 0) 85%, rgba(71, 46, 9, 0.6) 100%), linear-gradient(to left, rgba(71, 46, 9, 0) 0%, rgba(71, 46, 9, 0) 85%, rgba(71, 46, 9, 0.6) 100%), url('https://monolithical.monster/xiv/siteimgs/tiling-vellum.jpg');
  background-repeat: repeat;
  width:100%;
  min-height: 100vh; 
  padding-top: 25px;
}




#credit {
  text-align: center;
  letter-spacing: 0.3px;
  font-family: "Victor Mono", monospace;
  font-weight: 300;
  font-style: normal;
  font-size: 10.7px;
  text-transform: uppercase;
  opacity: 0.9;
  margin: 17px 0px 10px 0px;
}




.sitewide-nav1 {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  position: fixed;
  z-index: 1;
  height: 85px;
  bottom:0;
  right:0;
  width: 410px;
}
.sitewide-nav1 img {
  margin-right: 8px;
}

.sitewide-nav2 a {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.sitewide-nav2 a:hover {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}

.sitewide-nav2 {
  display: flex;
  justify-content: center;
  min-height: 65px;
  width: 340px;
  margin: 8px 55px 0px 0px;
  padding: 20px 15px 5px 19px;
  background-image: linear-gradient(#16183b, #042e44);box-shadow: -3px -2px 10px 2px #594a29;-webkit-box-shadow: -3px -2px 10px 2px #594a29;-moz-box-shadow: -3px -2px 10px 2px #594a29;
  border-radius: 40px 40px 0px 0px;
}


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

.tooltiptext {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  width: 180px;
  bottom: 100%;
  left: 65%;
  margin-left: -90px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px #f8f9d4 inset, 0px -1px 2px #f8f9d4 inset, 1px 4px 4px 1px #0b1c2d;
  background-image: linear-gradient(#eac37b, #5f4c27);
  background-color: #b48d4f;
  font-family: Jura;
  font-weight: 600;
  color: #fefefd;
  text-align: center;
  padding: 5px 1px;
}

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

.menu-tooltip:hover .tooltiptext {
  visibility: visible;
}








.psel-base {
  margin-left: auto;
  margin-right: auto;
  width: 1250px;
  border-radius: 15px;
  background-image: linear-gradient(to bottom right, #16183b, #042e44, #16183b);
  box-shadow: 4px 8px 11px #594a29, 3px 3px 3px #777682 inset, -2px -2px 2px #636270 inset;
  padding: 13px;
  font-family: Verdana;
  font-size: 14px;
  color: #fff9e6;
  -webkit-animation:appear 1s ease 0s 1 normal;
-moz-animation:appear 1s ease 0s 1 normal;
-ms-animation:appear 1s ease 0s 1 normal;
animation:appear 1s ease 0s 1 normal;
}

@-webkit-keyframes appear {
0%{ opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
60%{ opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}
@keyframes appear {
0%{ opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
60%{ opacity: 1; transform: scale3d(1,1,1); }
}



.psel-head {
  letter-spacing: 2px;
  text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
  text-align: center;
  border-bottom: 5px groove #494a56;
  line-height: 18px;
  font-size: 22px;
  font-family: "Michroma", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.9;
}

.psel-head img {
  margin-top: -10px;
  padding: 0px;
  float: right;
  width: 37px;
}

.psel-info {
  margin-top: 25px;
  margin-bottom: 3px;
  background-image: linear-gradient(to bottom right, rgba(0,0,0,0), rgba(0,0,0,0.7));
  padding: 10px 20px 11px 15px;
  opacity: 0.9;
  border-radius: 9px;
  box-shadow: 3px 3px 6px #1a1b05 inset, -7px -3px 7px #141501 inset, 0px 0px 4px #7a7a6c;
}

#ps-charname {
  margin: 0px 0px 10px 11px;
  text-shadow: 0 0 1px #f7f3e6, 0 0 3px #f7f3e6;
  letter-spacing: -1px;
  line-height: 31px;
  font-size: 31px;
  font-family: "Michroma", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  opacity: 0.85;
}

#ps-class {
  padding: 7px;
  margin-left: 61px;
  text-shadow: 0 0 3px #f7f3e6, 4px 4px 6px #202002;
  letter-spacing: -1px;
  font-size: 29px;
  font-family: "Cinzel", serif;
  font-weight: 300;
  font-style: normal;
  font-variant: small-caps;
  opacity: 0.8;
}

#ps-lvl {
  float: right;
  text-shadow: -2px 0 #d8ceae, 0 2px #d8ceae, 2px 0 #d8ceae, 0 -2px #d8ceae;
  margin-top: -101px;
  margin-right: 5px;
  font-size: 60px;
  font-family: "Michroma", serif;
  font-weight: 800;
  font-style: normal;
  color: #d8ceae;
  text-transform: uppercase;
  opacity: 0.4;
}


#ps-body-h { 
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  text-transform: uppercase;
  color: #dcd9d0;
  border-bottom: 5px groove #494a56;
  text-align: left;
  padding: 0px 0px 0px 20px;
  margin-bottom: 10px;
}

#ps-body-p { 
  width: 95%;
  text-align: justify;
  color: #fff9e6;
  padding: 0px 0px 22px 0px;
}





#psel-write-c {
  width: 1400px;
  font-size: 22px;
  line-height: 23px;
  font-family: times new roman;
  letter-spacing: 4px;
}

#psel-write-c img {
  margin-bottom: 30px;
  max-width: 100%;
}

#psel-write-c a, #psel-write-c a:visited {
  color: #eae3c9;
  font-size: 35px;
  line-height: 30px;
  font-family: "Cinzel", serif;
  font-weight: 300;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0px;
  margin-right: 9px;
}

#psel-write-c a:hover, #psel-write-c a:active {
  color: #fefefd;
  font-size: 35px;
  line-height: 30px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0px;
  margin-right: 9px;
}

.psel-bullet {
  font-size: 30px;
  line-height: 50px;
  margin-left: 35px;
  padding-left: 20px;
}

#psel-write-h {
	padding: 0px 0px 0px 20px;
	margin-bottom: 15px;
	font-family: "Michroma", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 27px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 3px;
  color: #dcd9d0;
  border-bottom: 5px groove #494a56;
}

#psel-write-h small {
  margin-left: 20px;
 	font-size: 14px;
 	letter-spacing: 2px;
}

#psel-write-b {
  text-align: justify;
  font-size: 17px;
  line-height: 19px;
  font-family: verdana;
  font-weight: normal;
  letter-spacing: 0px;
  border-bottom: 5px groove #494a56;
  padding-bottom: 3px;
  margin-bottom: 20px;
}


.psel-write-c {
  width: 100%;
}
.psel-write-c a, .psel-write-c a:visited {
  color: #eae3c9;
  font-size: 35px;
  line-height: 30px;
  font-family: "Cinzel", serif;
  font-weight: 300;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0px;
  margin-right: 9px;
}
.psel-write-c a:hover, .psel-write-c a:active {
  color: #fefefd;
  font-size: 35px;
  line-height: 30px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0px;
  margin-right: 9px;
}


#psel-write-attn {
  width: 100%;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  margin: 25px 0px 35px 0px;
}





.psel-botnav {
  text-align: center;
  border-top: 5px groove #494a56;
  opacity: 0.9;
}

.bot-nav {
  float: none;
}

.bot-nav a, .bot-nav a:visited {
  display: inline-block;
  margin: 7px 10px 0px 10px;
  padding: 6px 20px;
  background-image: linear-gradient(#eac37b, #5f4c27);
  background-color: #b48d4f;
  box-shadow: 0px 2px 4px #f8f9d4 inset, 0px -1px 2px #f8f9d4 inset, 1px 4px 4px 1px #0b1c2d;
  transition-duration: 0.6s;
  font-family: Jura;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.9;
  color: #fefefd;
}

.bot-nav a:hover, .bot-nav a:active {
  display: inline-block;
  margin: 7px 10px 0px 10px;
  padding: 6px 20px;
  background-image: linear-gradient(#e5c384, #6e592e);
  background-color: #b48d4f;
  box-shadow: 0px 2px 6px #f8f9d4 inset, 0px -1px 2px #f8f9d4 inset, 1px 4px 8px 3px #071421;
  transition-duration: 0.6s;
  font-family: Jura;
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
  color: #eae3c9;
}








 /* CAROUSEL GALLERY */
 
 
 
 
 
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}



* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}


ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel {
  position: relative;
  width: 1200px;
  height: 675px;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}

.carousel a:hover, .top-nav a:active {
  color: #fff;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  background-color: transparent;
  counter-increment: item;
}

.carousel__slide:nth-child(even) {
  background-color: transparent;
}

.carousel__slide:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  color: #fff;
  font-size: 2em;
}

.carousel__slide img {
  width: 100%;
  height: 100%;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  top: 94%;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
  background-clip: content-box;
  border: 0.13rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 27%;
  width: 100px;
  height: 100px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 50px;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: -1rem;
}

.carousel::after,
.carousel__next {
  right: -1rem;
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: transparent;
  padding: 5px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  pointer-events: none;
}
