.circle {width: 2.2em; height: 2.2em; border-radius:1.25em; font-size:2.25em; color:#000; line-height:1.9em; text-align:center; background:#e5e5e5; } html { font-size: 1em; } @include media-breakpoint-up(sm) { html { font-size: 1.25em; } } @include media-breakpoint-up(md) { html { font-size: 1.5em; } } @include media-breakpoint-up(lg) { html { font-size: 2em; } } body { min-height: 1500px; padding-top: 3.75em; padding-bottom: 1.75em; } .transparent { background-color:transparent !important; } 
