/********** normalise css start****/

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	font: normal 14px/19px Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
h, h2, h3, h4, h5, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/********** normalise css end****/





#header {
	position: fixed;
	z-index: 2000;
	background-color: #999;
	width: 100%;
	padding:20px 0;
}


#header nav {
	max-width: 900px;
	margin: 0 auto;
}
#header a {
	color: white;
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
}
#header a:hover, #header a.active {
	background-color: rgba(0, 0, 0, 0.7);
}
#position-block {
	position: fixed;
	z-index: 1000;
	color: white;
}
h1 {
	font-family: "Dosis";
	font-style: normal;
	font-weight: 600;
	color: white;
	font-size: 69px;
	line-height: 78px;
	padding: 20px 0px 10px 20px;
	margin: 0;
}
p {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 400;
	color: white;
	font-size: 15px;
	line-height: 28px;
	margin-top: 0px;
	text-align: justify;
}
article {
	position: relative;
	-moz-box-shadow: black 0px 0px 15px;
	-webkit-box-shadow: black 0px 0px 15px;
	box-shadow: black 0px 0px 15px;
}
article header {
	padding-top: 30px;
}
article .content {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-gap: 60px;
	column-gap: 60px;
	padding: 0 20px 60px 20px;
}
article .container {
	max-width: 900px;
	margin: 0 auto;
}
.panel {
	position: relative;
	width: 100%;
}
.panel.one article {
	background-color: #00AEFF;
}
.panel.two article {
	/*background-color: #292929;*/
	background-image: url(../video-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:cover;
}
.panel.three article {
	background-color: #FF3500;
}
