:root,
[selected-theme="Celestial"]{
    --color-text:#f2f1d3;
    --color-subtext:#e7d0ad;
    --color-hover:#12161f;
    --color-background:#0f141d;
    --color-subbackground:#21252e;
    --background-image: url('WebBG.png');
    --starborder-color: url('starboarder_lightgold.png');
}
body {
  background-color: var(--color-background);
  color: var(--color-text);
  background-image: var(--background-image);
  background-size: auto;
  cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
}
*{
    box-sizing: border-box;
    font-family: 'Lora', serif;
}
.text{
    color: var(--color-text);
    font-size: 15px;
    font-family: 'Lora', serif;
    margin-left: 10px;
}
a{
    font-family: 'Lora', serif;
}
a:link {
    color: var(--color-text);
    text-decoration: none;
}

a:visited {
    color: var(--color-subtext);
    text-decoration: none;
}

a:hover {
  background-color: var(--color-subbackground);
  text-decoration: none;
    cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
}

a:active {
  background-color: var(--color-background);
  text-decoration: none;
      cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
}  
/*Center Content*/
.mainBox{
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: hidden;
}
.content{
    border-image-source: var(--starborder-color);
    border-image-slice: 35%;
    border-image-width: 35px;
    border-image-repeat: repeat;
    border-color: var(--color-text);
    box-sizing: content-box;
    width: 65%;
    height: 50%;
    padding:20px;
}
.header{
  border-color: var(--color-text);
  border-style: outset;
  text-align: center;
  background-color: var(--color-background);
  size: 100%;
}

/* Toolbar and Toolbar Buttons*/
.toolBar{
    border-top-style:hidden;
    border-bottom-style: hidden;
    padding:3px;
    border-left: outset;
    border-right: outset;
    border-color:var(--color-text); 
    background-color: var(--color-background);
}
.toolButtons{
    cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
    color:var(--color-text);
    background-color: var(--color-subbackground);
    border-style: outset;
    border-color:var(--color-text);
    margin: 0px;
}
.toolButtons:hover{
    cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
    background-color: var(--color-hover);
    color: var(--color-subtext);
    border-color: var(--color-subtext);
}
.toolButtons:active{
    border-style: inset;
    background-color: var(--color-background);
    color: var(--color-subtext);
    border-color: var(--color-subtext);
    cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
}
/*Still part of the toolbar, just the dropdown menu*/
.dropContainer{
    float: right;
}
.dropdown{
    position: relative;
}
.dropContent{
    display:none;
    position: absolute;
    background-color:var(--color-background);
    z-index: 1;
    min-width: 133px;
    overflow: auto;
    float: right;
    border-style: inset;
    border-color: var(--color-text);
}
.dropContent button {
    color:var(--color-text);
    background-color: var(--color-subbackground);
    display:block;
    width: 100%;
    text-decoration: none;
    border-color: var(--color-text);
}
.dropContent button:active{
    background-color: var(--color-background);
    color: var(--color-subtext);
    border-color: var(--color-subtext);
}
.dropContent button:hover{
    background-color: var(--color-background);
    background-color: var(--color-hover);
    color: var(--color-subtext);
    border-color: var(--color-subtext);
}
.show {display: block;}

/*NOT the mainbox, mainbody is the main content on the page. Mainbox is the main container*/
/*also the three columns, Left, Right, and Center*/
.mainBody{
    background-color: var(--color-subbackground);
    border-color: var(--color-text);
    border-top-style: ridge;
    display: flex;
    align-items: stretch;
}
.leftBody{
    border-color: var(--color-text);
    border-style: inset;
    align-items: center;
    justify-content: center;
    height:fit-content;
}
.changelogTitle{
    text-align: center;
    font-size:17px;
}
.changelog{
    border-style:double;
    border-color: var(--color-text);
    border-radius: 5px;
    overflow-y: scroll;
    padding: 5px;
    max-height: 230px;
}
.logentry{
    border-style: solid;
    border-radius: 30px;
    border-color: var(--color-text);
    font-size: 12px;
    padding:10px;
    background-color: var(--color-subbackground);
}
.centerBody{
    border-bottom-style: inset;
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    width: 50%;
    padding: 0px;
    margin: 0px;
}
.rightBody{
    border-color:var(--color-text);
    border-style: inset;
    align-items: center;
    justify-content: center;
    height:100%;
}
.tinyCol{
    width: 25%;
    border-top-style: hidden;
    height:100%; 
    margin:0;
}
.column{
    float:left;
    min-height: 525px;
    height:auto;
    background-color:var(--color-background);
}
.listeningTitle{
    text-align: center;
    font-size:17px;
}
.currentlyListening{
    border-style:double;
    border-color: var(--color-text);
    border-radius: 5px;
    margin:0;
    padding:0;
    height: auto;
    text-align: center;
    justify-content: center;
}
.albumIMG{
    height:150px;
    width:auto;
}
.audioTitle{
    font-size: 11px;
}
audio{
    width: 100%;
}
.funFacts{
    border-style:double;
    border-color: var(--color-text);
    border-radius: 5px;
    overflow-y: scroll;
    padding: 5px;
    max-height:400px;
}
.centerReader{
    width:70%;
}
.rightReader{
    width:15%;
}
.leftReader{
    width:15%;
}
.topButton{
    border-radius: 50%;
    font-size: 30px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 5px;
    position:fixed;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    background-color: var(--color-background);
    border-color: var(--color-text);
    border-style: outset;
    color: var(--color-text);
}
.topButton:hover{
    background-color: var(--color-hover);
    border-color: var(--color-subtext);
    color: var(--color-subtext);
    cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
    border-style: outset;
}
.topbutton:active{
    background-color: var(--color-subbackground);
    border-color: var(--color-subtext);
    color: var(--color-subtext);
    cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
    border-style: inset;
}
.CS_Title{
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Lora', serif;
}
.CS_chapterHeading{
    font-size: large;
    margin: 7px;
    font-weight: bold;
    font-family: 'Lora', serif;
}
.CS_tableOfContents{
    border-radius: 5px;
    border-style: double;
    border-color: var(--color-text);
    height:auto;
    width: fit-content;
    background-color: var(--color-hover);
    margin: 0 auto;
    font-family: 'Lora', serif;
}
.CS_contentsText{
    font-size: 15px;
    margin:2px; 
    text-align: left;
    display:block;
    font-family: 'Lora', serif;
}
.subtext{
    font-size:12px;
    font-family: 'Lora', serif;
}
.CS_chapterSubHeading{
    margin-left:5px;
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 14px;
    font-family: 'Lora', serif;
}
.CS_paragraph{
    text-indent:50px;
    font-size: 14px;
    margin: 5px;
    font-family: 'Lora', serif;
}
.CS_footer{
    border-top-style:outset;
    border-bottom-style:hidden;
    border-left: hidden;
    border-right: hidden;
    margin: 0px;
    border-color:var(--color-text); 
    background-color: var(--color-subtext);
    width: 100%;
}
.nextBtn{
    float:right;
    cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
    color:var(--color-text);
    background-color: var(--color-subbackground);
    border-style: outset;
    border-color:var(--color-text);
    margin: 0px;
}
.nextBtn:hover{
    cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
    background-color: var(--color-hover);
    color: var(--color-subtext);
    border-color: var(--color-subtext);
}
.nextBtn:active{
    border-style: inset;
    background-color: var(--color-background);
    color: var(--color-subtext);
    border-color: var(--color-subtext);
    cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
}
.prevBtn{
    float: left;
    cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
    color:var(--color-text);
    background-color: var(--color-subbackground);
    border-style: outset;
    border-color:var(--color-text);
    margin: 0px;
}
.prevBtn:hover{
    cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
    background-color: var(--color-hover);
    color: var(--color-subtext);
    border-color: var(--color-subtext);
}
.prevBtn:active{
    border-style: inset;
    background-color: var(--color-background);
    color: var(--color-subtext);
    border-color: var(--color-subtext);
    cursor: url(http://cur.cursors-4u.net/symbols/sym-6/sym597.cur), default !important;
}