/* Gridelement: Section */
.section {
    
}
.section.layout1 {
    background: none;
}
.section.layout2 {
    background: #f6f6f6;
}
.section.layout3 {
    background: #eee;
}
.section.layout4 {
    background: #ddd;
}
.section.layout5 {
    background: #222;
}