/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
@font-face {
  font-family: "Moniqa";

	src: url('fonts/Moniqa-BlackItalicDisplay.otf');

}
/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
position:absolute; top:0;z-index:99;
height:150px;
}
/* logo */
.logo h1{
color:#21a97e;
font-family: 'Moniqa';
font-size:12vw;
margin-bottom:100px;
margin-left:80px;

}
.logo-img {

}
/* nav */
.nav {
display:none;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
position: absolute;
margin:0 auto;
height: 100px;
width: 100%;
color:#222;
background: none;
font-size:1.5em;
text-align: center;
bottom:0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.main-home{display:none}


/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html {
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
body {
	background: #e3e5e5;
	overflow-x: hidden;
	height:3150px;
	line-height: 1.5;
	color: #000;
	font-size: 14px;
	font-family: Arial,sans-serif;
}
h1 {
	color: #21a97e;
}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#21a97e;
	outline: none;
	text-decoration:none;
	}
	a:hover {
		color:#000;
		}
img {
	display:block;
	}
p {
	margin:1em 0;
	}

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
}
#branding {
	width: 100%;
	background: #fff;
	}
	#branding h1 {
		width: 940px;
		padding: 10px 15px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}

/* Nav
*****************************************************************/

nav#primary {
	z-index: 5;
	position: fixed;
	top: 50%;
	right: 16px;
	margin-top: -40px;
}
nav#primary li {
	position: relative;
	height: 20px;
}
nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url('img/nav-dot.png') 4px 4px no-repeat;
}
nav#primary a:hover, nav#primary a.active {
	background: transparent url('img/nav-dot.png') 4px -16px no-repeat;
}
nav#primary h1 {
	position: absolute;
	right: 22px;
	top: -7px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('img/nav-arrow.png') 100% 50% no-repeat;
	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('img/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('img/scroll-arrow-down.png') -1px -11px no-repeat;
			}

/* Parallax
*****************************************************************/
.murcover {width:200px !important; height:100%}

/* content */
#content {
	z-index: 4;
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
  height:100%;
  min-height:800px;
	line-height: 1.7;


}
	#content article {
		width:100%
		}

.content-1{float:left;position:absolute; bottom:0px !important; left:80px;}


h2.subtitle1 {
    color: #F6ACA2;
    font-family: 'Helvetica', sans-serif !important;
    font-size: 3vw !important;
		font-weight:bold;
}
.news-header {margin:0 auto!important; width:100%; text-align:center;margin-left:-80px !important;}
.col-lg-4{margin-bottom:20px !important;}
.lemur a:hover{color:#FFF !important;}
#content article .content-4{width:90% !important; margin: 0 auto !important;float:none;height:500px;text-align:center !important}
.image-front{}
	h2.lemur {
    float: left;
    width: 100%;
    background-color: #333;
		font-family: 'Moniqa';
		height:90px;
	    font-size: 4vw;
	    position: absolute;
	    top: 0;
	    text-align: right;
	    padding-right: 10px;
}
#content article .content-home{width:500px;margin-left:80px; margin-top:100px; margin:0 auto; text-align:justify}
#content article .content-home p{}
		#manned-flight ,
		#frameless-parachute,
		#english-channel,
		#about {
			padding-top: 45px;
			}
		#manned-flight {
			position: absolute;
			top: 0px;
      background-image:url('img/merrybggreen1.jpg') !important;background-repeat:no-repeat;
			background-position:center;background-size:cover;
	background-position: top;
      height:700px;
			border-bottom-left-radius: 180px;
border-bottom-right-radius: 180px;
			}
			#maned-flight h1{font-size:2vw}
#manned-flight img{}
	#manned-flight p{color:#F4F4F4;}

		#frameless-parachute {
			position: absolute;
      width: 100%;
       height:800px;
			top: 750px;
       background-image:url('img/water-sea.jpg') !important;background-repeat:no-repeat;
			 background-position:center;background-size:cover;
			 border-top-left-radius: 180px;
    border-top-right-radius: 180px;
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
			}
	#frameless-parachute .content-home{
margin:0 auto !important;

	}
#frameless-parachute h1{
width:100%;
margin-left:80px !important;
margin-bottom:50px !important;
	color:#21a97e;
font-family: 'Moniqa', sans-serif !important;
	font-size:12vw !important;
}

		#english-channel {
			position: absolute;
			top: 1600px;
       background-image:url('img/bliss.jpg') !important;background-repeat:no-repeat;background-position:center;
			 background-size:cover;
 width: 100%;
       height:800px;
			 border-top-left-radius: 180px;
			 border-top-right-radius: 180px;
			 border-bottom-left-radius: 180px;
	border-bottom-right-radius: 180px;
			}
#english-channel .content-home p{color:#fff !important; font-weight:bold}
			#content h1 {
				width:100%;
				margin-left:80px !important;
				margin-bottom:50px !important;
					color:#21a97e;
				font-family: 'Moniqa', sans-serif !important;
					font-size:12vw !important;
				font-weight: normal;
				line-height: 65px;
				margin-top:40px;
				}

		#about {
			position: absolute;
			top: 2470px;
       background-image:url('img/orangefilledworld.jpg') !important;background-repeat:no-repeat;
			 background-position:center;background-size:cover;
 width: 100%;
       height:800px;
			 border-top-left-radius: 180px;
			 border-top-right-radius: 180px;
			 border-bottom-left-radius: 180px;
	border-bottom-right-radius: 180px;
			}

			#newss {
				position: absolute;
				top: 3200px;
				 background-image:url('img/orangefilledworld.jpg') !important;background-repeat:no-repeat;
				 background-position:center;background-size:cover;
	 width: 100%;
				 height:800px;
				 border-top-left-radius: 180px;
				 border-top-right-radius: 180px;
				 border-bottom-left-radius: 180px;
		border-bottom-right-radius: 180px;
				}

/* foreground (ballons/landscape) */
#parallax-bg3 {
	z-index: 3;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 940px;
	margin-left: -470px; /* move left by half element's width */
	}
	/* balloon */
	#bg3-1 {
		position: absolute;
		top: -111px;
		left: 355px;
		}
	#bg3-2 {
		position: absolute;
		top: 812px;
		left: 321px;
		}
	#bg3-3 {
		position: absolute;
		top: 1628px;
		left: 403px;
		}
	#bg3-4 {
		position: absolute;
		top: 2700px;
		left: -85px;
		}
/* midground (clouds) */
#parallax-bg2 {
	z-index: 2;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg2-1 {
		position: absolute;
		top: 162px;
		left: 200px;
		}
	#bg2-2 {
		position: absolute;
		top: 300px;
		left: 1150px;
		}
	#bg2-3 {
		position: absolute;
		top: 543px;
		left: -35px;
		}
	#bg2-4 {
		position: absolute;
		top: 1180px;
		left: 250px;
		}
	#bg2-5 {
		position: absolute;
		top: 900px;
		left: 890px;
		}
/* background (clouds) */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */

	}
	#bg1-1 {
		position: absolute;
		top: 85px;
		left: -270px;
		}
	#bg1-2 {
		position: absolute;
		top: 440px;
		left: 795px;
		}
	#bg1-3 {
		position: absolute;
		top: 900px;
		left: -220px;
		}
	#bg1-4 {
		position: absolute;
		top: 1020px;
		left: 450px;
		}


.music-player{display:none}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
  EFFECTS
\*------------------------------------*/
.fade-in-bottom {
	-webkit-animation: fade-in-bottom 2s ease-in both;
	        animation: fade-in-bottom 2s ease-in both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-1-13 2:41:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


/*---*/

:root {
  --color-primary: #f6aca2;
  --color-secondary: #f49b90;
  --color-tertiary: #f28b7d;
  --color-quaternary: #f07a6a;
  --color-quinary: #ee6352;
  /*
  --color-primary: #5192ED;
  --color-secondary: #69A1F0;
  --color-tertiary: #7EAEF2;
  --color-quaternary: #90BAF5;
  --color-quinary: #A2C4F5;
  */
}

.hey-content {
  min-height: 100vh;
  font-family: "Moniqa", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
	position: absolute;
    top: 80px;
    right: 80px;
}

.hey {
  display: flex;
  align-content: center;
  justify-content: center;
}
.hide {
  display: none;
}

.hey:hover + .hide {
  display: block;
  color: #fff;
	background-color:#21a97e;
	max-width:700px;
	width:100%;
	padding:50px;
	z-index:999999;


}

.text_shadows {
  text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary),
    9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  font-family: bungee, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: calc(2rem + 5vw);
  text-align: center;
  margin: 0;
  color: var(--color-primary);
  //color: transparent;
  //background-color: white;
  //background-clip: text;
  animation: shadows 1.2s ease-in infinite, move 1.2s ease-in infinite;
  letter-spacing: 0.4rem;
}

@keyframes shadows {
  0% {
    text-shadow: none;
  }
  10% {
    text-shadow: 3px 3px 0 var(--color-secondary);
  }
  20% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary);
  }
  30% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }
  40% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary),
      12px 12px 0 var(--color-quinary);
  }
  50% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary),
      12px 12px 0 var(--color-quinary);
  }
  60% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary),
      12px 12px 0 var(--color-quinary);
  }
  70% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }
  80% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary);
  }
  90% {
    text-shadow: 3px 3px 0 var(--color-secondary);
  }
  100% {
    text-shadow: none;
  }
}

@keyframes move {
  0% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(-12px, -12px);
  }
  50% {
    transform: translate(-12px, -12px);
  }
  60% {
    transform: translate(-12px, -12px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}


/*------------------------------------*\
PAYPAL
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/





@media screen and (max-width: 1024px) {
	#manned-flight {
		position: absolute;
		top: 0px;
		background-image:url('img/merrybggreen1.jpg') !important;background-repeat:no-repeat;background-position:center;
background-position: top;
background-size: cover;
    background-position: top;
    height:700 px;

	    border-bottom-left-radius: 180px;
	    border-bottom-right-radius: 180px;
		}
.content-1{float:left;position:absolute; top:300px; left:10px;width:80%!important;background-color:#333; opacity:0.8; display:none}

.paypal-acheter-button p{color:#fff; background-color:#333; opacity: 0.6; padding:10px;}
#frameless-parachute {
		position: absolute;
		width: 100%;
		 height:1000px;
		top: 750px;
		 background-image:url('img/water-sea.jpg') !important;background-repeat:no-repeat;
		 background-position:center;background-size:cover;
		 border-top-left-radius: 180px;
	border-top-right-radius: 180px;
	border-bottom-left-radius: 180px;
	border-bottom-right-radius: 180px;
		}
		#content article .content-home {
				width:100%;
margin:0 auto;
padding:0px 50px 0px 50px;
				text-align: justify;
				position:relative;

	}
	.news-header {
	    margin: 0 auto!important;
	    width: 100%;
	    text-align: center;
	margin-left:0px !important;
	}

	#english-channel {
		position: absolute;
		top: 1800px;
		 background-image:url('img/bliss.jpg') !important;background-repeat:no-repeat;background-position:center;
		 background-size:cover;
	width: 100%;
		 height:800px;
		 border-top-left-radius: 180px;
		 border-top-right-radius: 180px;
		 border-bottom-left-radius: 180px;
	border-bottom-right-radius: 180px;
		}
	#content h1 {
		width:100%;
		margin-left:0px !important;
		margin-bottom:10px !important;
		text-align:center;
			color:#21a97e;
		font-family: 'Moniqa', sans-serif !important;
			font-size:10vw !important;
		font-weight: normal;
		line-height: 65px;
		}

		#about {
			position: absolute;
			top: 2670px;
			 background-image:url('img/orangefilledworld.jpg') !important;background-repeat:no-repeat;
			 background-position:center;background-size:cover;
		width: 100%;
			 height:1000px;
			 border-top-left-radius: 180px;
			 border-top-right-radius: 180px;
			 border-bottom-left-radius: 180px;
		border-bottom-right-radius: 180px;
			}



.bliss-image{width:100%; margin:0 auto;max-width:500px;}
.image-front{}
.col-lg-4{}
.news{margin:0 auto !important; width:100%}

.footer{font-size:1em}

h2.lemur {
	float: left;
	width: 100%;
	background-color: #333;
	font-family: 'Moniqa';
	height:30px;
		font-size: 10vw;
		position: absolute;
		top: 0;
		font-weight:bold;
		text-align: right;
		padding-right: 10px;
		color:#FFF !important;
}

.lemur a{color:#FFF !important;}

.logo h1 {
    color: #21a97e;
    font-family: 'Moniqa';
    font-size: 16vw;
    margin-top: 60px;
margin-left: 20px;
}

}


@media screen and (max-width: 1024px)  and (orientation: landscape) {

	.logo h1 {
	    color: #21a97e;
	    font-family: 'Moniqa';
	    font-size: 12vw;
	    margin-top: 60px;
	margin-left: 20px;
	}

	h2.lemur {
	    float: left;
	    width: 100%;
	    background-color: #333;
	    font-family: 'Moniqa';
	    height: 65px;
	    font-size: 10vw;
	    position: absolute;
	    top: 0;
	    font-weight: bold;
	    text-align: right;
	    padding-right: 10px;
	    color: #FFF !important;
	}

	.hey-content {
    min-height: 100vh;
    font-family: "Moniqa", sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 200px;
    right: 60px;
}

	#content article .content-home {
		width:100%;
margin:0 auto;
padding:0px 50px 0px 50px;
		text-align: center;
		position:relative;
		float:left;

}

#manned-flight {
	position: absolute;
	top: 0px;
	background-image:url('img/merrybggreen1.jpg') !important;background-repeat:no-repeat;background-position:center;
	background-position: top;
	background-size: cover;
	background-position: top;
	height:700 px;
	border-bottom-left-radius: 20%;
	border-bottom-right-radius: 20%;
	}

.bliss-image{width:60%; margin:0 auto;}



}



@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

	.bliss-image{margin:0 auto;}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		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:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
