@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

HTML {
    height: 100%;
    padding: 0;
    margin: 0;
    }

BODY {
    color: Black;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 20px;
    background: White;
    min-height: 100%;
    position: relative;
    }

A { color: #0066c0; }
A:hover { color: #c45500; }

P { line-height: 1.35em; }

#layout {}

#content {
    padding: 10px 10px 380px 10px;
    margin: 0 auto;
    max-width: 1180px;
    overflow: hidden;
    }

H1 {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.3em;
    margin: .75em 0 .5em;
    }

H2 {
    color: #111;
    font-size: 1.5rem;
    font-weight: bold;
    }

#footer {
    color: #646c76;
    font-size: 13px;
    background: #232f3e;
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    }

    #footer .container {
        margin: 4em auto;
        max-width: 960px;
        }

    #footer A { color: #ccc; text-decoration: none; }
    #footer A:hover { color: #fff; text-decoration: underline; }

    #footer P {
        line-height: 1.5em;
        text-align: center;
        margin: 1.5em 0;
        }

