html {
    height: 100%;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    padding-bottom: 25px;

    font-size: 1.7em;
    font-weight: 300;
}

a {
    color: #0f6ecd;
}

.wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.navigation {
    background: #f4f5f6;
    border-bottom: .1rem solid #d1d1d1;
    display: block;
    height: 5.2rem;
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.wrapper .container {
    max-width: 80rem !important;
}

#main {
    margin-top:75px;
    padding-bottom: 75px;
}

footer {
    font-size: 12px;
    max-width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #fff;
    border-top: .1rem solid #eee;

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
}
