body { counter-reset: step; }

nav { background-color: #93c045; }

#thumbnail { overflow: hidden; height: 400px; }

#thumbnail img { width: 100%; height: 100%; }

#steps a { font-weight: 600; text-decoration: underline; }

#steps > br { display: none; }

#steps > p { position: relative; padding-left: 3rem; margin-bottom: 2rem; }

#steps > p:before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: -.25rem; font-size: 2rem; font-weight: bold; line-height: 1; width: 2rem; text-align: right; color: #93c045; }

#steps > p > br { display: inline; }

/*# sourceMappingURL=style.css.map */