/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

body, html { font-size: 100%; padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
				-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ms-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: 'HelveticaWorld', Calibri, Arial, sans-serif;
	color: #fff;
	background: #000;
	
	font-weight: 300;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.main,
.container > header {
	width: 100%;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.main {
/*	max-width: 69em;*/
	min-height: 600px;
	padding: 2em 0 0 0;
}

.side {
	float: right;
	width: 5%;
	padding-right: 20px;
	min-width: 320px;
}

.main p {
	font-size: 2em;
	padding: 0 1em;
	margin: 0;
	line-height: 1.5;
	float: right;
	width: 70%;
}

.container > header {
   background-attachment: fixed;
    background-image: url("../images/heda_degrad.png");
    background-position: left top;
    background-repeat: repeat-x;
  height: 100px;
    position: absolute;
    text-align: right;
    top: 0;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;

	color: #e7e3d6;
	font-weight: 300;
	    margin-right: 5%;
/*	-webkit-box-reflect: below -26px -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e7e3d6));*/



}
.container > header::selection {
	background-color:#2c0202;
	
	}
	.container > header::-moz-selection {
	background-color:#2c0202;
	
	}

.container > header >  a > img {
  position: absolute;
    right: 1%;
    top: 16%;	max-width:64px;

	
	}

.container > header {
/*	display: block;
	font-size: 60%;
	color: rgba(255,255,255,0.7);*/

}

/* Header Style */
.codrops-top {

	text-transform: uppercase;
	position: relative;
	font-size: 0.68em;


	line-height: 2.2;
	z-index:1;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #e7e3d6;
	display: inline-block;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ms-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.99);
	color: #000;
}

.codrops-top span.right {
	float: left;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

