html {
    position: relative;
    min-height: 100%;
}

a {
    text-decoration: none;
}

body {
    /* background-color: #427ea3; */
    background-color: #f2f2f2;
    font-family: 'Roboto', sans-serif;
    /* color: #25465b; */
    color: #404040;
}

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

hr {
    /* color: #25465b; */
    color: #a8a8a8;
}

ol {
    line-height: 1.5em;
}

p {
    line-height: 1.5em;
}

.container {
    margin: 20px;
    background-color: #ffffff;
    padding: 20px;
    padding-top: 5px;
}

.contentBar {
    width: 160px;
    height: 360px;
    position: fixed;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    left: 0px;
    top: 15px;
}

.contentHeader {
    width: 120px;
    height: 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
    background-color: #641e09;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    cursor: pointer;
}

.contentHeader:hover, .contentHeader:focus {
    background-color: #8c2b0d;
}

.footer {
    position: fixed;
    color: #a8a8a8;
    left: 15px;
    bottom: 0;
    width: 200px;
    font-size: 10px;
    text-align: center;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown a:hover {
    background-color: #b3b3b3;
}

.projectList {
    display: none;
    position: absolute;
    background-color: #404040;
    color: #ffffff;
    min-width: 120%;
    overflow: auto;
}

.projectList a {
    padding: 12px 16px;
    text-decoration: none;
    color: #ffffff;
    display: block;
}