body{
    background-color: rgb(16, 17, 82);
    color: rgb(60, 158, 223);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Monospace, "sans serif";
    scrollbar-color:  #64cff0 #64cff000;
}

.spoiler{
    color: rgb(16, 17, 82);
    background-color: rgb(16, 17, 82);
}

.spoiler:hover{
    color:  rgb(16, 17, 82);
    background-color: rgba(16, 17, 82, 0);
}

.mount{
    background-color: rgb(70, 138, 138);
    padding: 600px;
    rotate: 46deg;
    position: fixed;
    right: 40%;
    top:610px;
    
}

#mount2{
    background-color: rgb(61, 121, 121);
    padding: 300px;
    right: 38%;
}

.pageTitleBox{
    background-image: linear-gradient(to top, rgba(37, 76, 185, 0), rgba(37, 76, 185, 0), rgb(37, 77, 185), rgba(37, 76, 185, 0));
    width: fit-content;
    height: fit-content;
    padding: 5px 30px 30px;
    border-radius: 50px;

}

#pageTitle{
    font-size: 300%;
    color: rgb(134, 176, 255);
}

#tabs{
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow-x: auto;
    user-select: none;
}

.tab{
    width: fit-content;
    background-color: #64cff04d;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.tab:hover{
    background-color: #62b0f08f;
    color: rgb(60, 158, 223);
}

 .select{
    width: fit-content;
    background-color: #6288f08f;
    color: rgb(80, 131, 240);
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
}


#tapestryTab a:link, #tapestryTab a:visited {
    color: rgb(60, 158, 223);
    text-decoration: none;
}

#tapestryTab a:active{
    background-color: #62b0f08f;
} 

a:link, a:visited {
    color:  rgb(16, 17, 82);
    text-decoration: Underline;
}

a:active{
    background-color: #62b0f08f;
} 

#pagecontent{
    
    background-color: #64cff04d;
    color:  rgb(16, 17, 82);
    font-size: 140%;
    padding: 30px;
    border-radius: 40px;
    height: 55vh;
    width: 90%;
    justify-self: flex-end;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 1;

}

#Abt{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

#simpabt{
  width: 30%;  
  height: 100%;
  overflow-y: scroll;
}

#pfps{
    max-width: fit-content;
}

#pfps img{
    height: 60px;
    width: 60px;
    border-radius: 30px;
    border: solid 2px;
}

#currProj{
    width: 36%;
    max-height: 100%;
    text-align: center;
}

@keyframes scroll {
    from {transform: translateY(0%);}
    to {transform: translateY(-50.8%);}
}

#projs{
   height: 40vh;
   overflow: hidden; 
   flex-direction: row;
   justify-content: space-between;
   align-items: flex-start;
   
}

.proj{
  width: 100%;
  height: 110%;
  
}

#scroll{
animation: scroll 10s linear infinite;
}

.proj img{
    max-width: 100%;
}

#abtTxt{
    width: 30%;
    max-height: 100%;
    overflow-y: auto;
    scrollbar-color:  #64cff0 #64cff000;
    scrollbar-gutter: stable;
}



/*headmates stuff*/
#headmates{
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

#list{
    background-color: #64cff04d;
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 10px;
    max-height: 100%;
    overflow-y: scroll;
    align-self: left;
    cursor: pointer;
    user-select: none;
}

#red{
    color: rgb(124, 12, 12);
}

#HMcont{
    background-color: #64cff038;
    border-radius: 10px;
    width: 49%;
    height: 98%;
    padding: 10px;
}

#baseInfo{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    min-width: 30%;
    max-width: 100%;
    height: 8%;
    background-color: #3440e970;
    border-radius: 5px;
}

#extraCont{
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 10px;
    height: 80%;
    max-width: 100%;
    background-color: #3440e970;
    border-radius: 5px;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

#extraCont a:link, #extraCont a:visited{
    color:  rgb(16, 17, 82);
    text-decoration: underline dotted;
}

#extraCont p{
margin: 10px;
}

#picBox{
    height: 102%;
    width: 37%;
    border-radius: 10px;
    background-color: #64cff038;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

#pictures{
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    width: fit-content;

}

#pictures img{
    width: 90%;
    margin: 10px;
    border-radius: 20px;
    border: solid #3440e970 3px;
}




/*projects stuff*/
#projects{
    width: 99%;
}

#tagList{
    display: flex;
    width: 170px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: scroll;
    scrollbar-gutter: stable;
}

.tag{
    border-radius: 10px;
    width: fit-content;
    padding: 10px;
    background-color: #64cff038;
    user-select: none;
    text-align: center;
    cursor: pointer;

}

.tagsel{
    background-color: #397bdd80;
}

#showcase{
    
    margin: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    
}

.showpic{
    border:solid  #397bdd80 1px;
    background-color: #3440e970;
    border-radius: 20px;
    min-width: 200px;
    max-width: 400px;
    height: fit-content;
    margin: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.showpic img {
    max-width:60%;
    max-height: 200px;
    border-radius: 5px;
}

#spotlight{
    z-index: 100;
    width: 100%;
    height: 106%;
    background-color: #64cff04d;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color:  rgb(16, 17, 82);
}

#slideshow{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#splClose{
    position: absolute;
    right: 16%;
    top: 12%;
    padding: 10px;
    background: #254CB9;
    background: radial-gradient(circle, #64a5f0 0%, #64a5f000 60%);
    user-select: none;

}

#splClose:hover{
    position: absolute;
    right: 16%;
    top: 12%;
    padding: 10px;
    color:  rgb(46, 48, 148);
    background: #3c65d4;
    background: radial-gradient(circle, #68abf7 0%, #64a5f000 60%);
    user-select: none;
    cursor: pointer;

}

#splTitle, #splDesc{
    width: fit-content;
    background-color: #64a5f0;
    border: solid lightblue 3px;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
}

#splPics img{
    text-align: center;
    display: flex;
    align-items: center;
    border: solid lightblue 2px;
    border-radius: 5px;
    max-width: 800px;
    max-height: 500px;
    user-select: none;
}

.arrow{
    background-image: linear-gradient(to left, rgba(37, 76, 185, 0), rgb(37, 77, 185), rgba(37, 76, 185, 0));
    width: fit-content;
    height: fit-content;
    padding: 10px;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
}

.arrow:hover{
    background-image: linear-gradient(to left, rgba(37, 76, 185, 0), rgb(53, 100, 230), rgba(37, 76, 185, 0));
    width: fit-content;
    height: fit-content;
    padding: 10px;
    border-radius: 10px;
    color:  rgb(28, 30, 112);
    user-select: none;
    cursor: pointer;
}




/* blog stuff*/
#BlogTop{
    width: max-content;
    height: 25px;
    padding: 10px;
    display: flex;
    align-self: center;
    text-align: center;
}

#posts{
    background-color: #64cff038;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    flex-direction: column-reverse;
    overflow-y: auto;
    width: 96%;
    height: 90%;
    scrollbar-gutter: stable;
}

.postDes{
    border-radius: 15px;
    background-color: #3440e970;
    padding: 10px;
    margin: 15px 0px;
}

.postTop{
    padding: 0px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.postDate{
    font-size: 80%;
}
    
.bodyText{
    padding: 5px;
    margin: 0px 5px 5px 5px;
}


/*  border:solid white 1px;  */