.cssFont_1 {
    font-family: Comic Sans MS;
    font-size: 20px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
.mainContent {
    font-size: 19px;
}
.navLink {
    text-decoration: none;
    color: black;
}
.navLink:hover {
    text-decoration: none;
    color: gray;
}
.navDiv {
    margin: 20px 5px 20px 5px;
}
.nav-1 {
    font-size: 22px;
}
.nav-2 {
    font-size: 20px;
}
#navButton {
    text-align: center;
    position: fixed;
    opacity: 0;
    z-index: 100;
    top: 35%;
    left: 0.5%;
    height: 50px;
}
#leftNav {
    position: fixed;
    opacity: 0;
    z-index: 100;
    top: 20%;
    left: 20px;
    height: 50px;
    font-family: Arial Narrow;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
#left {
    background-image: url("https://static.igem.wiki/teams/4635/wiki/pages/page-img/description-left.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left;
    background-size: 25% 93%;
    background-position-y: 60px;
}
#right {
    background-color: #1f3299;
}
#description-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
}
#page-title {
    top: 0;
    left: 0;
    margin: 0 0 50px 0;
    padding: 0 0 50px 0;
    font-size: 60px;
    color: #0F9E5E;
    z-index: 999;
}
.header-row {
    margin: 0;
    padding: 0;
    height: 100vh;
    top: 0;
    left: 0
}
#offcanvasScrolling {
    top: 30%;
    height: 400px;
    width: 300px;
    opacity: 70;
}
#nav-body > *{
    margin: 0;
    padding: 0;
}
body {
    background-image: url("https://static.igem.wiki/teams/4635/wiki/pages/page-img/description-top.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#descriptionContainer {
    background-color: white;
    border-radius: 5px;
    width: 100vw;
    z-index: 999;
}
#offcanvasScrolling {
    background-color: #9ec5fe;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}