nav a{
    padding: 0 .3em;
}

.grid-layout article{
    grid-template-columns: 100%;
}

body#index.grid-layout article{
    grid-template-areas: 
    "recycled-projects"
    "materials-text"
    "nike-figure"
    "material-list"
    "common-materials-table";
}

body#detail.grid-layout article{
    grid-template-areas: 
    "adidas-figure"
    "clothing-text"
    ;
}

body#form.grid-layout article{
    grid-template-areas: 
    "fav-apparel-figure"
    "debug"
    ;
}