body {
    overflow-x: hidden;
    font-family: Arial;
    color:white;
    background-color: black;
}
h1 { 
    display: block;
    font-weight: normal;
    font-style: normal;
    font-size:20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:white;
    height: 40px;
    text-align: center;
    line-height: 2;
    background-color: rgb(36,37,38);
}
h2{
    font-family: Helvetica,sans-serif,arial;
    text-align: center;
    font-size: 2rem;
}
h3{
    font-family: helvetica,sans-serif,arial;
    font-size: 30px;
    background-color: rgba(17, 17, 18,.4);
    margin-bottom: 0px;
}
p{
    font-family: Helvetica,sans-serif,arial;
    text-indent: 40px;
    font-size: 18px;
}
.aTOC{
    color:rgb(214, 214, 245);
}
.aTOC:visited{
    text-decoration: none;
    color:rgb(214, 214, 245);
}
.infoBoxInsideFont1{ /* big font */
    font-family: Helvetica, sans-serif,arial;
    font-weight: bold;
    text-indent: 0px;
    padding-top: 10px;
    font-size: 48px;
    margin-top: 0px;
    padding-bottom: 20px;
    background-color: rgba(17, 17, 18,.4);
}
.infoBoxInsideFont2{ /* small font*/
    font-family: Helvetica, sans-serif,arial;
    text-indent: 0px;
    font-size: 16px;
    background-color: rgba(17, 17, 18,.4);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
.topBarDiv{
    position:fixed;
    z-index: 2;
    top:-13.5px;
    margin-left: -10px;
    min-width:500px;
    width:100%;
}
.topPageBar{
    height: 40px;
}
@media (max-width:627px){
    .topPageBar{
        height: 80px;
    }
}
.topPageBarElement{
    padding-right: 10px;
    padding-bottom: 6.5px;
    border-right-width: 2px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color:rgba(154, 154, 154, 0.5);
    color:white;
    text-decoration: none;
}
.topPageBarElement:hover{
    padding-right: 10px;
    padding-bottom: 6.5px;
    border-right-width: 2px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color:rgba(154, 154, 154, 0.5);
    color:skyblue;
    text-decoration: none;
}
.topPageBarElementLast{
    padding-right: 10px;
    padding-bottom: 6.5px;
    color:white;
    text-decoration: none;
}
.topPageBarElementLast:hover{
    padding-right: 10px;
    padding-bottom: 6.5px;
    color: skyblue;
    text-decoration: none;
}
.TOC{
    position: relative;
    border-style: solid;
    border-color: grey;
    border-radius: 40px;
    margin-left: 50px;
    margin-right:50px;
    width: 30%;
    min-width:200px;
    background-color: rgb(44, 43, 43);
    margin-bottom: 20px;
}
.aboutMe{
    position: relative;
    margin-left: 50px;
    margin-right:50px;
    margin-bottom: 20px;
    min-width: 390.6;
    width: 40%;
    border-color: grey;
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(44, 43, 43);
    border-style: solid;
}
.tocList{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: helvetica,arial,sans-serif;
    font-size: 20px;
}
.tocItem{
    margin-right: 50px;
}
.mainSection{
    position: relative;
    background-color: rgb(17, 17, 18);
    border-style:solid;
    border-color: grey;
    border-left-width: 1px;
    border-right-width: 1px; 
    border-top-width: 0px;
    border-bottom-width: 0px;
    height: 100%;
    width: 90%;
    left: 5%;
    padding-top: 80px;
}
.accordian{
    position:relative;
    top: -30px;
    left: 5px;
    height: 50px;
    width: 50px;
    background-image: url("../Images/UI/accordian-down.png");
    border-width: 0px;
}
.accordian:hover{
    border-style: solid;
    border-color: rgba(255,255,255,.2);
    border-width: 2px;
}
.active{
    background-image: url("../Images/UI/accordian-right.png")
}
.infoBoxFlex{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    width:100%;
}
.infoBoxHolder{
    background-color: rgba(0,191,255, 0.5);
    position:relative;
    text-align: center;
    min-width: 200px;
    border-style:solid;
    border-color: grey;
    border-radius: 30px;
    padding-left: 30px;
    padding-right:30px;
    margin-right: 2%;
    margin-bottom: 5%;
    width: 300px;
}
.boxPicture{
    height: 200px;
    width: 200px;
}
.imgKey{
    border-style: solid;
    border-color: grey;
    border-radius: 10px;
    vertical-align: middle;
    height:50px;
    width: 100px;
}