#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #114B5F;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    left: 0;
    z-index: 1;
}

#menu li {
    float: left;
}

#menu li a {
    display: block;
    padding: 10px 10px;
}

#menu li a:hover {
    background-color: #111;
}

html, body {
    background-color: #181a1b !important;
    color: #eee;
}

a {
    color: #6f9eba;
}

html {
    font-family: 'Open Sans', sans-serif;
}