/* ----------------------------------------------------------------------------------
  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.4rem;
    line-height: 2em;
    -webkit-font-smoothing: antialiased;
}

.paragraph_size1 {
    font-size: 1.5rem;
    line-height: 2.1rem;
}
.paragraph_size2 {
    font-size: 1.7rem;
    line-height: 2.3rem;
}
.paragraph_size3 {
    font-size: 1.9rem;
    line-height: 2.4rem;
}
.paragraph_size4 {
    font-size: 2.1rem;
    line-height: 2.6rem;
}
.paragraph_size5 {
    font-size: 2.5rem;
    line-height: 3rem;
}
.paragraph_size6 {
    font-size: 3rem;
    line-height: 3rem;
}
.main_heading_font {
    font-family: Apercu_Pro, serif;
}

strong, b {
    font-weight: 500;
}

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;
    
    font-size: 60px;
    line-height: 60px;
    
    max-width: 75%;
    max-width: 1200px;
    clear: both;
    padding-top: 20px;
    margin-left: -4px;
}
h1.size_1,
.faux_h1.size_1 {
    
}
h1.size_2,
.faux_h1.size_2 {
    
}
h1.size_3,
.faux_h1.size_3 {
    
}
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;
}

blockquote {
    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,
.form_row legend,
.form_row label {
    font-family: 'Apercu_Pro', sans-serif;
    color: #151515;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 2em;
    background: transparent;
}
fieldset {
    border: none;
}
* :focus {
    outline: none;
}
body:not(.browser-js-enabled) * :focus,
body.tabbing-detected * :focus,
body.accessibility_outlines_enabled * :focus,
form input:focus {
    outline: auto;
    outline-style: solid; /*need to specify outline style to make it work for IE and edge*/
}
button {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  color: inherit;
  overflow: visible;
  text-transform: none;
  background-color: transparent;
  -webkit-appearance: button;
  border: none;
  cursor: pointer;
}



.link {
    font-family: Apercu_Pro, serif;
    color: #151515;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
}

a.button {
    float: left;
    border: 2px solid #151515;
    font-size: 12px;
    line-height: 20px;
    font-family: Apercu_Pro, serif;
    color: #151515;
    font-weight: bold;
    padding: 9px 25px 11px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: color 600ms cubic-bezier(.65,.06,.19,.96);
}