/*TABLE OF CONTENTS--------------------------------------

:: LAYOUT
:: HEADER
:: CUSTOM NAV / HEADLINES
:: CONTENT


*/



/*LAYOUT--------------------------------------*/

body{
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 16px;
	
}

div.wrapper{
	
	width: 75%;
	margin: 25px auto;
	
}

@media screen and (max-width: 1600px){
	
	div.wrapper{
	
		width: 90%;
		padding: 0 20px;
		
	}
	
}

@media screen and (max-width: 1300px){
	
	div.wrapper{
	
		width: 100%;
		padding: 0 20px;
		
	}
	
}

strong{
	
	font-weight: bold;
	
}

.adapt{
	
	width: 100%;
	height: auto;
	margin-bottom: -2px;
	
}

.big-block-padding{
		
		padding: 25px;
		
	}

@media screen and (max-width: 1150px){

	.big-block-padding{
		
		padding: 25px 25px 25px 0;
		
	}
	
}


/*HEADER--------------------------------------*/

header.top-header{
	
	margin-bottom: 25px;
	
}

header.top-header h1{
	
	font-size: 4em;
	font-weight: 800;
	letter-spacing: -1px;
	color: #c8d2cf;
	line-height: 0.8em;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	
}



/*CONTENT--------------------------------------*/

.text-block{
	
	
	
}

.text-block h2{
	
	color: #c6d1cd;
	font-size: 2em;
	line-height: 0.9em;
	margin-bottom: 10px;
	
}

.text-block h3{
	
	color: #69a6c2;
	font-size: 3.5em;
	font-weight: bold;
	font-family: "Helvetica Neue";
	margin-bottom: 20px;
	
}

.text-block h4{
	
	color: #131313;
	font-weight: bold;
	font-family: "Helvetica Neue";
	font-size: 1.1em;
	margin-bottom: 20px;
	line-height: 1.1em;
	
}

.text-block p{
	
	line-height: 1.4em;
	
}