/*****************
General
*****************/

body{
	height: 100%;
	background-color: #e9f0f5;
}

p, h1{
	padding: 0;
	margin: 0;
}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


img{
	width: 100%;
}

.logo{
	width: 140px;
	position: fixed;
	left: 20px;
	top:20px;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/load.gif') 50% 50% no-repeat rgb(249,249,249);
}

/****************
Landing
*****************/

.landing{
	background: url('../img/landing2.png') no-repeat center center fixed;
	background-color:#303030 /*#262829*/;	
	height: 100vh;
	color: #e9f0f5;
	text-align: center;
}

.landing-text{
	position: relative;
	top: 40%;
}

/*
.landing-text h1:nth-child(2){
	color: #b1bb1e;
	font-family: 'Open Sans', sans-serif;
	font-size: 3em;
	margin-top: -10px;
}
*/

.landing-text h1:nth-child(1){
	font-family: 'Oxygen', sans-serif; 
}

.fifthave{
	font-size: 11pt;
	color: white;
	font-family: sans-serif;
	font-weight: lighter;
}

.landing-text h1:nth-child(2){
	font-size: 2em;
	color: #eb4a33;
	font-weight: lighter;
}

.landing-text p{
	margin-top: 10px;
}

.more-info {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.fb-img {
	max-width: 200px;
	position: relative;
	margin-left: 43%;
}

.more-info p {
	text-align: center;
	color: white;
	font-weight: lighter;
	letter-spacing: 2px;
}
/****************
About
*****************/

.about{
	height: 60vh;
	/*background-color: #eb4a33;*/
	position: relative;
}

.about h2{
	margin-top: 0;
}

.about p{
	padding-top: 10px;
}

.about-text{
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 5%;
	/*font-weight: lighter;*/
	line-height: 1.3em;
}
.about-text h2{
	text-align: center;
}

.graph{
	width: 46%;
	float: left;
	margin: 0 1%;
}

/****************
Options
*****************/

.options{
	width: 100%;
	height: 70vh;
	background-color: #303030 /*#262829*/;
	color: #e9f0f5;
	font-weight: lighter;
}

.options-wrap{
	width: 100%;
	max-width: 800px;
	position: relative;
	margin: 0 auto;
}

.options-training{
	width: 50%;
	/*background-color: #eb4a33;*/
	text-align: center;
	float: left;
}

.options figure{
	position: relative;
	width:70%;
	margin: 0 auto;
}

.options h2{
	font-weight: lighter;
}

figcaption{
	position: absolute;
	top:40%;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.options figure:hover figcaption{
	top:70%;
}

/****************
Test
*****************/
.test-section{
	background: url('../img/test.png') no-repeat center center fixed;
	background-color: #303030/*262829*/;	
	height: 100vh;
	color: #e9f0f5;
	text-align: center;
}

.landing-text{
	position: relative;
	top: 40%;
}

.landing-text h1{
	color: #b1bb1e;
	font-family: 'Open Sans', sans-serif;
	font-size: 3em;
	

}












