._cpage { padding: $body-padding; } strong { font-weight: bold; } body, input { color: $text-color; font-family: $font-family; font-size: $text-size; line-height: $text-size * 1.5; } a:hover { color: $link-hover-color; } a { color: $link-color; } h1 { color: $header-color; font-size: text-size-biggest(); font-weight: $header-weight; line-height: text-size-biggest(); margin-top: $padding; margin-bottom: $padding; text-transform: uppercase; } h4, .hd4 { color: $header-color; text-transform: $subheader-text-transform; font-size: text-size-bigger(); font-weight: $subheader-weight; position: relative; display: block; margin: $subheader-margin; background: $subheader-background; padding: $subheader-padding; } p { margin-top: $padding / 2; margin-bottom: $padding / 2; } img { vertical-align: middle; }