html,body {
    height:100%;
    font-family: 'Rokkitt'; 
    background: #f5f5f5;
}

header {
    clear: both;
    padding:15px 0px;
    background:#404040;
    text-align: center;
    color: #fff;
}
section {
    width: 100%;
    float: left;
    overflow: auto;
    padding: 60px 0;
}
footer {
    padding:10px 0px;
    clear: both;
    background: #286af0;
    text-align: center;
    color: #fff;
}
.mt-fluid {
    margin-top: 50px;
}
@media (max-width: 768px) {
    .mt-fluid {
        margin-top: 0;
    }
}