/* ----------------------------------------------------------------------------------
  Sam Fogg
---------------------------------------------------------------------------------- */

@import url(/lib/webfonts/font-awesome/font-awesome-4.6.3/css/font-awesome.min.css);
@import url(/fonts/stylesheet.css);


* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    padding: 20px;
    margin: 0;
    font-family: 'HK Grotesk';
    font-family: 'Weiss Std', serif;
    color: #222;
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 3.0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.navigation-open {
    overflow: hidden;
}

p {
    margin-bottom: 26px;
}
p:last-child {
    margin-bottom: 0;
}

a, a:visited {
    color: #222;
    text-decoration: none;
}
strong, b {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img, a img {
    border: 0;
}

h1,  h2, h3, h4, h5, h6, .faux_h1, .large_text_1, .large_text_2, .large_text_3, .large_text_4, .large_text_5 {
    font-family: 'Weiss Std', serif;
    color: #222;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    text-transform: uppercase;
    letter-spacing: 1px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color: inherit;
}

ul {
    padding: 0 0 0 20px;
    margin: 0;
}

h1,
.faux_h1 {
    font-size: 6.2rem;
    line-height: 6.6rem;
}
.area_label h2 {
    font-size: 130px;
    line-height: 140px;
}
h2 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    margin: 0;
}
.large_text_2 {
    font-size: 3.4rem;
    line-height: 5.6rem;
    margin: 0 0 20px;
}
h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin: 0 0 20px;
}
.large_text_3 {
    font-size: 2.8rem;
    line-height: 4rem;
    margin: 0;
}
h4 {
    font-size: 2.2rem;
    line-height: 3.0rem;
    margin: 0 0 20px;
}
.large_text_4 {
    font-size: 2.2rem;
    line-height: 3.5rem;
    margin: 0;
}
h5 {
    font-size: 2.0rem;
    line-height: 2.8rem;
    margin: 0 0 20px;
}
.large_text_5 {
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 0;
}
h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 0 0 20px;
}

.heading_title,
.heading_subtitle {
    display: block;
}
.heading_subtitle {
    font-family: 'Minion Pro', serif;
    font-family: 'Weiss Std', serif;
    color: #222;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 12px;
    letter-spacing: 0;
}

img {
    max-width: 100%;
}

.divider {
    height: 50px;
    clear: both;
}

.pull_quote {
    font-family: 'Weiss Std', serif;
    color: #222;
    text-align: left;
    font-size: 2.2rem;
    line-height: 3.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearwithin:after {
    height: 0;
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
}
.clear {
    height: 0;
    clear: both;
    width: 100%;
}

input,
textarea,
select {
    font-family: 'Minion Pro', serif;
    font-family: 'Weiss Std', serif;
    color: #222;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
}
input.active,
textarea.active,
select.active {
    color: #322e29;
}

