@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;
}

.psel-sidebar {
  width: 200px;
  vertical-align: top;
  padding: 0px 3px 14px 3px;
}

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

ps-image::after {
  height: 500px;
  width: 190px;
  box-shadow: inset 1px 7px 8px 0 #acaca7, inset -1px -1px 2px 0 #acaca7;
  content: '';
  display: block;
  margin-top: -503px;
  position: absolute;
  border-radius: 11px;
}

ps-image img {
  height: 500px;
  width: 190px;
  border-radius: 11px;
}

.ps-image {
  height: 500px;
  width: 190px;
  background-color: #29291a;
  box-shadow: 0px 0px 0px 1px #929286;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
  margin-bottom: 16px;
  border-radius: 11px;
}

#ps-role {
  margin-right: 15px;
  margin-top: -40px;
}

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

#ps-stats-t { 
  font-family: "VT323", monospace;
  font-size: 15px;
  text-transform: uppercase;
  color: #c1c8cf;
  width: 78%;
  text-align: left;
  margin-bottom:-2px;
  margin-top: 5px;
}

.ps-stats1 { 
  width: 90%;
  margin: 0px 5px 0px 5px;
  height:12px;
  background-color: #354862;
  border: 2px solid #071521;
  border-radius: 5px;
  opacity: 0.9;
  text-align: left;
}

.ps-stats2 { 
  margin-top: 1px;
  height:10px;
  background-color: #c1c8cf;
  border-radius: 2px 4px 4px 2px;
  text-align: left;
}

.psel-mainbody {
  vertical-align: top;
  padding: 13px 20px 7px 20px; ;
  border-radius: 10px;
  background-image: linear-gradient(to bottom right, #042e44, #16183b);
  box-shadow: 3px 3px 6px #0a1328 inset, -3px -3px 6px #0a1328 inset, 0px 0px 3px #7a7a6c;
}

#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;
}


.ps-body-gal {
  margin-bottom: 15px;
}

.ps-body-gal img {
  width: 370px;
  border-radius: 6px;
}

.ps-body-gal a, .ps-body-gal a:visited {
  padding: 4px;
  target-name: new;
  target-new: tab;
}

.ps-body-gal a:hover, .ps-body-gal a:active {
  padding: 4px;
  filter: grayscale(70%);
  transition-duration: 0.9s;
}



.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;
}





#sb-abo-h { 
  letter-spacing: 1.8px;
  font-family: "VT323", monospace;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 10px;
  color: #c1c8cf;
  width: 92%;
  text-align: left;
  background-color: #21334f;
  border-bottom: 4px solid #05101a;
  border-radius: 9px 9px 0px 0px;
  text-shadow: -1px -1px 0px #05101a, 0px -1px 0px #05101a, 1px -1px 0px #05101a, -1px  0px 0px #05101a, 1px  0px 0px #05101a, -1px  1px 0px #05101a, 0px  1px 0px #05101a, 1px  1px 0px #05101a,-2px -2px 0px #05101a,-1px -2px 0px #05101a, 0px -2px 0px #05101a, 1px -2px 0px #05101a, 2px -2px 0px #05101a, 2px -1px 0px #05101a, 2px  0px 0px #05101a, 2px  1px 0px #05101a, 2px  2px 0px #05101a, 1px  2px 0px #05101a, 0px  2px 0px #05101a,-1px  2px 0px #05101a,-2px  2px 0px #05101a,-2px  1px 0px #05101a,-2px  0px 0px #05101a,-2px -1px 0px #05101a;
  padding: 5px 0px 1px 11px;
}

#sb-abo-t { 
  font-family: tahoma;
  font-size: 14px;
  color: #c1c8cf;
  width: 90%;
  text-align: left;
  padding: 1px 0px 6px 5px;
  margin-bottom: 4px;
}

#sb-abo-t small { 
  letter-spacing: -0.7px;
  font-family: verdana;
  font-size: 10px;
  text-transform: uppercase;
}


.sb-abo-stat-b {
  margin: -10px 0px 20px 0px;
  width: 94%;
  padding: 0px;
}

.sb-abo-stat-h {
  width: 33%;
  padding: 17px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  letter-spacing: 1px;
  line-height: 5px;
  border-bottom: 9px solid rgba(203, 209, 222, 0.2);
  text-shadow: -1px 0 rgba(17, 35, 49, 1), 0 1px rgba(17, 35, 49, 1), 1px 0 rgba(17, 35, 49, 1), 0 -1px rgba(17, 35, 49, 1),-1px 0 rgba(17, 35, 49, 1), 0 1px rgba(17, 35, 49, 1), 1px 0 rgba(17, 35, 49, 1), 0 -1px rgba(17, 35, 49, 1),-1px 0 rgba(17, 35, 49, 1), 0 1px rgba(17, 35, 49, 1), 1px 0 rgba(17, 35, 49, 1), 0 -1px rgba(17, 35, 49, 1);
  text-align: center;
  font-size: 19px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 300;
  font-style: normal;
  font-variant: small-caps;
  color: #ffffff;
  opacity: 0.9;
}

#sb-abo-stat-h {
  width: 90%;
  padding: 22px 5px 4px 5px;
  margin: 0px 0px 5px 0px;
  letter-spacing: 0.5px;
  line-height: 5px;
  border-bottom: 7px solid rgba(203, 209, 222, 0.15);
  text-shadow: -1px 0 rgba(17, 35, 49, 1), 0 1px rgba(17, 35, 49, 1), 1px 0 rgba(17, 35, 49, 1), 0 -1px rgba(17, 35, 49, 1),-1px 0 rgba(17, 35, 49, 1), 0 1px rgba(17, 35, 49, 1), 1px 0 rgba(17, 35, 49, 1), 0 -1px rgba(17, 35, 49, 1),-1px 0 rgba(17, 35, 49, 1), 0 1px rgba(17, 35, 49, 1), 1px 0 rgba(17, 35, 49, 1), 0 -1px rgba(17, 35, 49, 1);
  text-align: center;
  font-size: 19px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 300;
  font-style: normal;
  font-variant: small-caps;
  color: #ffffff;
  opacity: 0.9;
}

#sb-abo-stat-h small {
  letter-spacing: 0.2px;
  font-size: 14px;
  text-transform: uppercase;
}

.sb-abo-stat-t {
  width: 33%;
  padding: 0px;
  text-align: center;
  font-family: Courier New;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: -0.6px;
}

.sb-abo-stat-t small { 
  letter-spacing: 1px;
  font-family: Tahoma;
  font-size: 13px;
  line-height: 10px;
}

.sb-abo-stat-3 {
  width: 33%;
  padding: 20px 0px 0px 0px;
}

.sb-abo-invbox {
  margin: 4px 4px 4px 4px;
  display: inline-block;
  height: 55px;
  width: 55px;
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #414041, #383a38);
  box-shadow: 3px 3px 0px #252525 inset, 0px -2px 0px #676767 inset;
  opacity: 0.55;
}


.sb-fakespace {
  width: 1%;
}

