
body {
    background: url(/images/main_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: monospace;
    font-size: 120%;
}


a[class="footertext"]{
    color:aliceblue 
}


#mesh {
    margin: 10%;
    margin-top: 1%;
    background: #00041885;
    background-size: 100%;
    min-width: 527px;
    height: fit-content;
    
}

#layout {
    margin: 10% auto;
    margin-top:1%;
        width: 95%;
        min-width: 500px;
    height: 2200px;
}

#footer {
    width: 100%;
    height: 20%;
    min-height: fit-content;
    text-align: center;
}

.footer2 {
    width: 80%;
    min-width: 490px;
    margin-left: 10%;
    text-align: center;
    height:auto;
    min-height: 100px;
}

img[class="neocities"] {
    padding: 4px;
    border: double 5px rgb(92, 154, 153);
}

mark {
    background-color: #00041885;
    color:aliceblue;
}


/* above is all the basic page shit!*/
.button2:hover, .cdscroll:hover  {
    cursor: pointer;
}


img[class="collectionbutton"]:not(hover) {
    height: 60px;
    padding-top: 10px;
   
}

img[class="collectionbutton"]:hover {
    height: 70px;
    padding-top: 5px;
    cursor: pointer;
}
/*hover over buttons inator ^^*/

#topchunk {
    width:80%;
    margin-left: 10%;
    height: 5px;
}

.header {
    background-color: aliceblue;
    
    padding-top: 0px;
    height: 70px;
    width: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    text-align: center;
    font-size:180% ;
}

.navbar1 {
    float: left;
    height: 40px;
    width: 100%;
    
    
}
.navbar2 {
    background-color: aliceblue;
    width: 98%;
    height: 18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float:left;
    max-width: 1884px;
    min-width: 384px;
    margin:8px;
    margin-bottom: 10px;
    padding-top: 2px;
    
}

.navlink {
    float: left;
    width: 20%;
}

#collections {
    float: left;
    width: 100%;
}

.collections2 {
    float:middle;
    width: 100%;
    max-height: 118px;
    padding-top: 1px;
    padding-left: 10%;
    text-align: center;
    background: #00041880;
    margin-bottom: 5px;
}

.button {
    width: 20%;
    height: 70% ;
    color:rgba(69, 177, 175, 0.89);
    text-decoration: none;
    float: left;
    margin-top: 0px;
    font-size: small;
    
}

.topspacer {
    height:210px;
    float: middle;
    width: 100%;
}

.collectionstxt {
    position:absolute;
    text-align: center;
    width: 75% ;
    min-width: 500px;
    background: #00041880;
    color: #0da5bd;
    letter-spacing: 1px;
    font-size: large;
    padding-bottom: 4px;
    border-bottom: solid #45b1af 6px;
    padding-top: 2px;
    border-top: solid #45b1af60 1px;
    margin-bottom:5px;
    margin-top: 200px;
}

#left {
    max-width: 150px ;
    width: 15% ;
    min-width: 95px;
    height: 100% ;
    min-height: 700px;
    float:left;
    padding-left:1%;
}

#middle {
    width: calc(100% - 180px);
    min-width: 527px;
    height: 100% ;
    min-height: 700px;
    position: absolute;
    margin-top: 15px;
}

.right {
    max-width: 120px ;
    width: 100px ;
    height: 700px;
    float:right;
    padding-left:2px;
    position:sticky;
    top: 0;
}

.rightboxContents {
    background-color: aliceblue;
    width: 100px;
    padding: 5% ;
    margin-top: 30px;
        
}
    
a[class="toc"] {
    font-size: 90%;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

a[class="toc"]:hover {
    font-size: 100%;
    cursor: pointer;
    font-weight: bolder;
}


.box {
   background-color: aliceblue;
    width: 80%;
    padding: 5% ;
    margin-left: 2px;
    margin-right: 5%;
    margin-top: 4px;
    float: right; 
}

.mainbox {
   background-color: aliceblue;
    width: calc(100% - 130px - 27% - 9% - 2%);
    min-width: 200px;
    padding: 5% ;
    padding-top: 3%;
    margin-left: calc(110px + 6%);
    margin-right: 26%;
    margin-top: 4px;
    overflow-y: scroll;
    overflow-x: clip;
    max-height: 1850px;
}

.cdbox {
   background-color: aliceblue;
    width: 80%;
    padding: 5% ;
    margin-left: 2px;
    margin-right: 5%;
    margin-top: 4px;
    float: right; 
    font-size: 80%;
    height: 500px;
    overflow-y: scroll;
}

.cassettebox {
   background-color: aliceblue;
    width: 80%;
    padding: 5% ;
    margin-left: 2px;
    margin-right: 5%;
    margin-top: 4px;
    float: right; 
    height: 300px;
     overflow-y: scroll;
    overflow-x: clip;
    font-size: 80%;
}

span[class="caption"] {
    text-align: center;
    font-size: 80%;
}

img[class="cdscroll"] {
    width:80%;
    border-radius: 50%;
    border: 3px solid gray;
    
    
}


h1 {
    text-align: center;
    font-size: 200%;
}

h2 {
    text-align: center;
    font-size: 140%;
    padding-top:12px;
}

h3 {
    text-align: center;
    font-size: 100%;
}

h4 {
    font-size: 120%;
}

p[class="updates"]{
    border:double #0da5bd 4px;
    padding: 4px;
}

.footnote{
    font-size: 80%;
    padding-left: 30px;
}

table, th, tr {
    text-align: center;
    border-collapse: collapse;
    border: 2px solid lightgray;
    
}
tr {
    padding: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
}

