/* ----------------------------------------------------------------------------------
  Simon Lee Gallery
---------------------------------------------------------------------------------- */

@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: Theinhardt;
    color: #555;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 2em;
    -webkit-font-smoothing: antialiased;
}

body.navigation-open {
    overflow: hidden;
}

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

a, a:visited {
    color: #151515;
    text-decoration: none;
}

img, a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6, .faux_h1 {
    font-family: Apercu_Pro, serif;
    color: #151515;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0;
}

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

h1,
.faux_h1 {
    font-size: 95px;
    line-height: 92px;
    max-width: 75%;
    max-width: 1200px;
    clear: both;
    padding-top: 20px;
    margin-left: -4px;
}
h2 {
    font-size: 65px;
    line-height: 65px;
    margin: 0 0 20px;
}
h3 {
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 20px;
}
h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px;
}
h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px;
}
h6 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
}

.heading_title,
.heading_subtitle {
    display: block;
}

img {
    max-width: 100%;
}

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

.pull_quote {
    font-family: Apercu_Pro, serif;
    color: #151515;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 32px;
}

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

input,
textarea,
select {
    font-family: 'Apercu_Pro', sans-serif;
    color: #151515;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 2em;
    background: transparent;
}
