body {
    height: 100%;
    min-height: 100%;
	font-family: 'Rubik', sans-serif;
	background-color: #000;
	width: 100%;
padding: 0px;
margin: 0px;
overflow-y: scroll;
overflow-x: hidden;
}

#container {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
padding: 0px;
margin: 0px;
}

#header {
	position: relative;
	display: block;
	height: 500px;
	background-image: url("../img/header_bkg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
padding: none;
margin: none;
}

#navigation {
	display: block;
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;

}



h1 {
	font-size: 90px;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 0px;
	text-align:center;
font-family: 'Montserrat', sans-serif;
}

h2 {
	text-align:center;
	font-size: 60px;
	display: block;
	color: #CCC;
	margin: -20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#navigation a {
	border-radius: 20px;
	border: solid 2px #FFF;
	padding: 8px 20px 10px 20px;
color: #FFF;
	text-decoration: none;
	margin: 0px 5px;
	display: inline-block;
}

#navigation a:hover {
	background: #FFF;
	color: #000;
	cursor: pointer;
}

#intro {
background: #FFF;
position: relative;
display: block;
width: 100%;
padding: 20px;
box-sizing: border-box;
}

#intro:after {
	content: "";
position: absolute;
top: -50px;
left: 0px;

  background-image: linear-gradient(to left top, green 0%, green 50%, transparent 50%);
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;

z-index: 100;

}
 h3 {
font-size: 32px;
color: #000;
	display: block;
	margin: 0px auto 20px auto;
	max-width: 1000px;
	width: 100%;
}
p {
	width: 100%;
	max-width: 1000px;
	font-size: 18px;
	display: block;
	margin: 0px auto 20px auto;
}

p.white {

	color: #FFF;
}
p.black {
	color: #000;
}