@import url(http://fonts.googleapis.com/css?family=Fjalla+One);

.navbar {
	margin-bottom: 0px;
}
.feature {
	font-size: 20px;
	border-bottom: 1px solid #cfcfcf;
}
.border {
	border: 1px solid #cfcfcf;
	padding: 10px;
	margin-bottom: 15px;
}
.nav.navbar-nav li > a {
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
}
.nav.navbar-nav {
	margin-top: 15px;
}
#number1, #number2, #number3 {
	font-size: 40px;
	font-family: 'Fjalla One', sans-serif;
	color: white;
}
.background {
	margin: 25px 0;
	background: #cd1533;
}
.stats {
	color: white;
}
.pad {
	padding: 50px 0;
}
h1, h2, h3 {
	font-family: 'Fjalla One', sans-serif;
	color: #cd1533;
}
.logo {
	max-width: 170px;
	width: 100%;
}
.navbar.fixed {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

:target {
    display: block;    
    position: relative;     
    margin-top: -85px;
    padding-top: 85px;
}

.title {
	margin-bottom: 15px;
}
small {
	color: #cd1533;
	font-size: 14px;
	font-family: 'Fjalla One', sans-serif;
}
.email {
	color: #cd1533;
}
.quote {
	margin-bottom: 10px;
}