source/stylesheets/core.css.scss (26 lines of code) (raw):

@import "variables"; body { background-color: rgba($color-primary, .23); } p { font-size: 17px; font-weight: 200; } .wrapper { min-height: 0; } .core-container { position: relative; width: 100%; height: 125px; overflow: hidden; background: $color-primary; background-size: cover; } .core-content { padding-top: 30px; color: $color-white; width: 50%; text-align: center; margin-left: 25%; }