h1 {
    font-family: Arial, Helvetica, sans-serif;
}

.sidebar {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 240px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #00bfff; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
}

.navigation a {
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px 8px 6px 46px;
    text-decoration: none;
    font-weight: 800;
    color: black;
    display: block;
}


.main {
    margin-left: 240px; /* Same as the width of the sidebar */
    padding: 0px 10px;
}

.main-cv {
    margin-left: 10px;
    padding: 0px 10px;
}

#sbfooter {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 30pt;
}

#downloadlink {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 800;
    color: black;
    display: block;
}