/* Name: Grande Version: 1.1 Author: eGothix Author URI: http://www.eGothix.com */ /* =Table of Contents -------------------------------------------------------------- /* = /* = /* = /* = /* = /* = -------------------------------------------------------------- /* =Common Styles -------------------------------------------------------------- */ html,body { height: 100%; margin: 0; padding: 0; } html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { font-family: $brownregular-font; } * { -webkit-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } ::selection { background: black; color: $white; } ::-moz-selection { background: black; color: $white; } :root { font-size: 16px !important; } .container, .container-fluid { padding-right: 15px; padding-left: 15px; } @media (min-width: 768px) { .container { width: initial; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } }