/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face{
    font-family: DIN_LT_PRO;
    src: url('fonts/DINNextLTPro-Regular.otf');
}
@font-face{
    font-family: DIN_LT_PRO_LIGHT;
    src: url('fonts/DINNextLTPro-LightCondensed.otf');
}
@font-face{
    font-family: DIN_LT_PRO_MEDIUM;
    src: url('fonts/DINNextLTPro-MediumCond.otf');
}
@font-face{
    font-family: DIN_LT_PRO_CONDENSED;
    src: url('fonts/DINNextLTPro-Condensed.otf');
}


body{
    margin: 0;
    padding: 0;
}
a{
    color:#000;
    text-decoration: none;
}
a:visited{
    color:#000;
    text-decoration: none;
}
.content{
    width: 900px;
    margin: 0 auto;
}
.menu{
    margin: 0 auto;
    margin-top: 49px;
    top: 50px;
    background-color: none;
    font-family: DIN_LT_PRO;
    font-size: 11px;
    z-index:10000;
}
.menuhoverimage{
    position: absolute;
    z-index: -1;
}

.A{
    margin-left: -8px;
    margin-top: -18px;
}
.W{
    margin-left: -9px;
    margin-top: -18px;
}
.AC{
    margin-left: -3px;
    margin-top: -18px;
}
.C{
    margin-left: -1px;
    margin-top: -18px;
}
.J{
    margin-left: -11px;
    margin-top: -18px;
}

.promsite{
    display: grid;
    grid-template-rows: repeat(1fr,2);
    position: fixed;
    bottom: 0%;
    margin-bottom: 15px;
    margin-left: 15px;
    z-index:10000;
}

.promsite a{
    text-align: right;
    font-size: 10px;
    margin-right: 10px;
}

.menu ul{
    list-style: none;
    text-align: center;
    padding: 0px;
}

.disabled{
    position: relative;
    border-bottom: 1px solid #000;
}

.menu ul li{
    display: inline;
    padding-left:11px;
    padding-right: 8px;
    padding-top: 9px;
    padding-bottom: 5px;
    margin: 0 6px;
    border: 1px solid #ffffff; 
}
.active{
    border: 1px solid #ffffff;   
}
#jobs a{
    position: relative;
    left: -1px;
}
.menu ul li a{
    color:#000000;
    text-decoration: none;
    z-index: 10;
}
.menu li a:visited{
    color:#000000;
    text-decoration: none;
}
.menu li a:hover{
    color: #000000;
    text-decoration: none;
    background-color: #000;
    -webkit-transition: background-color 80ms linear;
    -moz-transition: background-color 80ms linear;
    -o-transition: background-color 80ms linear;
    -ms-transition: background-color 80ms linear;
    transition: background-color 80ms linear;
}

.splash{
    position: relative;
    margin: 0 auto;
    margin-top: 16px;
    /*margin-bottom: 100px;*/
    float: center;
    text-align: center;
    z-index: 100;
}
.home{
    width: 800px;
    height: 310px;
    margin: 0 auto;
    text-align: center;
}
.estdate{
    font-family: DIN_LT_PRO;
    font-size: 10px;
}
.studio{
    font-family: DIN_LT_PRO_MEDIUM;
    font-size: 100px;
    letter-spacing: 10px;
    padding-left: 9px;
}
.tagline{
    font-family: DIN_LT_PRO_LIGHT;
    font-size: 22px;
    height: 22px;
    line-height: 19px;
    letter-spacing: 1px;
    /*padding-bottom:18px;*/
    /*padding-top: 14px;*/
}
.tagline .behance{
    font-family: DIN_LT_PRO_MEDIUM;
    color:#0055ff;
}
.tagline .behance:hover{
    background-color:#0055ff;
}
td.tagline{
    vertical-align: bottom;
    overflow: hidden;
    line-height: 14px;
    top: -4px;
    position: relative;
}

.facesInner{
    position: relative;
    margin: 0 auto;
    z-index: 1;
    width: 672px;
    top:-82px;
    height:300px;
}

.leftFace{
    float: left;
    width:300px;
    height: 300px;
    /*margin-left: 220px;*/
}
.leftFace img{
    width:300px;
    height: 300px;
}
.rightFace{
    float: right;
    /*margin-right: 220px;*/
}
.rightFace img{
    width:300px;
    height: 300px;
}
.graphics{
    position: absolute;
    width: 768px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10000;
    top:385px;
}
.graphics canvas{
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto;
}
.graphicslabel{
    position: relative;
    width: 300px;
    margin: 0 auto;
    font-family: DIN_LT_PRO;
    font-size: 11px;
    text-align: center;
    top: 78px;
}
.studioinfo{
    position: relative;
    width: 530px;
    margin: 0 auto;
    margin-top: 45px;
    line-height: 26px;
    font-family: DIN_LT_PRO_LIGHT;
    font-size: 22px;
    margin-bottom: 80px;
    margin-top:80px;
}
.studioinfotable{
    text-align: left;
    margin: 0 auto;
}
.rightinfo{
    width: 230px;
    vertical-align: top;
}
.middleinfo{
    width: 70px;
}
.leftinfo{
    width: 230px;
    vertical-align: top;
}
.logos{
    position: relative;
    margin: 0 auto;
    width: 330px;
    margin-bottom: 41px;
}
.moreinfo{
    font-family: DIN_LT_PRO;
    font-size: 11px;
    margin: 0 auto;
    position: relative;
    width: 530px;
    line-height: 19px;
    padding-bottom: 120px;
}
.infoInner{
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.infotable{
    font-family: DIN_LT_PRO;
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
    
}
.void{
    width: 325px;
}
.info{
    width: 250px;
}

.footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    font-family: DIN_LT_PRO;
    font-size: 10px;
    text-align: center;
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 10000;
}

.footerText a{
    color:#000000;
    text-decoration: none;
    border-bottom: solid 1px;
}

.footerText a:hover{
    color:#000000;
    text-decoration: none;
    background-color: #000;
}

/*.footer a{
    color:#000000;
    text-decoration: none;
    border-bottom: solid 1px;
}
.footer a:hover{
    color:#000000;
    text-decoration: none;
    background-color: #000;
}*/

.facebookLike{
    position: fixed;
    top:0px;
    left: 0px;
    margin-left: 20px;
    margin-top: 20px;
    visibility: hidden;
}
.address{
    position: absolute;
    top:225px;
    line-height: 25px;
    font-family: DIN_LT_PRO_LIGHT;
    font-size: 25px;
    text-align: center;
    z-index: 1000;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 900px;
    text-align: center;
}
.address a{
    text-decoration: none;
    color: #000;
}
.address a:visited{
    background-color: #fff;
}
.address a:hover{
    background-color: #000;
}

.map{
    position: relative;
    height: 431px;
    margin: 0 auto;
    top:-94px;
    z-index: 1;
    margin-bottom: -21px;
    overflow: hidden;
}

#map_canvas{
    width: 1000px;
    height: 431px;
    margin: 0 auto;
}
.social{
    position: relative;
    font-family: DIN_LT_PRO_MEDIUM;
    font-size: 100px;
    padding-left: 7px;
    text-align: center;
    letter-spacing: 10px;
}
.links{
    position: relative;
    font-family: DIN_LT_PRO_MEDIUM;
    font-size:21px;
    letter-spacing: 1px;
    z-index: 1000;
    text-align: center;
    padding-bottom: 150px;
}
.links a{
    text-decoration: none;
    color: #000; 
    margin: 0 7px;  
    color:#aaa;
}
/*a.facebook{
    color:#3B5998;
}
a.twitter{
    color:#3C8FC9;
}
a.behance{
    color:#005CFF;
}
a.behance{
    color:#005CFF;
}
a.vimeo{
    color:#00ADEF;
}
a.flickr{
    color:#0063DC;
}
a.flickr span{
    color:#FF0084;
}
a.instagram{
    color:#517FA4;
}
a.tumblr{
    color:#34506b;
}
a.oldsite{
    color:#ff0000;
}*/


a.facebook:hover{
    color:#3B5998;
}
a.twitter:hover{
    color:#3C8FC9;
}
/*.links .behance{
    font-family: DIN_LT_PRO_MEDIUM;
    color:#005CFF;
}*/
a.behance:hover{
    color:#005CFF;
}
a.vimeo:hover{
    color:#00ADEF;
}
a.flickr:hover{
    color:#0063DC;
}
a.flickr:hover span{
    color:#FF0084;
}
a.instagram:hover{
    color:#517FA4;
}
a.tumblr:hover{
    color:#34506b;
}
a.oldsite:hover{
    color:#ff0000;
}
a.playwithme{
    color:#000;
    font-family: DIN_LT_PRO_MEDIUM;
}
a.playwithme:hover{
    color:#000;
    font-family: DIN_LT_PRO_MEDIUM;
    background-color: #000;
}
.works{
    position:relative;
    width: 1070px;
    height: 110px;
    margin: 0 auto;
    top:-100px;
    z-index: 100;
    text-align: center;
    letter-spacing: 1px;
}
.leftworks a{
    border-bottom: solid 1px;
    color:#005CFF;
}
.rightworks a{
    border-bottom: solid 1px;
    color:#000;
}
.leftworks{
    float: left;
    color:#005CFF;
    width:200px;
}
.rightworks{
    float: right;
    color:#000;
    width:200px;
}
.topworks{
    font-family: DIN_LT_PRO_CONDENSED;
    font-size: 14px;
    margin-bottom: 23px;

}
.bottomworks{
    font-family: DIN_LT_PRO_LIGHT;
    font-size: 21px;
}
.leftworks .bottomworks a:hover{
    background-color: #005cff;
}
.rightworks .bottomworks a:hover{
    background-color: #000;
}

.workcontent{
    position: relative;
    left: 0;
    right: 0;
    top:30px;
    width: 530px;
    height: 162px;
    margin: 0 auto;
    z-index: 200;
}
.workbehance{
    float: left;
    border: 15px solid #005CFF;
    background-color: #005CFF;
    width:200px;
    height: 133px;
}
.workpwm{
    float: right;
    border: 15px solid #000;
    background-color: #000;
    width:200px;
    height: 133px;
}
.workbehance img:hover{
    /*-webkit-filter: hue-rotate(30deg);*/
    /*-webkit-filter: grayscale(100%);*/
}
.workpwm img:hover{
    /*-webkit-filter: grayscale(100%);*/
}

.more{
    position: relative;
    margin: 0 auto;
    font-family: DIN_LT_PRO_LIGHT;
    font-size: 22px;
    letter-spacing: 11px;
    text-align: center;
    top:-160px;
    width: 150px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.more img{
    margin-top: -17px;
}
.more span{
    padding-left: 10px;
}
.new{
    position: relative;
    margin: 0 auto;
    width: 125px;
    left:244px;
    top:-151px;
    z-index: 10000;
}
.newLabel{
    position: relative;
    font-family: DIN_LT_PRO_LIGHT;
    font-size: 21px;
    color: #ff0000;
    letter-spacing: 11px;
    top:92px;
    left: 18px;
    text-align: center;
}

.activity{
    position: relative;
    margin: 0 auto;
}
.activity ul{
    float: left;
    list-style: none;
    padding: 0;
    font-family: DIN_LT_PRO;
    font-size: 11px;
    margin-bottom: 34px;
}
.activitytype{
    width: 85px;
    margin-right: 19px;
	margin-left: 104px;
}
.activityinfo{
    width: 391px;
}
.activity ul li{
    margin: 5px 0;
}
.activity ul li span{
    padding: 5px 5px 3px 5px;
}
.activityinfo li span:hover{
    /*background-color:#00FFDA;*/
    cursor: pointer;
}
.yearblock{
    width:610px;
    margin: 0 auto;
    padding-top: 5px;
    overflow: hidden;
}
.year{
    text-align: center;
    font-family: DIN_LT_PRO_MEDIUM;
    font-size: 100px;
    letter-spacing: 10px;
    margin-bottom: -32px;
    padding-left: 9px;
}
#mediacontainer{
    position: absolute;
    width: 1060px;
    height: auto;
    /*background-color: #00FFDA;*/
    z-index: -1000;
}
#mediacontainer img{
    float:right;
    width: auto;
    height: auto;
}

#datecontainer{
    position: absolute;
    width: 310px;
    height: 16px;
    padding-top: 3px;
    font-family: DIN_LT_PRO;
    font-size: 11px;
    text-align: right;
    color: #000;
}
#datecontainer span{
    background-color: #00FFDA;
    padding: 5px 5px 3px 5px;  
}
.spacer{
    padding-bottom: 100px;
}

/* JOBS */
.withus{
    font-family: DIN_LT_PRO_MEDIUM;
    font-size: 100px;
    letter-spacing: 10px;
    padding-left: 5px;
    text-align: center;
    position: relative;
    top: 6px;
}
.withus span{
    border-bottom: 10px solid;
}

.withustag{
    font-family: DIN_LT_PRO_MEDIUM;
    font-size: 100px;
    letter-spacing: 10px;
    padding-left: 8px;
    text-align: center;
    line-height: 124px;
    color:#16dae8;
    width: auto;
}

.facesInnerJobs{
    width: 670px;
    margin: 0 auto;
    z-index: -1;
    margin-top:-299px;
    margin-bottom: 50px;
}

.leftFaceJobs{
    float: left;
    /*margin-left: 220px;*/
}
.rightFaceJobs{
    float: right;
    /*margin-right: 220px;*/
}
.leftFaceJobs img{
    width:300px;
    height: 300px;
}
.rightFaceJobs img{
    width:300px;
    height: 300px;
}

.jobs{
    position: relative;
    margin: 0 auto;
    width:540px;
    padding-bottom: 50px;
    top:74px;
}
.block{
     margin-bottom: 68px;
     line-height: 25px;
     padding-left: 4px;
}
.title{
    font-family: DIN_LT_PRO_LIGHT;
    font-size: 22px;
    color: #000;
    margin-bottom: 22px;
    line-height: 26px;
}
.title span{
   background-color: #ccc; 
   padding-left: 4px;
   padding-top: 2px;
   padding-right: 4px;
}

.text{
    font-family: DIN_LT_PRO;
    font-size: 12px;
    line-height: 18px;
    padding-top: 1px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.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;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}
@media only screen and (max-device-width: 480px) {
    html {
        -webkit-text-size-adjust: none;
    }
    body{
        -webkit-text-size-adjust:none;
    }
    .content{
        width: 768px;
        margin: 0 auto;
    }   
    .studio{
        font-family: DIN_LT_PRO_MEDIUM;
        font-size: 100px;
        letter-spacing: 10px;
    }
    .home{
        width: 728px;
    }
    .splash{
        margin-top: 20px;
        width: 728px;
    }

    .facebookLike{
        position: fixed;
        bottom:0px;
        left: 0px;
        margin-left: 10px;
        margin-bottom: 5px;
    }
    .address{
        width: 768px;
    }
    
    .works{
        width: 500px;
        top:0px;
        padding-top: 16px;
        padding-bottom: 14px;
        line-height: 18px;
        overflow: hidden;
    }
    .workcontent{
        top:0px;
        overflow: hidden;
    }
    .topworks{
        margin-bottom: 31px;
    }
    .more{
        top:-160px;
        overflow: hidden;
    }
    .map{
        width:670px;
    }
    #map_canvas{
        width: 670px;
    }
    .new{
        top:-210px;
        left:225px;
        /*overflow: hidden;*/
    }
    .withustag{
        
    }
    .jobs{
        width: 540px;
        top:20px;
    }
    .facesInnerJobs{
        margin-top:-343px;
        margin-bottom: 350px;
    }
    a.facebook{
        color:#3B5998;
    }
    a.twitter{
        color:#3C8FC9;
    }
    a.behance{
        color:#005CFF;
    }
    a.vimeo{
        color:#00ADEF;
    }
    a.flickr{
        color:#0063DC;
    }
    a.flickr span{
        color:#FF0084;
    }
    a.instagram{
        color:#517FA4;
    }
    a.tumblr{
        color:#34506b;
    }
    a.oldsite{
        color:#ff0000;
    }
    #mediacontainer img{
        width: 380px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
    html {
        -webkit-text-size-adjust: none;
    }
    body{
        -webkit-text-size-adjust:none;
    }
    .content{
        width: 768px;
        margin: 0 auto;
    }   
    .studio{
        font-family: DIN_LT_PRO_MEDIUM;
        font-size: 100px;
        letter-spacing: 10px;
    }
    .home{
        width: 728px;
    }
    .splash{
        margin-top: 20px;
        width: 728px;
    }
    .address{
        width: 768px;
    }
    .facebookLike{
        position: fixed;
        bottom:0px;
        left: 0px;
        margin-left: 10px;
        margin-bottom: 5px;
    }
    
    .works{
        width: 500px;
        top:0px;
        padding-top: 16px;
        padding-bottom: 14px;
        line-height: 18px;
        overflow: hidden;
    }
    .workcontent{
        top:0px;
        overflow: hidden;
    }
    .topworks{
        margin-bottom: 31px;
    }
    .more{
        top:-160px;
        overflow: hidden;
    }
    .map{
        width:670px;
    }
    #map_canvas{
        width: 670px;
    }
    .new{
        top:-210px;
        /*overflow: hidden;*/
    }
    .withustag{
        
    }
    .jobs{
        width: 540px;
        top:20px;
    }
    .facesInnerJobs{
        margin-top:-343px;
        margin-bottom: 350px;
    }
    a.facebook{
        color:#3B5998;
    }
    a.twitter{
        color:#3C8FC9;
    }
    a.behance{
        color:#005CFF;
    }
    a.vimeo{
        color:#00ADEF;
    }
    a.flickr{
        color:#0063DC;
    }
    a.flickr span{
        color:#FF0084;
    }
    a.instagram{
        color:#517FA4;
    }
    a.tumblr{
        color:#34506b;
    }
    a.oldsite{
        color:#ff0000;
    }

    #mediacontainer img{
        width: 380px;
    }
}
/* Galaxy tab 10.1 */
@media (max-device-width: 1280px) and (orientation: portrait) { 
    html {
        -webkit-text-size-adjust: none;
    }
    body{
        -webkit-text-size-adjust:none;
    }
    .content{
        width: 768px;
        margin: 0 auto;
    }  
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}
