html body.navbar-is-fixed-top {
    margin-top: 51px;
}
.main-container {
    font-size: 18px;
    font-family: "Avenir", "Helvetica", sans-serif;
    color: #333333;
    font-weight: 300;
    line-height: 150%;
    min-height:800px;
    text-rendering: optimizeLegibility;
}
.footer {
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
    background-color:#000000;
}