@import "bootstrap"; @import "bootstrap-responsive"; @import "mixins.css.scss"; @import "settings.css.scss"; body { padding-top: 60px; background-color: $beige; } footer { background-color: $blue; bottom: 0; width: 100%; padding: 20px 0 220px; text-align: center; .content { color: white; .row { margin: 0 auto; } a { color: white; &:hover { text-decoration: underline; } } } } h1#logo { background: transparent asset-url('utility-belt/logo.png') no-repeat 0 0; width: 313px; height: 86px; text-indent: -9999px; float:left; margin-right: 50px; } h2 { font-size: 44px; line-height: 48px; color: #333; } a { color: $green; &:hover { color: $lightgreen; text-decoration: none; } } .about { margin: 54px 0 90px; font: 36px/48px "Helvetica Neue"; font-weight: 200; color: #666; } .customers { color: $blue; } .product { color: $green; } .features { color: $orange; } .static { clear: both; padding-top: 45px; margin-bottom: 100px; p { font: 36px/48px "Helvetica Neue"; font-weight: 200; } .back { font: 36px/48px "Helvetica Neue"; font-weight: 500; } } #new_sign_up { position: relative; label { font-style: italic; font-weight: 200; color: #666; } .field { float: left; input[type="email"] { width: 350px; } margin-right: 20px; } .actions { float: left; margin-top: 24px; } @include clearfix; } #privacy { strong { font: 36px/48px "Helvetica Neue"; } p { font: 20px/24px "Helvetica Neue"; } }