h1, h2, h3, h4, h5, h6, .button{
	font-family: 'Ubuntu Condensed', sans-serif !important;
}
.red{
	background:#fe4950;
	color:#fff;
}
.light-gray{
	background:#f6f6f6;
}
.dark-gray{
	background:#3f3f3f;
	color:#fff;
}
.row{
	padding:50px 0;	
}

/*** Buttons ***/
.button{
	margin: 15px;
	padding: 15px 50px;
	font-size: 25px;
	font-weight: bold;
	border-radius: 30px;   
}
.button.red{
	background:#fe4950;
	color:#fff;
	font-weight:bold;
}
.banner .button{
	background: #fff; 
	color: #fe4950;
	border: 2px solid #fe4950; 
}

/*** Banner ***/
.banner .row:first-of-type{
	padding-bottom:0;	
}
.banner{
	border-bottom:5px solid #fe4950;
}
.banner h1{
	font-weight:bold;
	color:#000;
}
.banner h1 span{
	color:#009900;
}
.banner .button:hover{
	background: #fe4950; 
	color: #fff;
}

/*** Custom columns ***/
.custom-columns span{
	background: #fff;
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	border-radius: 50%;
	margin-top: 30px;
}
.custom-columns h3{
	margin:20px 0;
	font-weight:bold;
}

/*** Feats boxes UL***/
ul.feats{
	margin-right:0;
	margin-left:0;
	list-style-type:none;
}
ul.feats li {
	font-size: inherit;
}
ul.feats li h4{
	margin-top:20px;
}

/*** Video ***/
.reveal video{
	width:100%;
}
.reveal:focus{
	outline: none;
}

/*** Testimonials ***/
.testimonials ul:focus, .testimonials ul li:focus, .testimonials blockquote:focus{
	outline:none;
}
.testimonials blockquote{
	color:#000;
	border-left:0;
}
.testimonials blockquote cite{
	margin-top:10px;
	color:#000;
	font-weight:bold;
	font-size:17px;
}

/*** Footer ***/
.row.footer{
	padding:10px 0;	
}
.footer p{
	margin-bottom:0;
}

/*===========------- Mobile styles -------==========*/

/*** Medium Up ***/
@media screen and (min-width: 40em) {
	.banner h1{
		font-size:50px;
	}
	ul.feats li {
		background: url(/images/feat-icon.png)no-repeat left top;
		padding-left: 80px;
	}
	/*** Testimonials ***/
	.testimonials ul{
		padding:0 70px;
	}
	.testimonials ul:before, .testimonials ul:after{
		content:'';
		position:absolute;
		background:url(/images/testimonials.png) no-repeat;
		width:70px;
		height:50px;
	}
	.testimonials ul:before{
		left:0;
	}
	.testimonials ul:after{
		right:0;	
		bottom:0;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

/*** Medium Down ***/
@media screen and (max-width: 40em) {
	.reveal{
		height:auto;
		min-height:auto;
	}
}

/*** Small Only ***/
@media screen and (max-width: 39.9375em) {
	h1, h2{
		font-size: xx-large;
	}
	h3, h4, h5, h6{
		font-size: x-large;
	}
}
