/*  Le sexy Entypo
============================================================= */

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

}

@font-face {
	font-family: 'fontello';
	src: url("../font/fontello.eot");
	src: url("../font/fontellod41d.eot?#iefix") format('embedded-opentype'), url("../font/fontello.woff") format('woff'), url("../font/fontello.ttf") format('truetype'), url("../font/fontello.svg#fontello") format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	line-height: 1em;
}

.icon-location:before { content: '\61'; } /* 'a' */
.icon-twitter-circled:before { content: '\41'; } /* 'A' */
.icon-facebook-circled:before { content: '\42'; } /* 'B' */
.icon-gplus-circled:before { content: '\43'; } /* 'C' */
.icon-megaphone:before { content: '\62'; } /* 'b' */
.icon-rocket:before { content: '\63'; } /* 'c' */


/* Reset le elements
================================================================ */


html, body, div, span, input, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;	
}

/* Oh cherie, le sexy body!
================================================================ */

html {
	background: url('../images/new-york.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
}

/* Make the div's sexy and awesome!
================================================================ */

.wrapper-outer {
	overflow: ;
	width: 100%;
}

.wrapper-inner {
	position: absolute;
	float: left;
	top: 40%;
	left: 50%;
}

.description {
	position: relative;
	float: left;
	left: -50%;
	margin-top: -100px;
}

.description .headline {
	opacity: 0;

	font-weight: 900;
	text-shadow: 0px 1px 2px rgba(0,0,0,.8);
}

.description .headline:nth-child(1) {
	font-family: 'lavanderia_sturdysturdy';
	font-size: 4.5em;
	line-height: 1.1em;
	font-weight: 400;
}

.description .headline:nth-child(2) {
	font-size: 2.62em;
}

.description .headline:nth-child(3) {
	font-size: 1.67em;
	font-weight: 300;
	font-style: italic;
}

.description .headline:nth-child(4) {
	font-size: 3em;
}

.social-media {
	position: absolute;
	bottom: 2em;
	right: 2em;
	list-style-type: none;
}

.social-media li {
	display: inline;
	margin: 0 .15em;

	font-size: 2.25em;
}

.social-media li i {
	text-shadow: 1px 1px 3px rgba(0,0,0,.55);
}

/* le font needs to be sexy too!
================================================================ */

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

/* le media qûerís
================================================================ */

@media screen and (max-width: 1000px) {

body {
	font-size: 0.8em;
}

}

@media screen and (max-width: 600px) {

body {
	font-size: 0.6em;
}

}

@media screen and (max-width: 400px) {

body {
	font-size: 0.5em;
}

}


