@charset "utf-8";
/* CSS Document */

html,body{
		font-family: 'Open Sans', sans-serif;
		font-size:18px;
		height:100%;
		width:100%;
		color:#999999;
		background:#f5f5f5;
		line-height:25px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		font-family: 'Montserrat', sans-serif;
		color:#0073bd;
	}	
	
	h1 {
		font-size:36px;
		color:#0073bd;
		margin-bottom: 15px;
	}
	
	.parallax-heading{
		font-size:65px;	
		line-height:75px;
	}
	
	.rev-section-title, .rev-section-title h1{
		color:#ffffff !important;
	}
	
	
	b {
		color:#999999;
	}