/* idea fron css Zen Garden submission 218 - 'Apothecary', by Trent Walton, http: //www.trentwalton.com/  */

html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,a,abbr,acronym,em,img,ol,ul,li {border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;margin: 0;padding: 0;}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-y: auto;
    background: #faf3e6;
    background-size: 22em;
}

body {
    font: 112.5%/1.3 "ltc-bodoni-175",serif;
    color: #3f3d3a;
    overflow: hidden;
}

/* body:before, body:after { */
/*   content: ''; */
/*   display: block; */
/*   width: 0;  */
/*   height: 0;  */
/* } */

/* body:before { */
/*   border-left: 45px solid #faf3e6; */
/*   border-right: 45px solid #faf3e6; */
/*   border-top: 45px solid transparent; */
/*   background: #f7644d url('img-halftone.png') repeat; */
/*   margin: 0 auto -20px; */
/* } */

/* body:after { */
/*   border-left: 10em solid #faf3e6; */
/*   border-right: 10em solid #faf3e6; */
/*   border-bottom: 10em solid transparent; */
/*   background: #ffb14d url('img-halftone.png') repeat; */
/*   margin: -10em auto 0; */
/* } */


h1, h2, h3, h4, h5 {
    /* text-align: center; */
    color: #272625;
    /* text-transform: uppercase; */
}

.intro {
    clear: both;
    padding-top: 2em;
}

.intro p {
    margin: 0 auto 1em;
}

.intro h1 {
    text-align: center;
    margin-left: 0em;
    font-size: 4em;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.intro h2 {
    font-family: "french-clarendon-ornamented",sans-serif;
    font-size: 2em;
    font-weight: normal;
    padding-top: 5.7em;
    margin-top: -2.0em;
    margin-left: 17em;
    margin-bottom: 0em;
    letter-spacing: 0.01em;
    line-height: 2em;
    /* https://openclipart.org/detail/65569/johnny-coffee-2 */
    /* background: url('coffee-cup.png') no-repeat center 0.75em; */
    background: url('media/images/logo_cafe_schoeps_transparent.png') no-repeat center 1.2em;
    /* background: url('kaffee_selbstgebackener.jpg') no-repeat center 1.55em; */
    background-size: 9.5em;
}

.intro h3 {
    font-family: "french-clarendon-ornamented",sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    padding-top: 1em;
    margin-top: -1.1em;
    margin-left: 0.0em;
    margin-bottom: 0em;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-align: center;
    
}

.intro p {
    margin: 0 auto 1em;
    color: #f7644d;
}

.preamble {
    margin: 0 auto 1em;
    margin-left: 15em;
    margin-right: 15em;
}

.preamble h3 {
    margin:  0.5em auto 0.55em;
    padding: 0.5em 0 0.55em;
    font-family: "grecian-light-face", sans-serif;
    font-size: 2em;
    line-height: 1;
    background: 
	url('img-lg-horiz-border.png') repeat-x top right,
	url('img-lg-horiz-border.png') repeat-x bottom left;
    background-size: 20em;
    text-align: center;
}

.preamble h3:first-line {
    font-family: "refrigerator-deluxe",sans-serif;
    font-size: 1.1em;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 2em;
    line-height: 1.25;
    letter-spacing: 0.025em;
}

.preamble li {
    margin-left: 2em;
}

.preamble p {
    font-size: 0.9em;
    text-align: left;
}

.footer p {
    text-align: center;
    font-size: 1.2em;
}
