body{
    display: flex;
    font-family: LaguSansRegular;
}
.left-sidebar{
    width: 25%;
    min-height: 100vh;
    background: rgba(0,0,0,0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    border-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.05) 50%) 1;
    border-style: solid;
    border-width: 0 2px 0 0;
    box-shadow: 0 0 25px black;
    backdrop-filter: blur(10px);
}
.title-link{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    transform: scale(1,2);
    transform-origin: 50% 0;
    text-shadow: 0 0 5px rgba(255,255,255,0.5);
    filter: blur(1px);
    text-decoration: underline;
    font-size: 2vw;
    margin-top: 50px;
    margin-bottom: 50px;
}
.title-link a{
    color: white;
}
.content-header{
    font-family: LaguSansSemiBold;
    font-size: 1em;
    border-bottom: 1px solid white;
    width: 75%;
    height: 2em;
    display: flex;
    align-items: center;
    margin-top: 2em;
}
.content-list{
    width: 75%;
    list-style-type: none;
    margin-top: 2em;
    line-height: 2em;
}
.content-list a{
    text-decoration: none;
    color: white;
}
.content-list #indented{
    margin-left: 1em;
    color: rgb(255, 201, 101);
}
.content-list a:hover{
    text-decoration: underline;
}
#top-button{
    color: white;
    font-weight: bold;
}
.center-content{
    width: 55%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    color: white;
    overflow: scroll;
}
.center-header{
    font-family: LaguSansSemiBold;
    font-size: 2em;
    border-bottom: 1px solid white;
    width: 90%;
    height: 2em;
    display: flex;
    align-items: center;
    margin-top: 1em;
}
.content-column{
    width: 90%;
    height: 100%;
    display: flex;
}
.text-bar{
    width: 50%;
    height: 100%;
    padding-top: 4em;
    padding-right: 2em;
}
.text-bar p{
    line-height: 1.75em;
}
.text-bar h3{
    border-bottom: 1px solid white;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}
.text-bar h4{
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.25em;
    font-family: LaguSansBold;
}
#links{
    border-bottom: 2px solid rgb(255, 213, 135);
    text-decoration: none;
    color: white;
    background: linear-gradient(to top, rgba(255, 213, 135, 0.5), rgba(255, 188, 64, 0.0) 25%, rgba(255,255,255,0));
}
#links:hover{
    background: linear-gradient(to top, rgba(255, 213, 135, 1), rgba(255, 188, 64, 0.75) 25%, rgba(255,255,255,0));
}
.img-bar{
    width: 50%;
    height: 100%;
    padding-top: 4em;
    padding-left: 2em;
}
.intro-table{
    width: 100%;
    border-image: linear-gradient(-45deg, rgba(255,255,255,1), rgba(255,255,255,0), rgba(255,255,255,1)) 1;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    background: linear-gradient(-45deg, rgba(255,255,255,0.5), rgba(255,255,255,0.1), rgba(255,255,255,0.5));
}
.intro-table img{
    width: 100%;
}
.intro-table h2{
    text-align: center;
    font-family: LaguSansSemiBold;
    padding-bottom: 10px;
}
.intro-table p{
    text-align: center;
}
.intro-table table{
    width: 100%;
}
.intro-table th,td{
    width: 50%;
    text-align: start;
    padding-top: 1em;
    vertical-align: text-top;
}
.intro-header{
    font-size: 1.25em;
    border-image: linear-gradient(-45deg, rgba(255,255,255,1), rgba(255,255,255,0), rgba(255,255,255,1)) 1;
    border-style: solid;
    border-width: 1px;
    background: linear-gradient(-45deg, rgba(255,255,255,0.5), rgba(255,255,255,0.1), rgba(255,255,255,0.1), rgba(255,255,255,0.5));
    padding: 5px;
    margin-top: 10px;
}
.spacer{
    width: 100%;
}