@font-face {
    font-family: 'bariol';
    src: url('/fonts/bariol_bold-webfont.eot');
    src: url('/fonts/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bariol_bold-webfont.woff') format('woff'),
         url('/fonts/bariol_bold-webfont.ttf') format('truetype'),
         url('/fonts/bariol_bold-webfont.svg#bariol_boldbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'bariol';
    src: url('/fonts/bariol_regular-webfont.eot');
    src: url('/fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bariol_regular-webfont.woff') format('woff'),
         url('/fonts/bariol_regular-webfont.ttf') format('truetype'),
         url('/fonts/bariol_regular-webfont.svg#bariol_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'bariolregular_italic';
    src: url('/fonts/bariol_regular_italic-webfont.eot');
    src: url('/fonts/bariol_regular_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bariol_regular_italic-webfont.woff2') format('woff2'),
         url('/fonts/bariol_regular_italic-webfont.woff') format('woff'),
         url('/fonts/bariol_regular_italic-webfont.ttf') format('truetype'),
         url('/fonts/bariol_regular_italic-webfont.svg#bariolregular_italic') format('svg');
    font-weight: normal;
    font-style: italic;

}

body {
	font: 100% 'bariol', helvetica, arial, sans-serif;
	background: #fff;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
}



#info {
	position: absolute;
	top: 50%;
	margin-top: -180px;
	width: 500px;
	height:250px;
	left:50px;
}

header h1 {
	font-size:24px;
	font-weight: bold;
	line-height: 0.5em;
}

header h2 {
	opacity: 0.55;
	font-weight: bold;
	font-size:24px;
}

#social {
	font-size: 24px;
}

#social ul {
	line-height: 1.1em;
	margin-top: 12px;
	list-style: none;
	margin-bottom: 12px;
}

#social ul li a {
	text-decoration: none;
	font-weight: normal;
	font-size: 24px;
	color:#000;
}

#social ul li.contact {
	margin-top:12px;
}

#social ul li.contact a {
	font-weight: bold;
}

#social ul li.contact a span {
	opacity:0;
	font-weight: normal;
	font-style: italic;
	width: 300px;
	display: inline-block;
	transition: opacity .25s ease-in-out;
 	-moz-transition: opacity .25s ease-in-out;
 	-webkit-transition: opacity .25s ease-in-out;
}

#social ul li.contact a:hover span {
	opacity: 0.5;
}