body {
    background-color: #232323;
    color: white;
    height: 100%;
}

.page {
    
     overflow-y: scroll;
    
     div.portrait {
        max-width: 1450px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .darker {
        background-color: #191919;
    }
    
    section {
        width: 100%;
        display: inline-block;
        text-align: left;
        /*section end*/
    }
    
    .c2,.c3,.c4,.c5,.c6 {
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        float: left;
        margin: 0px!important;
        padding: 0px!important;
    }
    
    .c2 {
        width: 49%;
    }
    
    .c3 {
        width: 33.33%;
    }
    
    .c4 {
        width: 25%;
    }
    
    .c5 {
        width: 20%;
    }
    
    .c6 {
        width: 16.36%;
    }
    
@media only screen and (max-width: 768px) {
    .c2, .c3,   .c4, .c5, .c6  {
        width: 100%;
    }
    
}

/* .page end*/
}

.page > header {
    width: 100%;
    position: fixed;
    display:inline-block;
    text-align: left
}

.page > footer {
    display:inline-block;
    width: 100%;
}

.page > footer.fixed {
    position: fixed;
    bottom: 0px;
}