body{
background-position: center;
background-size: cover;
color: lightgoldenrodyellow;
padding-bottom: 50px;
padding-top: 50px;
}
    
.header{
width: 50%;
    z-index: 100;
display: inline-block;
padding: 0px;
height: 170px;
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
}

.footer{
padding: 50px;
background:url('images/mook 2.png')
}

.title{
color: lightgoldenrodyellow;
text-align: center;
font-size: 55px;
    padding: 0px;
letter-spacing: 0rem;
    position: sticky;
    text-shadow: 0 6.5px 7px #666;
font-family: 'Arial';
}

 .mainwrapper{
display: inline;
padding-left: 10px;
max-width: 750px;
}
   
.nav{
background-color: transparent;
    text-shadow: 0 2px 5px #666;
width: 20%;
height: 10%;
text-align: left;
padding: 0.5rem 1 0.5rem 0;
}

.nav ul{
list-style-type: none;
        margin: 0;
        padding-right: 1px;
        width: 20px;
        background-color: transparent;
        padding-top: 50px;
    position: fixed;
  
}

.nav li{
 display: inline-table;
        color: lightgoldenrodyellow;
        padding: 4px 0px;
        text-decoration: none;
}
.box{
background-color:transparent;
}

.subheaders{
color: lightgoldenrodyellow;
padding: 0 100px;
font-size: 20px;
background-color: white;
display: inline-block;
}

.content{
padding: 0 100px;
display: inline-block;
}

a{
text-decoration:inherit;
color: lightgoldenrodyellow;
}

a:visited{
color: lightgoldenrodyellow;
}

#credit a{
text-decoration: none;
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent; 
-moz-text-fill-color: transparent;
}

#credit a:visited{
text-decoration: none;
background: linear-gradient(90deg, rgba(250,31,193,1) 0%, rgba(29,85,255,1) 25%, rgba(13,246,252,1) 53%, rgba(0,255,102,1) 77%, rgba(251,255,56,1) 100%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent; 
-moz-text-fill-color: transparent;
}

a:hover{
font-style: italic;
}

a:active{
font-style: italic;
font-weight: bold;
}

.nav a{
color: lightgoldenrodyellow;
text-decoration: none;
}

.nav a:visited{
text-decoration: none;
color: white;
}

#credit{
position: fixed;
bottom: 0;
right: 0;
font-size: 12px;
}

::-webkit-scrollbar{
width: 6px; 
}
    
::-webkit-scrollbar-track{
background: linear-gradient(180deg, rgba(250,31,193,1) 0%, rgba(29,85,255,1) 25%, rgba(13,246,252,1) 53%, rgba(0,255,102,1) 77%, rgba(251,255,56,1) 100%);
}

::-webkit-scrollbar-thumb{
background-color: #111;
}