﻿@font-face {
    unicode-range: U+26;
    font-family: "Ampersand";
    src: local("Georgia"),local("Garamond"),local("Palatino"),local("Book Antiqua");
}

@font-face {
    unicode-range: U+270C;
    font-family: "Ampersand";
    src: local("Georgia");
}

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,200);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,200);

.ampersand {
    font-family: Ampersand,Verdana,sans-serif;
}

.breakword {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.normal-wrap {
    -ms-word-wrap: normal;
    word-wrap: normal;
}

.inherit-wrap {
    -ms-word-wrap: auto;
    word-wrap: auto;
}

.drop-cap:first-letter {
    float: left;
    margin: auto .25em auto auto;
    padding: inherit;
    background: transparent;
    color: inherit;
    text-indent: 0;
    font-size: 4em;
    font-family: inherit;
    line-height: 1;
}

p + .drop-cap {
    margin-top: 0;
    text-indent: 0;
}

html {
    font: normal 112.5%/1.65 serif;
}

body {
    /*color: #444;*/
    /*color: hsla(200,0%,0%,.7);*/
    /*color: #72777d;*/
    color: rgb(48,48,48);
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-kerning:auto;
     text-rendering:geometricPrecision;
    hyphens: auto;
    /*font-family: 'Source Sans Pro',sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

small {
    font-size: 65%;
}

h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizelegibility;
    margin-top: 0;
    line-height: 1;
    font-weight: 300;
    
}

.tera {
    margin-bottom: .25385em;
    font-size: 117px;
    font-size: 6.5rem;
}



.giga {
    margin-bottom: .33em;
    font-size: 90px;
    font-size: 5rem;
}

.mega {
    margin-bottom: .4125em;
    font-size: 72px;
    font-size: 4rem;
}

h1, .alpha {
    margin-bottom: .495em;
    font-size: 60px;
    font-size: 3.33333rem;
}

h2, .beta {
    margin-bottom: .61875rem;
    font-size: 48px;
    font-size: 2.6667rem;
}

h3, .gamma {
    margin-bottom: .825em;
    font-size: 36px;
    font-size: 2rem;
}

h4, .delta {
    margin-bottom: 1.2375em;
    font-size: 24px;
    font-size: 1.3333333333333333rem;
}

h5, .epsilon {
    margin-bottom: 1.4142857142857141em;
    font-size: 21px;
    font-size: 1.16667rem;
}

h6, .zeta {
    margin-bottom: 1.65em;
    font-size: 18px;
    font-size: 1rem;
}

p {
    margin: auto auto 1.5em;
}

    p + p {
        margin-top: -1.5em;
    }

abbr, acronym, blockquote, code, dir, kbd, listing, plaintext, q, samp, tt, var, xmp {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

pre code {
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    -ms-word-wrap: normal;
    word-wrap: normal;
}

pre {
    white-space: pre;
}

code {
    white-space: pre;
    font-family: monospace;
}

abbr {
    color: gray;
    text-transform: lowercase;
    font-weight: 600;
    font-variant: small-caps;
}

    abbr[title]:hover {
        cursor: help;
    }

.lining dt, .lining dd {
    display: inline;
    margin: 0;
}

    .lining dt + dt:before, .lining dd + dt:before {
        content: "\a";
        white-space: pre;
    }

    .lining dd + dd:before {
        content: ", ";
    }

    .lining dd:before {
        margin-left: -.2em;
        content: ": ";
    }

.dictionary-style dt {
    display: inline;
    counter-reset: definitions;
}

    .dictionary-style dt + dt:before {
        margin-left: -.2em;
        content: ", ";
    }

.dictionary-style dd {
    display: block;
    counter-increment: definitions;
}

    .dictionary-style dd:before {
        content: counter(definitions,decimal) ". ";
    }

.blockquote p:last-of-type {
    margin-bottom: -.825em;
}

.blockquote + figcaption {
    display: block;
    text-align: right;
    font-size: inherit;
}

    .blockquote + figcaption:before {
        content: "-";
    }

.pull-quote {
    position: relative;
    padding: 1em;
}

    .pull-quote:before, .pull-quote:after {
        position: absolute;
        height: 1em;
        color: #dc976e;
        font-size: 4em;
        opacity: .15;
    }

    .pull-quote:before {
        top: 0;
        left: 0;
        content: '“';
    }

    .pull-quote:after {
        right: 0;
        bottom: 0;
        content: '”';
    }

@media screen and (max-width:1024px) {
    html {
        font: normal 95%/1 serif;
    }
}
