@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;
  overflow: hidden;
  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;
}




#introimgs a {
  opacity: 1;
  transition: all 0.7s ease-in;
}

#introimgs a:hover {
  opacity: 0.5;
  transition: all 0.7s ease-out;
}

#introimgs img {
  width: 700px;
  height: 190px;
  margin: 70px 0px 70px 0px;
  -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;
}



#wip {
  text-align: center;
  letter-spacing: -0.05px;
  font-family: Michroma;
  font-size: 15px;
  font-weight: 600;
  font-variant: small-caps;
  opacity: 0.4;
  margin: 0px 0px 12px 0px;
}


#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-mainbody {
  width: 100%;
}

.psel-mainbody a, .psel-mainbody a:visited {
  color: #d4e7f1;
}

.psel-mainbody a:hover, .psel-mainbody a:active {
  color: #fff;
}



.psel-i-base {
  margin: 0 auto;
  width: 860px;
  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-i-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-i-head img {
  margin-top: -10px;
  padding: 0px;
  float: right;
  width: 37px;
}


.psel-sidebar {
  width: 170px;
  vertical-align: top;
  padding: 13px 0px 0px 0px;
}


ps-image {
  height: 395px;
  width: 150px;
  margin-bottom: 10px;
  border-radius: 11px;
}

ps-image::after {
  height: 395px;
  width: 150px;
  box-shadow: inset 1px 7px 8px 0 #888888, inset -1px -1px 3px 0 #888888;
  content: '';
  display: block;
  margin-top: -398px;
  position: absolute;
  border-radius: 11px;
  transition: all ease-in-out 0.35s;
}

ps-image:hover:after {
  height: 395px;
  width: 150px;
  box-shadow: inset 1px 10px 8px 0 #aaaaaa, inset -1px -1px 3px 0 #aaaaaa, 0px 0px 6px 3px #030815;
  content: '';
  display: block;
  margin-top: -398px;
  position: absolute;
  border-radius: 11px;
  transition: all ease-in-out 0.35s;
}

ps-image img {
  height: 395px;
  width: 150px;
  border-radius: 11px;
}





#ps-image {
  z-index: 4;
  height: 395px;
  width: 150px;
  background: transparent;
  box-shadow: 2px 2px 5px #0a1328 inset, -2px -2px 5px #0a1328 inset, 0px 0px 3px #7a7a6c;
  transition: all ease-in-out 0.5s;
  padding: 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 16px;
  border-radius: 11px;
}
#ps-role {
  margin-right: 9px;
  margin-top: -36px;
}

#ps-role img {
  margin: 0px -4px 0px -4px;
  width: 36px;
  box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 0px #000;
}


#server {
  margin-top: -10px;
  margin-bottom: -5px;
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}



big a {
  margin-left:0px;
  padding-left: 0px;
  text-align: center;
  font-size: 40px;
  font-family: Jura;
  font-weight: 600;
  font-variant: small-caps;
}
