@font-face { 
	font-family: 'bowlby-onet'; 
	src: url('../fonts/bowlby-one/BowlbyOne-Regular.ttf') 
	format('truetype');
}

@font-face { 
	font-family: 'comfortaa'; 
	src: url('../fonts/comfortaa/Comfortaa-Bold.ttf') 
	format('truetype');
}

@font-face { 
	font-family: 'droid-sans'; 
	src: url('../fonts/droid-sans/DroidSans-Bold.ttf') 
	format('truetype');
}

@font-face { 
	font-family: 'nunito'; 
	src: url('../fonts/nunito/Nunitoa-Bold.ttf') 
	format('truetype');
}

body{
	
}

.content{
	position: relative;
	width: 900px;
	margin: auto;
	overflow: hidden;
}

.content[data-position="fixed"]{
	width: 100%;
	position: fixed;
	margin: 0px;
	left: 0px;
	right: 0px;
	/* NOTE: top has to be set dynamically */
}
