body {
	padding-top: 20px;
	padding-bottom: 40px;
}
a {
	color: #FAB900;
}
a:hover, a:focus {
	color: #D59D00;
}

/* Main marketing message and sign up button */
.jumbotron {
	margin: 60px 0;
	text-align: center;
}
.jumbotron h1 {
	font-size: 55px;
	line-height: 1;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
	margin: 60px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #FFF;
	background-color: #FAB900;
}
.navbar-default {
	background-color: transparent;
	border-color:transparent;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #FAB900;
}
.navbar-brand {
	height: 60px;
}
#toTop {
	border: 1px solid #CCC;
	background: rgba(0, 0, 0, 0);
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	color: #777;
	font-size: 100%;
	}

@viewport{
		zoom: 1.0;
		width: extend-to-zoom;
}

@media (max-width: 480px){
	.jumbotron h1 {
		font-size: 45px !important;
	}

}