/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

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

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

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

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

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*
A Web Designer’s Typographic Boilerplate
Ian Yates
http://enva.to/18Tx7XB

licensed under WTFPL 
http://www.wtfpl.net/
*/

/*
text-rendering
http://aestheticallyloyal.com/public/optimize-legibility/
*/

body  	{ 	text-rendering: optimizeLegibility; 	}
.foo  	{ 	text-rendering: optimizeSpeed; 		}

/*
-webkit-font-smoothing
http://maxvoltar.com/sandbox/fontsmoothing/
*/

body,
input,
button 	{	-webkit-font-smoothing: antialiased; 	}

/*
base
*/

html 	{	font: 100%/1.5 Arial, sans-serif;	}

/*
headings
based on an old version of normalize.css
*/

h1 		{ 	font-size: 2em;		/* 2*16 = 32 */ 	}
h2 		{ 	font-size: 1.5em;	/* 1.5*16 = 24 */ 	}
h3 		{ 	font-size: 1.17em;	/* 1.17*16 = 18.72 */ 	}
h4 		{ 	font-size: 1em;		/* 1*16 = 16 */ 	}
h5 		{ 	font-size: 0.83em;	/* 0.83*16 = 13.28 */ 	}
h6 		{ 	font-size: 0.75em;	/* 0.75*16 = 12 */ 	}

/* 
paragraphs 
*/

p 		{ 	line-height: 1.5;
			margin: 0 0 1em;	}

.indent p+p 	{	text-indent: 2em;
			margin-top: -1em;	}

/*
cross-browser hyphenation
http://kenneth.io/blog/2012/03/04/word-wrapping-hypernation-using-css/
*/



a,
a:visited 	{	text-decoration: underline;	}

a:hover		{ 	text-decoration: none; 		}

/* if you want to get specific with your links */
a[href$=".zip"] { 	color: tomato; 			}

/*
assumed bits and bobs
because assume makes an ass out of u and me..
*/

strong 		{	font-weight: bold;		}
em 		{	font-style: italic;		}

/*
code snippets
*/

code,
pre 		{	font-family: monospace, serif;
    			font-size: 1em;			}

/*
blockquotes
*/

blockquote 	{	font-style: italic; 		}

blockquote:before {	content: "\201C";
			display: inline-block;
			padding-right: .4em;		}

/*
print styles taken from HTML5 Boilerplate
https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
*/

@media print {

    	* {	background: transparent !important;
        	color: #000 !important; /* Black prints faster: h5bp.com/s */
        	box-shadow: none !important;
        	text-shadow: none !important;			}

 	p,
    	h2,
    	h3 {	orphans: 3; /* http://css-tricks.com/almanac/properties/o/orphans/ */
        	widows: 3; 	/* http://css-tricks.com/almanac/properties/w/widows/ */}

    	h2,
    	h3 {	page-break-after: avoid;						}
}   

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.clearfix{
	clear:both;
}

.content{
	width: 950px;
	height: 570px;
	background-color: #FFF;
	margin: 0 auto;
	position:relative;
	z-index: 0;
    font-family: 'Open Sans', sans-serif;
}

#enter{
	margin-left: -56px;
	position:absolute;
	top: 50px;
	left: 50%;
	z-index: 1;
	 -ms-transform: rotate(355deg); /* IE 9 */
    -webkit-transform: rotate(355deg); /* Chrome, Safari, Opera */
    transform: rotate(355deg);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	background: #656566;
}
#enter:hover{
	top: 55px;
}
#bg-right{
	width: 603px;
	height: 570px;
	float:right;
	background: url(../img/consulting-luxembourg.png);
}
#bg-left{
	width: 273px;
	height: 114px;
	float:left;
	background:url(../img/hieronimus-consulting.png);
	margin-top: 200px;
	margin-left:70px;
}
#eric{
	width: 300px;
	height: 337px;
	background:url(../img/eric-hierominus.png);
	position:absolute;
	bottom:0;
	left: 70%;
	margin-left: -200px;
}

#footer{
	margin: 0 auto;
	text-align:center;
	padding-top: 15px;
}

p, a{
	font-size: 13px;
}

a:link, a:visited{
	color: #FE8100;
}
a:hover, a:active{
	color: #000;
	text-decoration:none;
}



#logo{
	width: 273px;
	height: 114px;
	position:absolute;
	top:15px;
	right: 100px;
	background:url(../img/hieronimus-consulting.png);
}

.col{
	float:left;
	margin-top: 120px;
}
#un{
	width: 300px;
	margin-left: 180px;
}

#deux, #trois{
	width: 400px;
	margin-left: 25px;
	margin-top: 230px;
}
#deux{
	margin-left: 110px;
}
h2{
	text-transform: uppercase;
	color: #e95c0f;
	font-size: 17px;
	background: url(../img/h2.png) center left no-repeat;
	padding: 45px;
}


/* MEDIA QUERIES */


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.content{
	width: 712px;
	height: 570px;
	margin: 0 auto;
	position:relative;
	z-index: 0;
    font-family: 'Open Sans', sans-serif;
    }
    
    
    #bg-left {
    width: 273px;
    height: 114px;
    float: left;
    background: url(../img/hieronimus-consulting.png);
    margin-top: 10px;
    margin-left: 70px;
}

.col {
    float: none;
}

#un {
    width: 90%;
    margin-left: 110px;
    padding-top: 200px;
}
#deux, #trois {
    width: 90%;
    margin-left: 110px;
    margin-top: 0px;
   
}
#deux{
	padding-top: 110px;
}
	.hfeed{}
	.site-header{width:100%;padding:0;}
	.site-main{width:100%;padding:0;overflow:auto;}
	.content-area{width:100%;padding:0;float:left;display:inline;}
	.widget-area{width:100%;padding:0;float:right;display:inline;}
	.site-footer{width:100%;padding:0;}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
	.content{
		width: 252px;
		padding: 0;
		
	}
	
	#bg-left {
    width: 273px;
    height: 114px;
    float: left;
    background: url(../img/hieronimus-consulting.png);
    margin-top: 10px;
    margin-left: -10px;
}

.col {
    float: none;
}

#un {
    width: 90%;
    margin-left: 0px;
    padding-top: 200px;
}
#deux, #trois {
    width: 90%;
    margin-left: 0px;
    margin-top: 0px;
}
#deux{
	padding-top: 90px;
}

#logo {
    width: 273px;
    height: 114px;
    position: absolute;
    top: 15px;
    right: 0px !important;
    background: url(../img/hieronimus-consulting.png);
}

#wrapper{
	background: none !important;
}


#bg-right {
    width: 603px;
    height: 570px;
    float: right;
    background: url(../img/consulting-luxembourg.png);
    margin-right: -80px;
}
	.hfeed{width:100%;padding:0;}
	.site-header{width:100%;padding:0;}
	.site-main{width:100%;padding:0;}
	.content-area{width:100%;padding:0;}
	.widget-area{width:100%;padding:0;}
	.site-footer{width:100%;padding:0;}

	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.content{
		width: 436px;
		padding: 0;
	}
	
	
	.hfeed{width:100%;padding:0;}
	.site-header{width:100%;padding:0;}
	.site-main{width:100%;padding:0;}
	.content-area{width:100%;padding:0;}
	.widget-area{width:100%;padding:0;}
	.site-footer{width:100%;padding:0;}

	
}


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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

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