/* Theme: iamkeir */ /* @group MIXINS */ .clearfix() { overflow: hidden; zoom: 1; &:before, &after {content: ""; display: table;} &:after {clear: both;} } .hidden() { display: none; visibility: hidden; } .imgReplace() { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; } .backgroundCover() { background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } /* @end MIXINS */ /* @group GLOBAL */ @linkColor: #00f5f0; html, body { height: 100%; overflow: hidden; } body, input, select, textarea, button { font-family: Georgia, sans-serif; font-size: 16px; font-style: italic; color: #000; } body { line-height: 1.5; background: #393834 url(../img/bg-lick-o-paint.jpg); .backgroundCover(); } a {color: @linkColor; text-decoration: none;} a:hover, a:focus, a:active {text-decoration: underline;} /* @end GLOBAL */ /* @group STRUCTURE */ #main { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.8); text-align: center; h1 {display: none;} p {color: #fff;} } //#main /* @end STRUCTURE */