html {
    font-size: 62.5%;
}

body {
    font-size: 1.5em;
    /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.6;
    font-weight: 400;
    font-family: "Raleway Semi Bold", sans-serif;
    color: #222;
    border-bottom: 1px #222 thin;
}

.verticalMenu {
    background-color: aqua;
}

.footer {
    position: fixed;
    width: 100%;
    border-top: 1px solid grey;
}