/** font stuff **/

@font-face {
    font-family: 'Lucida Sans';
    src: url('fonts/LSANS.TTF') format('truetype'),
         url('fonts/LSANSD.TTF') format('truetype'),
         url('fonts/LSANSI.TTF') format('truetype');
}

body{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.title {
  padding-top: 20px;
  padding-left: 20px;
}

body {
    font-size: 15px;
    color: hsl(89, 63%, 25%);
}

h1, h2 {
    color: #e175af;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.navlink, .navlink a:link, .navlink a:visited {
    color: #ead760;
    font-weight: bold;
    text-decoration: none;
}
    
.navlink {
    background-color: rgb(255,221,221);
    margin: 7px;
}

.special {
    color: #D6939F;
    font-weight: bold;
}

a:link {
    color: #afb3ff;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #afb3ff;
    font-weight: bold;
    text-decoration: none;
}

a:hover, .col2 a:hover, .col3 a:hover, .navlink a:hover {
    color: rgb(242, 218, 151);
    font-weight: bold;
    text-decoration: underline 3px;
}

.hide {
  display:none
}

.navlink:hover .hide {
    display: block;
    background-color: white;
    font-weight: strong;
    font-style: bold;
    font-size: 12px;
    color: #51414F;
    margin-top: 0em;
}

.navlink:hover {
    background-color: white;
    color: #D6939F;
}

.subtitle {
    font-style: bold;
    font-size: 13px;
    color: #51414F;
    margin-top: 0em;
}

ul li{
	border-bottom:1px dashed;
}

details {
    background-color: #D8BFD8;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

summary {
    font-size: 15px;
}

/** COLUMNS **/

#wrapper {
    height: 100%;
    padding: 1em;
}

.main {
    display: relative;
    min-width: 1300px;
    max-width: 1300px;
    height: 100%;
}



/** ELEMENTS **/
/* everything within the <style> tag is css! */
h1 {
  font-size: 32px;
  color: #36267d; 
}

h2 { 
  font-size: 24px;
  color: #36267d;
}
 
h3 {
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 16px;
}

p {
  font-size: 15px; 
  color: #36267d;
}
 
body {
  background-image: url("https://files.catbox.moe/zl3p5c.png");;
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
  background-position: right bottom;
}
/* ========= defining div types (what boxes there are and how they act etc) ========= */

/* this holds all the content of the page */
#container{
display: flex; 
justify-content: center;
align-items: center;
margin: auto;
padding: 3px;
max-height: 600px;
}

/* this is the white background behind everything */
#box{
align-items: center;
justify-content: center;
background-position-x: center;
width: 1500px;
background-image: url("img/wrensin\ layout.png");
background-repeat: no-repeat;
margin-right: 10px;
margin-top: 100px;
}

#actualbox{
align-items: center;
width: 850px;
height: 400px;
margin: 100px auto;
margin-top: 190px;


}

#header{
margin-bottom: 10px;
padding: 10px;
border-bottom: 1px solid #99b7ff;
background-image: linear-gradient(#948eeb, #EBF1FF);
color: #fff;
letter-spacing: 0px;
}
 
#header h1{
margin: 0px;
}

#main{
float: left;
width: 504px;
overflow: hidden;
padding: 0px 0px 0px 11px;
}
 
#side{
float: left;
width: 180px;
padding: 0px 0px 0px 7px;
overflow: hidden;
}

#rightside{
float: right;
width: 100px;
padding: 0px 7px 0px 0px;
overflow-y: hidden;
}

#counter{
margin: 0 auto;
width: 50%;
background-color: 948eeb;
}
 
.sidebox{
margin: 0px 0px 0px 0px;
background-color: white;
height: 402px;
border-radius: 30px;
}

.sidecontent{
padding: 5px 5px 5px 7px;
color: #06002B;
font-size: 15px;
letter-spacing: 1px;
line-height:25px;
justify-content: top;
align-items: top;
}

.siderbox{
margin: 0px 0px 0px 0px;
}

 
.sidecontent ul, li{
margin: 0px;
list-style-type: none;
padding-left: 0px;
}
 
#scrollcontainer{
padding: 5px;
}
 
#scrolly{
overflow: scroll;
overflow-x: hidden;
width: 130px;
height:110px;
border: 1px solid #9192ff;
margin: 0 auto;
text-align: left;
}
 
#scrollyheader{
margin: 0px;
border-bottom: 0px dotted #9192ff;
}

#mainframe {
border: 0px solid #9192ff;
float: left;
height: 500x;
width: 504px;
overflow: hidden;
padding: 0px 0px 0px 0px;
background-image: url("img/wrensin\ layout.png");
}

#changelogframe {
border: 0px solid #9192ff;
width: 164px; 
height: 209px; 
}

#todoframe {
border: 0px solid #9192ff;
}
 
.mainboxes{
border: 1px solid #9192ff;
padding: 0px;
margin: 0px 0px 5px 0px;
}
 
.subheader{
background: linear-gradient(to bottom, #e1f3ff 1%,#a9a9f9 49%,#948eeb 51%,#cdefff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border-bottom: 1px solid #a9a9f9;
padding: 3px;
color: #fff;
letter-spacing: 0px;
}
 
.subheader h3{
font-size: 20px;
margin: 0px;
}
 
.mainboxescontent{
padding: 0px 15px 0px 15px;
color: #06002B;
font-size: 17px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.credit{
    font-size:small;
    align-content: center;
}
