/* character base */
.chacontainer{
  align-items: center;
  position: relative;
  padding: 8px;
  z-index: 1;
}

.chacontent {
  background-color: #bd92ce;
  background-image: url('/assets/BG2.png');
  border: 1px solid #1a0b20;
  border-radius: 8px;
  padding: 0 15px 15px 15px;
  text-align: center;
  overflow: auto;
  min-width: 700px;
  max-width: 750px;
  min-height: 500px;
  max-height: 590px;
}

.pagedoll {
  position: fixed; 
  bottom: 3px; 
  right: 3px; 
  z-index: 9;
}

.tdborder {
  background-color: rgba(232,194,247,0.6);
  border: 1px solid #1a0b20;
  border-radius: 8px;
  margin: auto;
  text-align: center;
  overflow: auto;
  padding: 8px;
  width: 60%;
  max-width: 1300px;
  margin-bottom: 10px;
}
/* end character base // start navigation */

ul {
  list-style-type: none;
  border: 1px solid #1a0b20;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #d178f4;
}

li {
  float: left;
  border-right: 1px dotted #1a0b20;
}

li:last-child {
  border-right: 1px dotted #1a0b20;
  border-left: 1px dotted #1a0b20;
}

li a, .dropbtn {
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #bf6cdf;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #d178f4;
  border-top: none;
  border-left: 1px solid #1a0b20;
  border-right: 1px solid #1a0b20;
  border-bottom: 1px solid #1a0b20;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  
  min-width: 110px;
  z-index: 10;
}

.dropdown-content a {
  color: #1a0b20;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-top: 1px dotted #1a0b20;
}

.dropdown-content a:hover {
  background-color: #bf6cdf;
  color: #000;
  text-decoration: underline;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Drop button hover radius. Only applies to the last option so the bottom isn't going outside the border. */
.dbtnh {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* end navigation // start site base */

body {
  background-image: url('/assets/BG1.png');
}

a:link {
  color: #1a0b20;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #1a0b20;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}

html {
  text-align: center;
  color: #1a0b20;
  font-family: verdana;
  font-size: 80%;
}

.button {
  background: none;
  border: none;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px 10px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button2 {
  background-color: #d178f4;
  padding: 15px;
  margin: 0 3px 0 3px;
  border-radius: 8px;
}

.button2:hover {
  background-color: #bf6cdf;
}

.buttonb {
  background: none;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #d178f4;
  padding: 10px 15px 10px 15px;
  margin: 0 3px 0 3px;
  border-radius: 8px;
}

.button1:hover {
  background-color: #bf6cdf;
}

#copyright {
  font-family:verdana;
  font-size: 60%;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 5;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: #bd92ce;
  border-radius: 8px;
}
 
::-webkit-scrollbar-track {
  width: 0;  
  background: #e8c2f7;
  border: 1px solid #dd9ff5;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #d178f4;
  border: 1px solid #1a0b20;
}
::-webkit-scrollbar-thumb:hover {
  background: #bf6cdf;  
  border-radius: 8px;
}

/* end site base // start content */

table {
  margin-right: auto; 
  margin-left: auto;
}

.img {
  background-color: rgba(209,120,244,0.2);
  border: 2px dotted #ca90e0;
  border-radius: 10px;
  height: 250px;
}

/* end content // start misc. */

.row {
  display: flex;
}

h4 {
  text-align: left;
  font-style: italic;
  font-size: 15px;
  padding: 5px;
  margin: 0;
}

.ppad {
  padding: 2px 3px 5px 3px;
  margin: 0;
}

.mainhr {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  clear: both; 
  border-width: 1px 0 0 0;
  border-style: solid;
  border: 1px dashed #1a0b20;
  width: 300px;
  float: left;
}

.faqdivider {
  background-color: rgba(209,120,244,0.1);
  border: 1px dashed #53335e; 
  padding: 5px 0 5px 0;
  border-radius: 8px;
  font-style: italic;
  width: 90%;
  text-align: center;  
  max-width: 1000px;
  margin: 8px;
  color: #764f85;
}
/* end misc. */