/* ----------------------------------------------------------------------------------
  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: 'emilia', serif;
    color: #7E7979;
    font-weight: 200;
    font-size: 1.7rem;
    line-height: 4rem;
}

body.navigation-open {
    overflow: hidden;
}

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

a, a:visited {
    color: #322e29;
    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: 'emilia', serif;
    color: #A48363;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

h1,
.faux_h1 {
    /*font-size: 4.8rem;*/
    /*line-height: 5.8rem;*/
    /*letter-spacing: 0.3px;*/
    /*text-align: center;*/
    /*max-width: 500px;*/
    /*margin: 0 auto;*/
    /*margin-bottom: 10vh;*/
    /*margin-top: 5vh;*/
    font-size: 4.8rem;
    line-height: 5.8rem;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 60px;
}


.section-home h1,
.section-home .faux_h1 {
    margin-bottom: 10vh;
}

#content_module h1 {
    max-width: 100%;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 0;
}

.area_label h2 {
    font-size: 130px;
    line-height: 140px;
    letter-spacing: -1px;
}
h2 {
    font-size: 4.8rem;
    line-height: 5.8rem;
    margin: 0;
}
    .content h2 {
        font-size: 3.5rem;
        line-height: 4.7rem;
        color: #393434;
        text-transform: none;
    }
.large_text_2 {
    font-size: 3.4rem;
    line-height: 5.6rem;
    margin: 0 0 20px;
}
h3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    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: 'emilia', serif;*/
/*    color: #b99667;*/
/*    font-weight: normal;*/
/*    font-style: italic;*/
/*    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: 0px;
    clear: both;
}

.pull_quote {
    font-family: 'emilia', serif;
    color: #b99667;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 32px;
    -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: 'emilia', serif;
    color: #988b7e;
    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;
}

em {
    font-size: 1.05em; /* Font italics are slightly small */
}