/* * Basic grid for quick testing. */.show-grid #main-site,.show-grid .site-content,.show-grid .main-content,.show-grid #primary-sidebar,.show-grid #footer {  background-color: rgba(80, 60, 125, 0.15);}.show-grid .container {  background-color: rgba(245, 255, 0, 0.15);}.show-grid .row,.show-grid .row-sec {  background-color: rgba(255, 0, 0, 0.15);}.show-grid .span,.show-grid .col,.show-grid [class*="col-"] {  background-color: rgba(80, 60, 125, 0.15);}.show-grid .max-w-940,.show-grid .max-w-840,.show-grid .max-w-740,.show-grid .max-w-640 {  background-color: rgba(80, 60, 125, 0.15);}.show-grid header,/* .show-grid nav, */.show-grid aside,.show-grid article,.show-grid .entry-content,.show-grid #site-footer {  background-color: rgba(80, 60, 125, 0.15);}.show-grid section:nth-of-type(odd) {  background-color: rgba(0, 255, 10, 0.15);}.show-grid section:nth-of-type(even) {  background-color: rgba(0, 90, 255, 0.15);}