/* ==================================================
   Add your own style here. This file will overide properties described in any other css file.
================================================== */

.navigation ul > li > a.current{
	color: #d43136;
}

.page-header-red{
	background:#d43136;
	padding:20px 0;
	box-shadow:0 2px 0 rgba(0,0,0,.07);
}

.page-header-red h1{
	text-transform:uppercase;
	color:#ffffff;
	margin-bottom:0;
	line-height:1em;
	font-family: 'Roboto Condensed', sans-serif;
}
