/* ----------------------------------------------------------------------------------
  Alan Cristea 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: 'NeueHaasUnicaPro', Sans-Serif;
    color: #151515;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 2.4rem;
    -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: 'NeueHaasUnicaPro', Sans-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: 39px;
    line-height: 44px;
    max-width: 75%;
    max-width: 1200px;
    clear: both;
    padding-top: 20px;
}
h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px;
}
h3 {
    font-size: 22px;
    line-height: 28px;
    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;
}


.heading_border {
    padding-top: 10px;
    position: relative;
}
    .heading_border:before {
        border-top: 1px solid #151515;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
    }

img {
    max-width: 100%;
}

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

.pull_quote {
    color: #151515;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 36px;
}

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

input,
textarea,
select {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 2.0rem;
    -webkit-font-smoothing: antialiased;
    background: transparent;
}
