@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;
}

@font-face {
	font-family: 'BonvenoCFLight';
	src: url('fonts/BonvenoCF-Light.otf');
	/* 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 */
/* body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
} */
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
/* body{

	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;

	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
} */
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
 .container1{
	position: relative;
	text-align: center;
	/* max-width: 1200px; */

 } 
.clr{
	clear: both;
} 
.container1 > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	 text-align: center;
	 
}
.container1 > header h1{
	/* font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 80px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: rgba(27,54,81,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	 padding: 0px 0px 5px 0px;
	 margin-top: 90px; */
	 font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 35px;
    line-height: 35px;
    position: relative;
    font-weight: 400;
    color: rgba(27,54,81,0.8);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container1 > header h1 span{
	color: #c7957b;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container1 > header h2, p.info{
	/* font-size: 16px;
	font-style: italic;
	color: #4a3124;
	text-shadow: 0px 1px 1px rgba(255,255,255,1); */
	font-size: 19px;
	font-style: italic;
	color: #4a3124;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	font-family: Constantia;
}



@media screen and (max-width: 1200px) {
	.container1 > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
} 