/*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, optgroup, textarea { color: $font_color; font-family: $primary_font; font-size: 20px; line-height: 1.65; font-weight: 400; } h1, h2, h3, h4, h5, h6 { clear: both; font-weight: 700; color: #202020; margin: 1em 0 0.6em 0; line-height: 1.3; } h1 { font-size: 2.45em; margin-top: 0.7em; margin-bottom: 0.4em; } h2 { font-size: 1.95em; margin-top: 0.7em; margin-bottom: 0.4em; } h3 { font-size: 1.55em; } h4 { font-size: 1.25em; } h5 { font-size: 1em; } h6 { font-size: 0.8em; } p { margin-bottom: 1.5em; } dfn, cite, em, i { font-style: italic; } q { border-left: 3px solid rgba($black_color, 0.1); display: inline-block; padding-left: 25px; font-style: italic; color: #202020; margin-bottom: 0; margin-right: 30px; font-size: 1.5em; font-weight: 700; float: left; width: 51%; line-height: 1.33em; font-family: $secondary_font; } blockquote { margin: 1.1112em 0; padding: 20px 0 0 40px; font-size: 1.5em; font-weight: 700; color: #202020; position: relative; line-height: 1.65em; font-family: $secondary_font; font-style: italic; z-index: 1; display: table; clear: both; width: 100%; } blockquote::before { content: ""; background-image: url('data:image/svg+xml; utf-8, '); background-position: center; background-repeat: no-repeat; background-size: 72px; width: 65px; height: 50px; position: absolute; top: 0; left: 0; z-index: -1; } blockquote p + span { float: right; font-size: 0.5333em; color: #999; font-weight: 400; font-style: normal; font-family: $primary_font; } blockquote p, q p { margin-top: 20px; margin-bottom: 0; } blockquote p:first-child, q p:first-child { margin-bottom: 0; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } @include media(xs) { blockquote { font-size: 1.25em; padding: 5px 0 0 25px; &:before, &:after { background-size: 40px; width: 45px; height: 30px; } }//blockquote q { width: 100%; margin-right: 0; font-size: 1.25em; float: none; margin-bottom: 30px; } }//@include media(xs)