/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: helvetica, monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
/*
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
*/
/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #000; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: Helmut Granda
 */


html, body {
	background-image: url('../img/background-tile-stone.jpg');
	height: 740px;	
}

#container {
	width: 100%;
	/*height: 790px;*/
	color: #000;
	position: absolute;
	overflow-x: hidden;
	}

#main {
	clear:both;
}

#main #content{
	width: 5961px;
	height: 590px;
}

header {
	/*background: transparent;
	display: block;
	height: 55px;
	margin-left: 30px;*/
	background: none repeat scroll 0 0 transparent;
    display: block;
    height: 72px;
    margin-left: 38px;
}

header h3 {
	font-size: 250%;
	float: left;
	font-weight: normal;
}

header {
	color: white;
	font-family: Georgia, "MS Trebuchet", sans-serif;
	

}

header h1 {
/*
	float: left;
	font-style: italic;
	font-size: 2.8em;
	font-weight: lighter;
	padding-top: 7px;
	padding-left: 3px;*/
	/*
	float: left;
    font-size: 2.8em;
    font-style: italic;
    font-weight: lighter;
    padding-left: 3px;
    padding-top: 15px;
    text-shadow: 3px 3px 3px #000;*/
}

header h1 {
    float: left;
    font-size: 2.8em;
    font-style: normal;
    font-variant: small-caps;
    font-weight: lighter;
    padding-left: 3px;
    padding-top: 15px;
    text-shadow: 3px 3px 3px #000000;
}

header h2 {
/*
	float: left;
	font-weight: lighter;
	font-size: 1.0em;
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	display: block;
	text-align: right;
	padding-left: 110px;
	padding-top: 18px;*/
	/*
	    color: #CCCCCC;
    display: block;
    float: left;
    font-family: Helvetica,"MS Trebuchet",sans-serif;
    font-size: 1.1em;
    font-weight: lighter;
    line-height: 18px;
    padding-left: 15px;
    padding-top: 20px;
    text-align: left;*/
}

header h2 {
    color: #CCCCCC;
    display: block;
    float: left;
    font-family: Helvetica,"MS Trebuchet",sans-serif;
    font-size: 0.9em;
    font-weight: lighter;
    line-height: 16px;
    padding-left: 19px;
    padding-top: 23px;
    text-align: left;
}

header span.sub-head {
	height: 42px;
	display: block;
	float: left;
	width: 300px;
	position: relative;
	color: #fff;
}

header span.sub-head p {
	display: block;
	font-weight: lighter;
	font-size: 90%;
	position: absolute;
	bottom: 0px;
}




/* Block content */

.block-content
{
	display: block;
	width: 820px;
	height: 590px;
	margin-left: 20px;
	background: transparent url('../img/block-content/background.png') no-repeat 0px 0px;
	float: left;
}

#home {
	background: transparent url('../img/home/background.png') no-repeat 30px 0px;
	
}

.panel .container {
	display: block;
	width: 820px;
	height: 590px;
}

#film .container {
	background: transparent url('../img/film/teaser.jpg') no-repeat 530px 8px;
}

#pictures .container {
	background: transparent url('../img/photographs/teaser.jpg') no-repeat 531px 8px;
}

#audio .container {
	background: transparent url('../img/audio/teaser.jpg') no-repeat 531px 8px;
}

#diary .container {
	background: transparent url('../img/diary/teaser.jpg') no-repeat 531px 8px;
}

#about .container {
	background: transparent url('../img/about/teaser.jpg') no-repeat 531px 8px;
}

#buy .container {
	background: transparent url('../img/buy/teaser.jpg') no-repeat 531px 8px;
}


/*
.scroll .header {
	position: absolute;
	top: 40px;
	left: 80px;
	display: block;
}*/

.scroll .header {
    display: block;
    left: 76px;
    line-height: 18px;
    position: absolute;
    top: 32px;
}

.scroll .header h2 {
/*
	text-transform: uppercase;
	color: black;
	float: left;
	font-size: 2.5em;
	font-style: italic;
	border-bottom: 2px solid black;
	display: block;
	float: left;*/
	/*    color: #333333;
    display: block;
    float: left;
    font-family: georgia,serif;
    font-size: 2.5em;
    font-style: italic;*/
}

.scroll .header h2 {
    color: #000000;
    display: block;
    float: left;
    font-family: georgia,serif;
    font-size: 2.5em;
    font-style: italic;
    line-height: 34px;
    padding-top: 4px;
}

.scroll .header span.description {
    background-image: url("../img/home/semi-transparent-yellow.png");
    color: black;
    display: block;
    float: left;
    line-height: 18px;
    margin-left: 32px;
    padding: 12px;
    width: 540px;
}

#buy .container .header span.description {
    width: 200px;
}

/*
.scroll .header span.description {
	margin-left: 30px;
	display: block;
	float:left;
	width: 400px;
	color:black;
}*/

.scroll .panel-body {
	position: absolute;
	top: 100px;
	left: 80px;
	width: 700px;
	text-align: center;
}



/* Nav */

nav {
	display: block;
	clear: both;
	margin-left: 30px;
	height: 23px;
	margin-bottom: 10px;

}

nav ul li {
	display: block;
	float: left;
	padding: 3px 5px 3px 5px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	color: black;
}




ul.navigation {
	/*display: block;
	clear: both;
	height: 23px;
	margin-bottom: 10px;
	padding-left: 10px;
	*/
	   clear: both;
    display: block;
    height: 23px;
    margin-bottom: 12px;
    padding-left: 10px;
}

ul.navigation a {
	font-family: Georgia, "MS Trebuchet", sans-serif;
	font-size: 1.1em;
	color: #ffff99;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

ul.navigation a:hover{
	/*background: #be9825;*/
	background: #ffcc33;
	color: black;
}

ul.navigation a.active, ul.navigation a.selected {
	background: #ffcc33;
	color: black;
}


ul.navigation li {
	display: block;
	float: left;
	
	margin-left: 15px;
	font-size: 110%;
	color: black;
}

/* Audio */

#audio #jquery_jplayer_2 {
	margin-top: 50px;
}

/*
 ul.navigation li:hover, ul.navigation .selected {
	background: white;
}
*/

#slider {
    width: 100%;
    position: relative;
}

.scroll {
  /*  height: 590px;  THIS MEASUREMENT IS FOR IPAD*/
	height: 610px;
    /*padding-left: 40px;*/
	width: 100%;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
   
}

.scrollContainer div.panel {
    /*padding: 20px;
    height: 210px;
    width: 580px;
*/
	width: 820px;
	height: 590px;
	padding-left: 30px;
	background: transparent url('../img/block-content/background.png') no-repeat 30px 0px;
}

.scroll #home .home-block
{
	font: 100%;
	display: block;
	position: absolute;
	color: black;
	top: 30px;
	left: 60px;
	width: 225px;
	font-weight: normal;
	padding: 20px;
	font-size: 1.15em;
	line-height: 1.4em;
	background-image: url('../img/home/semi-transparent-white.png');
	z-index: 100;
}

.scroll #home .home-block h2 {
	font-weight: bold;
}

.scroll i{
	font-style: italic;
}


.scroll #home .home-block p {
	font-weight: normal;
}



.scroll #home .home-block.right {
	position: relative;
	float: right;
	margin-right: 80px;
}

#pictures .panel-body {
padding-left: 40px;
margin-top: 30px;
text-align: left;
}

#pictures .panel-body .desc {
/*
	float: left;
	position: absolute;
	left: 50px;
	display: block;
	background: black;
	padding: 3px 5px;
	font-size: 0.8em;
	margin-top: -10px;
	color: #fff;*/
	color: #333333;

    font-family: georgia,serif;
    font-size: 15px;
    font-weight: bold;
    left: 30px;
    margin-top: 21px;
    padding: 3px 5px;
    position: absolute;
    width: 25px;
}

#pictures .jcarousel-skin-book {
	margin-top: 0px;
}

/*new added.*/

/* VIDEO */

#film .jcarousel-skin-book span.description {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.3em;
}

/* Pictures */
.jcarousel-skin-book .photographs span.description {
	text-align: center;
}


.jcarousel-skin-book .jcarousel-container-horizontal {
    padding: 5px 50px;
    width: 550px;
}

a.goToBuyPage  {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #3399ff;
}

a.goToBuyPage:hover {
	text-decoration: underline;
}

#audio #lp {
	display: block;
	width: 820px;
	height: 590px;
	background: transparent url('../img/audio/lp.png') no-repeat 376px 186px;
}

/* Diary */

#diary .panel-body {
	width: 750px;
	
}
#diary ul.diary-list {
	margin-left: 0;
	padding-left: 0;
	} 

#diary ul.diary-list li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 10px 5px;
	list-style: none;
	display: block;
	width: 120px;
	float: left;
	color: black;
	font-size: 0.89em;
	}

	
#diary ul.diary-list li span.dates {
	clear: both;
	display:block;
	font-weight: bold;
}
	
#diary ul.diary-list li span.description {
	clear: both;
}
	
/* Bio */

#about .bio {
/*
	display: block;
	width: 340px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;*/
	/*display: block;
    float: left;
    margin-left: 8px;
    margin-top: 18px;
    text-align: left;
    width: 360px;*/
}

#about .bio {
    display: block;
    float: left;
    line-height: 16px;
    margin-left: 8px;
    margin-top: 0;
    text-align: left;
    font-size: 1em;
    line-height:1.5em;
    width: 360px;
}

#about .bio p {
	text-indent: 20px;
}

#about .bio .main-header {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}


#about .bio .sub-header {
	display: block;
	padding-top: 10px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

/*
#about .connect {
	display: block;
	width: 275px;
	float: right;
	padding-top: 35px;
	margin-right: 21px;
}*/
#about .connect {
    display: block;
    float: right;
    margin-right: 21px;
    padding-top: 0;
    width: 275px;
}

#about .connect img {
	padding-top: 2px;
	margin-left: -4px;
}

#about .connect .connections {
	background: green;
	vertical-align: text-top;
}

#about .connect .connections span {
	display: block;
	float: left;
	margin-top: 15px;
	font-style: italic;
	font-weight: bold;
}

#about .connect .connections a {
	float: right;
	padding-left: 10px;
}

/* BUY */
#buy img.itunes {
	margin-right: 30px;
}

#buy img.amazon {
	margin-left: 30px;
}

#buy img.print-on-demand {
	margin-top: 5px;
}

table#sales {
	margin-left: 30px;
}

table#sales .publisher, table#sales .price {
	width: 100px;
}

table#sales .platform {
	width: 220px;
}

table#sales th, table#sales td {
	padding: 20px;
}

table#sales th {
	height: 30px;
	padding: 15px 0 0 0;
}

table#sales .publisher img{
	padding-top: 10px;
}

table#sales .platform span {
	float:left;
	width: 130px;
	text-align: left;
	padding-left: 10px;
	padding-top: 15px;
}

table#sales .platform img {
	float:left;
}

table#sales .m.b {
	border-bottom: 1px solid #bfb49a;
}

table#sales .m.r {
	border-right: 1px solid #bfb49a;
}

table#sales .price span {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Georgia, "MS Trebuchet", sans-serif;
}

table#sales .price img {
	display: block;
	margin-top: 20px;
	clear: both;
}

/* BUY END */

form {
  margin: 0;
	margin-top: 10px;
  padding: 0;
  font-size: 100%;
  width: 340px;
}

label {
  font-size: 100%;
}


form .fields {
  /*font-size: 100%;
  color: #000000;
width: 225px;*/
    color: #000000;
    font-size: 100%;
    width: 350px;
}


textarea {
  overflow: auto;
  width: 355px !important;
}

form div {
  
  /*
  clear: left;
  display: block;
  width: 330px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;*/
  clear:left;
    display: block;
    margin: 0px;
    padding: 1px 2px;
    width: 360px;
}

form div label {
 /* display: block;
  float: left;
  width: 90px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;*/
      display: block;
    float: left;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0px;
    text-align: left;
    width: 192px;
}

form div #submit
{
	display: block;
	float: right;
	text-align: right;
}

/* Special navigation */
.nav {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top:0px;
	left: 0px;
	cursor:pointer;
}

.nav.movies {
	top: 39px;
	left: 216px;
	width: 277px;
	height: 293px;
}

.nav.audio {
	top: 65px;
	left: 533px;
	width: 264px;
	height: 288px;
}

.nav.pictures {
	top: 305px;
	left: 51px;
	width: 279px;
	height: 217px;
}

.nav.buy {
	top: 315px;
	left: 344px;
	width: 195px;
	height: 101px;
}

.nav.author {
	top: 415px;
	left: 310px;
	width: 252px;
	height: 166px;
}

.nav.letters {
	top: 315px;
	left: 578px;
	width: 262px;
	height: 211px;
}


.nav.audio:hover {
	background: url('../img/home/nav/audio.jpg')	
}

.nav.movies:hover {
	background: url('../img/home/nav/movies.jpg')	
}

.nav.pictures:hover {
	background: url('../img/home/nav/photographs.jpg')	
}

.nav.buy:hover {
	background: url('../img/home/nav/buy.jpg')	
}

.nav.author:hover {
	background: url('../img/home/nav/author.jpg')	
}

.nav.letters:hover {
	background: url('../img/home/nav/letters.jpg')	
}

#fancybox-frame html { overflow: scroll !important; } 

/*Fancy box fix for iPad */
.year {font-size:50px;
font-family:Georgia, "Times New Roman", Times, serif; font-weight:lighter;
}

.caption {font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif; 
font-weight:bold;
font-style:italic;
line-height:20px;
}

a.pdf {
	font-size:10px;
	color:#FFF;
	background-color:#333;
	padding:6px;
	text-decoration:none;
}

a.pdf:Hover {
	font-size:10px;
	color:#FFF;
	background-color:#09F;
	padding:6px;
	text-decoration:none;
}


/* Hide all panels at the begining */
#home, #film, #pictures, #audio, #diary, #about, #buy, header, .navigation  {
	visibility: hidden;
}


/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

	html, body {
		zoom: 0.87;
	}
	#main  {
		overflow-x: scroll;
	}

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

	html, body {
		zoom: 1;
	}

}

/* ipad specific */
@media screen and (max-device-width: 1024px) and (orientation:portrait) { 
	
    #main {
		overflow-x: scroll;
	}
}

@media screen and (max-device-width: 1024px) and (orientation:landscape) { 
   	#main  {
		overflow-x: scroll;
	}
}

/*IPHONE*/

/* Portrait */
@media screen and (max-device-width: 320px)
{
	body {
		zoom: 20%;
	}
}
 
/* Landscape */
@media screen and (max-device-width: 321px)
{
	body {
		zoom: 45%;
	}
}


/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

