/* This thing is largely bashed together from SadGrl's layout template (at https://sadgrl.online/projects/layout-builder/) and https://www.w3schools.com/ and some StackOverflow threads */ 


@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 {
                font-family: 'IBM Plex Sans',sans-serif;
                margin: 0;
                background-color: #000000;
                color: #000000;
            }

html, body {margin: 0px 0px 0px 150px;}

            * {
                box-sizing: border-box;
            }

            #container {
                max-width: 1250px;
                margin: 0 auto;
            }

            a {
                color: #000;
                font-weight: normal;
                text-decoration:none;
            }

            h1 a, h2 a, h3 a, h4 a, h5 a {
                color: #000;
                text-decoration:none;
            }

            a:hover {
                color: #371616;
            }


            #header {
                width: 100%;
                background-repeat: repeat-x;
                background-position: left;
                background-color: #d4d4d4;
                height: 100px;
                margin: 0px;
            }

            main {
                background: #e7d2b2 url("https://monolithical.monster/xiv/worldstate/pw-genimgs/vellum_bg_semitransparent.png");
                padding: 8px 10px 15px 10px;
                text-align: justify;
                margin: 0px;
            }
            
            blockquote {
                margin-left: 200px;
                padding: 0px 45px 0px 15px;
                text-align: justify;
            }

            h1, h2 {
                text-align: left;
                width: 100%;
            }

            h4 {
                text-align: left;
                font-size: 19px;
                margin: 0px;
                width: 100%;
            }

            footer {
                background: #e7d2b2 url("https://monolithical.monster/xiv/worldstate/pw-genimgs/vellum_bg_semitransparent.png");
                width: 100%;
                height: 40px;
                padding: 10px;
                text-align: center;
            }

            .imagehere {
                height: 150px;
                width: 150px;
                margin-left:auto;
                margin-right:auto;
                background-repeat: no-repeat;
                background-position: center;
                background-size: auto 100%;
            }

            .charactermain-image {
                height: 350px;
                width: 300px;
                margin-left:auto;
                background-repeat: no-repeat;
                background-size: auto 100%;
                background-position: center;
                border: 1px black solid;
            }

            .galleryimage {
              float: left;
              width: 150px;
              height: 150px;
              background-repeat: no-repeat;
              background-size: auto 100%;
              background-position: center;
              margin: 0px 10px 15px 10px;
              border: 1px black solid;
            }

            h1,
            h2,
            h3 {
                color: #4d1a1a;
            }

            h1 {
                padding-left: 10px;
                font-size: 55px;
                margin: 10px 0px 20px 0px;
                border-bottom: 2px dotted #4d1a1a;
                line-height: 45px;
                letter-spacing: -2.7px;
                font-family: "Cinzel", serif;
                font-weight: 500;
                font-style: italic;
            }
            
            h1 small {
                letter-spacing: -0.4px;
                font-size: 33px;
                font-family: "Orbitron", sans-serif;
                font-weight: 300;
                font-style: italic;
                font-variant: small-caps;
            }

            h2 {
                font-size: 25px;
                margin: 35px 0px 5px 0px;
                padding-left: 7px;
                border-bottom: 1px dashed #4d1a1a;
                line-height: 30px;
                letter-spacing: -2.2px;
                font-family: "JetBrains Mono", monospace;
                font-weight: 300;
                font-style: normal;
            }

            h4 {
              margin: 22px 0px 3px 0px;
              background: rgba(241, 223, 206, 0.3);
              padding: 5px 20px 5px 20px;
              line-height: 15px;
              font-size: 15px;
              font-weight: 500;
              font-family: "Victor Mono", monospace;
              text-transform: uppercase;
              letter-spacing: 2px;
            }


            /* Thanks to LetoLeGaosaure on Pillowfort for pointing this out! */
            h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
                color: inherit;
            } 
            /* -------- */

            .box {
                background-color: #E7E9EB;
                border: 1px solid #000000;
                padding: 10px;
            }

            .gallery {
                background-color: none;
                padding: 20px 5px 5px 5px;
                overflow: hidden;
            }

            #toc {
                float: left;
                text-align:left;
                width: 200px;
                margin-right:auto;
                margin: 0px 40px 10px 0px;
                background: #e2ceab url("https://monolithical.monster/xiv/worldstate/pw-genimgs/vellum_navbg2.png");
                border: 1px solid #000000;
            }

            ol {
                padding-left: 7%;
                list-style-type: circle;
                }

            li {
                padding-bottom: 7px;
                font-size: 15px;
                }

            li a {
                padding-bottom: 1px;
                font-size: 14px; 
                font-family: tahoma;
                padding-right: 9px;
                }

            .characterprofile {
              float: right;
              width: 300px;
              margin-left:auto;
              margin: 0px 0px 30px 30px;
              background: #e2ceab url("https://monolithical.monster/xiv/worldstate/pw-genimgs/vellum_navbg2.png");
            }

            /* Clear floats after the columns */
            .row:after {
              content: "";
              display: table;
              clear: both;
            }


            table {
              border-collapse: collapse;
              width: 300px;
              background: #bda88a url("https://monolithical.monster/xiv/worldstate/pw-genimgs/vellum_bg_semitransparent.png");
              border-top: 1px solid black;
              border-bottom: 1px solid black;
            }

            tbody {
              margin: 3px 10px;
            }

            td, th {
              background: #e2ceab url("https://monolithical.monster/xiv/worldstate/pw-genimgs/vellum_bg_semitransparent.png");
              font-size: 14px;
              width: 58%;
              text-align: left;
              padding: 3px 10px;
              border-right: 1px solid black;
              border-left: 1px solid black;
            }

            td:nth-child(odd) {
              background: rgba(241, 223, 206, 0.3);
              font-size: 13px;
              font-weight: 600;
              width: 42%;
              text-align: right;
            }

            tr:nth-child(odd) {
              background: rgba(241, 223, 206, 0.3);
            }
            
            th {
              background-color: #fff2ec;
              padding: 8px;
              text-align: center;
              font-family: tahoma;
              font-weight: bold;
              font-size: 14px;
              line-height: 12px;
            }


            /* MEDIA QUERY */

            @media only screen and (max-width: 1350px) {
              main {
                float: left;
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                margin: 10px 0px 0px 00px;
                padding: 0px;
              }
            }

            @media only screen and (max-width: 1100px) {
              table, .characterprofile {
                float: left;
                width: 100%;
                margin: 10px 0px 0px 00px;
              }
                
            .characterprofile {
                float: left;
                width: 100%;
                margin: 0px 0px 30px 0px;
              }
                
            main {
                padding: 20px;
            }
                
            .charactermain-image {
                width: 100%;
                margin: 0px 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;
}
