.navbar-default .navbar-brand {
	 font-family: Helvetica Neue;
	 color: black; 
	 font-weight:300; 
	 font-size: 30px;
	 color: black;
}

.navbar-default {
	background-color: white;
}

.navbar-default .navbar-nav > li > a {
	font-weight: 600;
    font-size: 14px;
    color: #999999;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: white;
    font-family: Helvetica Neue;
    font-weight: 600;
    font-size: 14px;
}

.navbar-default .navbar-nav > a:hover {
	color: black;	
}

.navbar-nav > li > a {

}

.jumbotron {
	background-color: #fafafa;
	color: #333333;
	text-align: center;
	padding-bottom: 0px;
	border-bottom: 1px solid #eaeaea;
}

.jumbotron > .container > h1 {
	font-weight: 100;
	font-size: 40px;
}

.container > h1 {
	font-weight: 200;
	font-size: 40px;
}

.jumbotron > .container > h3 {
	font-weight: 300;
	font-size: 20px;
}

a.appstore-buy {
		width: 135px;
		height: 40px;
		background: url('../img/available-appstore.png');
		background-size: 100%;
		display: block;
		margin: 10px auto;
	}

.feature {
	/*padding-left: 30px;*/
	/*padding-right: 30px;*/
	min-height: 500px;
}

.feature h3 {
	text-align: center;
	font-weight: 200;
}

.feature img.img-thumbnail {
	border-radius: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.feature p {
	text-align: center;
	font-family: 'Helvetica Neue';
	font-size: 15px;
	font-weight: 200;
}
