html {
    font-family: 'Nunito', sans-serif;
    height:100%;
    font-weight:100;
    color:#444;
}
body {
    overflow-y: scroll;
}

a#menuSelector {
    float:right;
    line-height:40px;
}
a#menuSelector>svg {
    vertical-align:bottom;
}

header {
    z-index: 4000;
}

main {
    display:block;
}

/* Footer                                   */
/* ---------------------------------------- */
footer {
    line-height:1.5;
    color:white;
}
footer>* {
    display:table-cell;
    background-color: #202020;
    padding:30px;
}
footer>address {
    padding-left: 75px;
}
footer>div {
    padding-right: 75px;
}
footer h1 {
    font-weight:100;
    line-height:normal;
    margin:0;
}
address {
    font-style:normal;
}
address>h1 {
    text-transform:uppercase;
}
address>span {
    display:block;
}
address a {
    color:white;
}
footer>address>dl>dt:first-of-type,
footer>address>dl>dd:first-of-type {
    margin-top: 1em;
}

dl {
    margin:0;
}
footer dl>* {
    float:left;
    margin:0;
}
footer dl>dt {
    clear:both;
    width:5.4em;
}

/* Anchors                                  */
/* ---------------------------------------- */
a {
    text-decoration:none;
    color:#444;
}
a:visited {
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
a:active {
    text-decoration:none;
}
