@charset "utf-8"; @namespace epub 'http://www.idpf.org/2007/ops'; @font-face { font-family: Bigelow; src: url(../fonts/BigelowRules-Regular.ttf); font-style: normal; } @font-face { font-family: Euphorigenic; src: url(../fonts/euphorigenic.ttf); font-style: normal; } @font-face { font-family: Caveat; src: url(../fonts/Caveat-Regular.ttf); font-style: normal; } @font-face { font-family: Mathilde; src: url(../fonts/mathilde.ttf); font-style: italic; } @font-face { font-family: Calli; src: url(../fonts/Calligraffitti-Regular.ttf); font-style: italic; } @font-face { font-family: Blackjack; src: url(../fonts/BLACKJAR.ttf); font-style: italic; } @font-face { font-family: JrHand; src: url(../fonts/jr!hand.ttf); font-style: italic; } @font-face { font-family: Alamendro; src: url(../fonts/alamendro.ttf); font-style: italic; } @font-face { font-family: Quicksand; src: url(../fonts/Quicksand-Regular.ttf); font-style: normal; font-weight: 400; } @font-face { font-family: Quicksand; src: url(../fonts/Quicksand-Bold.ttf); font-style: normal; font-weight: 700; } /* Disable hyphenation for headings to avoid single-syllable-lines. */ h1, h2 { -epub-hyphens: none; -webkit-hyphens: none; -moz-hyphens: none; } /* Set the minimum amount of lines to show up on a seperate page. (There is not much support for this at the moment.) */ p, blockquote { orphans: 2; widows: 2; } /* Turn on hyphenation for paragraphs and captions only. */ p, figcaption { -epub-hyphens: auto; -webkit-hyphens: auto; -moz-hyphens: auto; } /* Custom Styles */ body { } h1 { font-family: Bigelow; text-align: center; font-size: 3em; } h2, h3, h4 { font-family: Euphorigenic; text-align: center; } p { text-indent: 1.3em; margin: .2em 0; } .first { text-indent: 0; } .drop { float: left; font-size: 2.7em; font-family: Quicksand; font-weight: 700; margin-top: -.2em; margin-bottom: -.3em; } .break { page-break-before: always; } .center { text-indent: 0; text-align: center; } .none { list-style: none; } .none li { margin-top: 1em; } .authorpic { float: right; width: 40%; margin: 0 0 1em 1em; } .dedi { text-align: center; font-family: Quicksand; text-indent: 0; } .top { margin-top: 15%; } .copy { text-indent: 0; margin: 1em 0; font-size: .9em } .full { width: 100%; } .texts { font-family: Quicksand; margin: 1em 1.3em; text-indent: 0; } .inlinetexts { font-family: Quicksand; } .chat b { font-family: Quicksand; } .blackjack { font-family: Blackjack; font-style: italic; margin: 1em 0; } .jr { font-family: JrHand; font-style: italic; margin: 1em 0; } .mathilde { font-family: Mathilde; font-style: italic; font-size: 1.5em; margin: 1em 0; } .calli { font-family: Calli; font-style: italic; margin: 1em 0; } .alamendro { font-family: Alamendro; font-style: italic; margin: 1em 0; } .ricinus { font-family: Caveat; font-size: 1.2em; margin: 1em 0; } .title { margin-top: 15%; } .title2 { margin-top: 20%; } .logo { width: 8em; display: block; margin: auto; } .logo2 { width: 8em; } .paws { height: 1.5em; margin-bottom: 5%; } .tall { width: 10%; display: block; margin: 2em auto; } .wide { width: 15%; display: block; margin: 2em auto; } .space { margin-top: 1em; } .thumbnail { width: 40%; } .wink { display: inline-block; width: 1em; } .floating { list-style: none; } .floating li { margin: .5em 0; float: left; display: inline-block; width: 50%; text-align: center; } .clear { clear: both; } .border { border: double 6px; padding: .6em; } .border p { margin: .6em; text-indent: 0; } .sans { font-family: sans-serif; } .flyer { display: inline-block; margin: 1em auto; padding: 0 .5em 1em .5em; border: double; } .flyer p { text-align: left; margin-left: 1.3em; text-indent: -1.3em; } i em { font-style: normal; }