@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
ul{
  margin:0;
  padding:0;
}
ul{
	list-style-type:none;
}
q:before,q:after {
	content:'';
}
/* General Demo Style */
.clr{
	clear: both;
}
.container > header{
	position: relative;
	display: block;
  width:100%;
  height:104.14129110840437vh;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  text-align: left;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
