/*
	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
\*------------------------------------*/

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
/* 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:95.5%;
}
body {
	font-family: 'Abel', sans-serif;
	color:#fff;
	background: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	letter-spacing: 1px;
	overflow-x: hidden !important;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#fff;
	text-decoration:none;
	transition: all ease 0.6s;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;

}

a.border-button {
	padding: 10px;
	background: white;
	color: #000;
	position: relative;
	top: 20px;
	font-size: 10px;
	font-weight: 600
}

a.border-button:hover {
	background: #ff0000;
	color: #fff;

}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

ul {
	margin: 0 !important;
	padding: 0 !important;
}

h1, h2 {
	font-size: 2em;
	text-transform: uppercase;
	line-height: 1em;
	margin: 5px 0 5px 0;
	padding: 0;
}
.fp-controlArrow.fp-next,.fp-controlArrow.fp-prev {
	border: 0 !important;
}
.fp-controlArrow.fp-next::after {
  content: "›";
  color: #444;
  font-size: 4em;
  margin-left: -20px;
}

.fp-controlArrow.fp-prev::after {
  content: "‹";
  color: #444;
  font-size: 4em;
  margin-right: -20px;
}

.fp-controlArrow.fp-next::after:hover,.fp-controlArrow.fp-prev:hover {
	color: #888	
}
#home::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5	;
	top: 0;
	left: 0;
	z-index: 0
}

::-webkit-input-placeholder {
   letter-spacing: 5px;
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   letter-spacing: 5px;
   text-align: center;
}

::-moz-placeholder {  /* Firefox 19+ */
   letter-spacing: 5px;
   text-align: center;
   
}

:-ms-input-placeholder {  
   letter-spacing: 5px;
   text-align: center;
}

input.submit {
	border: 1px solid #fff !important;
	width: auto !important;
	color: #fff;
	background: #000;
	margin: 0 0 0 10px
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.pagination {
	margin:20px;
	text-align: center;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
img.home-page-icon {
	width: 45px;
	display: inline-table;
	vertical-align: middle;
	margin-right: 2px;
	padding: 10px
}

img.home-page-icon:hover {
	background: #f00;
}

main {
	display: none;
	width: 100vw;
}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}

section {
	overflow: hidden;
	margin:0 !important;
	padding: 0 !important;
}

.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999999
}

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	text-align: center;
	transition: .5s ease;
}

.header:hover {
	background: rgba(0,0,0,0.95)

}

.header-bg {
	background: rgba(0,0,0,0.95);
	transition: .5s ease;
}

.header-column {
	display: inline-table;
	vertical-align: text-top;
	margin: 5px;
}
/* logo */
.logo {
	position: relative;
	top: 50vh;
	transform: translateY(-50%);
		transition: all ease 1s

}
.logo-img {

}

.logo-container {
	position: relative;
	text-align: center;
	width: 100%;
}
/* nav */

.off{
	opacity: 0;
	transition: all ease 1s
}
.menu-logo {
	float: left;
	display: none;
	margin: 10px 0 0 5%

}

.menu-logo img{
	width: 145px;

}


.image-on {
	display: block !important;
}
.menu-off {
	float: right;
	text-align: right;
	margin-right: 5%;
}
.nav {
	width: 50vw;
}

.nav ul {
}
.nav ul li {
	list-style: none;
	text-decoration: none;
	padding: ;
	display: inline-table;
	margin: 20px 2%;
}

.nav ul li a{
		font-size: 1em;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
}

.nav ul li a:hover{
		font-size: 1em;
		color: #888;
}

.nav ul li:hover{
	color: #f00;		
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	position: fixed;
	bottom: 5%;
	left: 250px;
	z-index: 99999
}

p.copyright , .copyright a {
	color: #fff;
}

span.border {
	width: 100px;
	border: 1px solid #fff;
	margin: 10px auto;
	text-align: center;
	display: inline-block;
	margin-left: 0 auto;
	margin-right: 0 auto;
	display: none;
}

span.border-nav {
	width: 50px;
	border: 1px solid #fff;
	margin: 5px;
	text-align: center;
	display: inline-block;
	margin-left: 0 auto;
	margin-right: 0 auto;
}

.slide {
	background-size: cover;
	
}

.port-container {
	width: 30%;
	color: #444;
	text-align: left;
	margin-left: 5%;
	display: inline-table;
}

.port-container h2{
	font-size: 3em;
}

.content-container ul li, .port-container ul li {
	list-style: none;
}

.content-container h2 {
    position: relative;
    margin: 0 !important;
    top: 7px;
}

.slide::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .2;
	top: 0;
	left: 0;
	z-index: 0
}

.fp-tableCell {
	z-index: 99
}

.port-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .2;
	top: 0;
	left: 0;
}

.vid_description {
	position: absolute;
	bottom: 287px;
	left: 0;
}

#contact .fp-tableCell, #home .fp-tableCell,  #about .fp-tableCell, #work .fp-tableCell, #partners .fp-tableCell, #calendar .fp-tableCell, #reach .fp-tableCell{
	top: 0 !important;
	left: 0 !important;
}

.sign-up {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0, 0.7);
	width: 100%;
	z-index: 9999999999999999999999999999999999999999999999999999999999999 !important;
	display: none;
	color: #fff
}

.sign-up-titles {
	float: left;
	margin: 5px 0 5px 5%;
	
}

.sign-up-titles a:hover {
	color: #f00
}
.sign-up form table{
	margin:  20px 5% 5px 0;
	float: right;
}

.sign-up input {
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #fff;
	width: 20vw;
	color: #fff !important;
}

.sign-up form {
	color: #fff !important;
}
.sign-up input::placeholder {
	letter-spacing: 2px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
#blog-body {
	background: #000 !important;
}

.blog-page-title {
	margin:  70px auto;
	width: 100%;
	text-align: center;
}

#fullpage {
	background: #000;	
	display: none;
}

.scroll-down-container {
	position: absolute;
	left: 0;
	top: 85vh;
	text-align: center;
	width: 100%;
	
}

.floating{
    float: left;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;


}

.sub-column {
	display: inline-table;
	width: 49%;
	text-align: left;
	margin: 0 !important;
	padding: 0 2%;
}

.kb-nav {
	position: absolute;;
	bottom: 10%;
	right: 10%;
	text-align: center;
	padding: 1%;
	background-color: rgba(0,0,0,0.75);
	z-index:9999999999999999999999999999999999999999999999999999999999999999999999999999999999999
}

#about {
	text-align: center;	
	background:#000;
	opacity: 1;
	transition: all 1s ease;
	padding-top: 25px;
}

#about .column {
	display: inline-table;
	width: 30%;
	text-align: left;
	padding: 2%;
	vertical-align: text-top;
}

.founder_container {
	background: #000;
}
.who {
	
}

#about .founder {
	width: 600px;
	background: #000;
	text-align:center;

}

#about .founder h1 {
	text-align: left;
	margin-bottom: 20px;
}
@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}

#home {
	
}

#calendar {
	background-color: #000 ;
}

.calendar-container {
	padding: 0 20%;	
}

.eo-fullcalendar .fc-view>table>thead {
    background: transparent !important;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.eo-fullcalendar .fc-view>table>tbody {
    background: transparent !important;
}

.fc-state-default {
    background-color: transparent !important;
	border: 0 !important;
    color: #fff !important;
    text-shadow: 0 !important;
    box-shadow: 0 !important;
}

.eo-fullcalendar-reset .fc-content-skeleton table, .eo-fullcalendar-reset .fc-content-skeleton tbody, .eo-fullcalendar-reset .fc-content-skeleton td, .eo-fullcalendar-reset .fc-content-skeleton th, .eo-fullcalendar-reset .fc-content-skeleton tr, .eo-fullcalendar-reset .fc-content-skeleton tr:nth-child(even), .eo-fullcalendar-reset .fc-content-skeleton tr:nth-child(odd), .eo-fullcalendar-reset .fc-view-container td, .eo-fullcalendar-reset .fc-view-container th, .eo-fullcalendar-reset .fc-view-container tr {
    margin: 0!important;
    padding: 2px!important;
    background: 0 0;
}
h1.about-title {
	font-size: 2.5em;
	margin-bottom: 10px;	
}

.fp-viewing-1 #about {
	opacity: 0.1
}

#work {
	text-align: center;
	background: #fff;
}

#work {
	text-align: center;
	color: #444;
}

#work .column {
	display: inline-table;
	width: 30%;
	text-align: left;
	padding: 2%;
	margin: 10px;
	vertical-align: text-top;
}

.founder_container {
	background: #111;
}
#work .who {
	width: 40%;
}

#work .founder {
	width: 600px;
	text-align:left;

}

#work .about-title {
	color: #444;
}


#work .founder {
	width: 20%;
}

ul#menu-clients li a{
	color: #f00;
	padding-left: 5px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	
}

ul#menu-clients li a:hover{
	color: #444;	
}

#contact,  {
	background: #000;	
	height: 70vh !important;	
	text-align: left;

}

#partners {
	text-align: center;
	height: 100vh;
	background: #fff;

}
#partners .column {
	position: relative;
	display: inline-table;
	width: 60%;
	padding: 2%;
	margin: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #444;
}

#reach {
	height: 40vh !important;
	text-align: center;
	position: relative

	
}

#reach .column {
	position: absolute !important;
	display: inline-table;
	padding: 20px;
	top: 50%;
	transform: translate(-50% , -50%);
	color: #fff;
}

ul.social {
	margin-top: 10%;	
}

ul.social li {
	display: inline-table;
	padding: 15px;
	margin: 10px;
	border-radius: 100%;
	border: 3px solid #000
}

ul.social li a{

}

ul.social li:hover {
	border: 3px solid #f00;
}
.title-container {
	position: absolute;
	text-align: right;
	transform: translateX(-100%);
	-webkit-transform:translateX(-100%);
	margin-left: -20px;
}

.title-container h1{
	margin: 0;
	padding: 0;
	font-size: 5em;
}

.text-container {
	width: 100%;
}

.news-container {
	width: 70%;
	color: #fff !important;
}

article.post, article.event {
    width: 600px !important;
    display: inline-table;
    vertical-align: text-top;
    color: #111 !important;
    margin: 40vh 20px 15px 0;
    /* margin: 0 auto; */
    padding: 2%;

}

#post-page {
	width: 500px !important;
}


article.post h2 {
	padding: 0;
	margin: 0;
	color: #fff !important;

}

article.post a, #contact .title-container h1{

	color: #000 ;

}

.article-image {
	width: 25vw !important;
	height: 25vh !important;
	margin: 0 0 0 0 !important;
	float: left !important;
	padding: 0 !important;
	margin: 

}

.type-event {
	color: #000 !important;	
}

.article-image:hover {
	background-size: 125% 125%;
	animation: background 3s ease; 


}

@keyframes background {
    0% {background-size: 125%;}
    33% {background-size: 135%;}
    69%	{background-size: 145%;}
    100 {background-size: 150%;}
}


.page-image {
	width: 450px !important;
	height: 550px !important;
	position: relative;
	display: inline-table;
	vertical-align: text-top;
	margin: 20px 0;
}

.details-container {
	width: 80%;
	margin: 0 auto;
}

.text-bg {
	background: #000;
	padding: 5px;
	line-height: 15px;
	
}

#overlay h2 {
	margin: 10px 0 0 0;
	line-height: 1.5em;	
	font-size: 15px !important;
}

#overlay    { 
	background: rgba(0,0,0,.75);
   text-align:left;
   opacity:1;
   -webkit-transition: opacity .25s ease;
   -moz-transition: opacity .25s ease;
   height: 100%;
}

.info-container {
	position: relative;
	padding: 5%;
}

p.overlay-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 5px auto;
	position: relative;
	font-size: 10px;

}
.article-image:hover #overlay {
               opacity:1;
               	background: rgba(0,0,0,0.25);

               }

#plus       {  
   font-family:Helvetica;
   font-size:10px;
 }
 
 #plus a {
	background: #ff0000;
	color: #fff;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	opacity: .5;
	transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    text-transform: uppercase;
	text-align: center;
	position: relative;
	border: 4px solid #ff0000;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
 }

 #plus a:hover {

	opacity: 1;
	
}

.image-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 40vh;
}

.content-column {
    width: 100vw;
    /* float: right; */
    padding: 70px 0 0 0;
    background: #fff;
    min-height: 100vh;
    top: 50%;
    text-align: center;
}

.content-container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	
}

.fp-tableCell {
	width: 100vw;
	
}

.eo-fullcalendar-reset.fc-unthemed .fc-today {
background: transparent !important;
}

.post-container a {
	color: #f00 !important;
}

span.date {
	display: none;
}
ul.eo-event-meta li {
	list-style: none;
}

.eo-venue-map{
z-index:9999999999 !important;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	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;
}

@font-face {
font-family: AHAMONO-Regular;
src: url("http://mormorstudio.com/wp-content/themes/html5blank-stable/fonts/AHAMONO-Regular.otf") format("opentype");
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (max-width:480px) {
#overlay h2 {
	margin: 10px 0 0 0;
	line-height: 1em;	
	font-size: 10px !important;
}
	.kb-nav {
		display: none;	
	}
	
	.header {
    position: fixed;
    top: 50px;
    left: 20px;
    z-index: 999;
}

.fp-tableCell {
    display: table-cell;
    width: 100vw !important;
    height: 100%;
    position: relative;
    top: 175px;
    left: 150px;
}



.footer {
	position: fixed;
	bottom: 1%;
	left:25px;
	z-index: 99999;
	width: 275px
}
.vid_description {
		position: absolute;
	bottom: 260px;
	left: -125px;
}
#menu-clients li
 {
	 width: 250px;
 }
 
 .port-container ul{
	 height: 100px;
	 overflow: hidden;
	 position:relative; 
 }
 
  .port-container ul::after{
	 display: block;
	 content:"+";
	 color: white;
 }
 
  .port-container ul li{
	 display:inline-table;
 }
 
 .article-image {
	width: 50vw !important;
	height: 25vh !important;
	position: relative;
	display: inline-table;
	margin: 0 0 0 0;
	float: left;
	padding: 0 !important;
	margin: 

}

.port-container {
    width: 100% !important;
    color: #444;
    text-align: left;
	padding: 20%;
	margin: 0
}

#about .founder {
	width: 100vw !important;
}

.sub-column {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 !important;
    padding: 0 5%;
}

#about .column {
    display: inline-table;
    width: 100%;
    text-align: left;
    padding: 5% 5%;
    vertical-align: text-top;
}

#work .column {
    display: inline-table;
    width: 100%;
    text-align: left;
    padding: 5%;
    margin: 10px;
    vertical-align: text-top;
}

#work .founder{
    display: none;

}

#contact, #calendar {
}

.content-container {
	position: relative;
	top: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	text-align: center;
	padding: 5% 0;
}

#overlay h2 {
	font-size: 1.5em;
	line-height: 1.5em;
}
article.post, article.event {
    width: 300px !important;

}
 }
@media only screen and (max-width:768px) {
article.post, article.event {
    width: 300px !important;

}

.image-column {
	position: relative;
	display: block;
	top: 0;
	width: 100vw;
	height: 30vh;
}

.content-column {
	width: 100vw;
	float: right;
	padding: 70px 0 0 0 ;
	background: #fff;
	min-height: 100vh;
}

}
@media only screen and (min-width:1024px) {

}
@media only screen and (max-width:1140px) {
.article-image {
	width: 50vw !important;
	height: 25vh !important;
	position: relative;
	display: inline-table;
	margin: 0 0 0 0;
	float: left;
	padding: 0 !important;
	background-size: cover !important;

}

#about .content-container {
    position: relative;
    top: 0;
    transform: translateY(0);
    text-align: center;
}

}

@media only screen and (max-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;
	}
}
