body {
	padding-bottom:20px;
	font-family:'Roboto Slab',sans-serif
}

@media (max-width: 900px) {
body {
	text-align:center
}

img {
	margin:0 auto
}
}

.jumbotron {
	background:-webkit-radial-gradient(#a9a9a9,#333);
/* Safari 5.1 to 6.0 */
	background:-o-radial-gradient(#a9a9a9,#333);
/* For Opera 11.6 to 12.0 */
	background:-moz-radial-gradient(#a9a9a9,#333);
/* For Firefox 3.6 to 15 */
	background:/* Standard syntax */
radial-gradient(#a9a9a9,#333)
}

.btn-success,btn-lg {
	background-color:#69b309;
	font-size:2.5rem;
	box-shadow:5px 10px 10px #888;
	background:-webkit-linear-gradient(#69b309,#4b8204);
/* For Safari 5.1 to 6.0 */
	background:-o-linear-gradient(#69b309,#4b8204);
/* For Opera 11.1 to 12.0 */
	background:-moz-linear-gradient(#69b309,#4b8204);
/* For Firefox 3.6 to 15 */
	background:linear-gradient(#69b309,#4b8204);
/* Standard syntax (must be last) */
	border:none
}

.btn-lg {
	box-shadow:5px 10px 10px #585858
}

.no-press,.no-press.focus,.no-press:focus,.no-press.active,.no-press:active {
	color:#fff;
	background-color:#69b309;
	font-size:2.5rem;
	box-shadow:5px 10px 10px #888;
	background:-webkit-linear-gradient(#69b309,#4b8204);
/* For Safari 5.1 to 6.0 */
	background:-o-linear-gradient(#69b309,#4b8204);
/* For Opera 11.1 to 12.0 */
	background:-moz-linear-gradient(#69b309,#4b8204);
/* For Firefox 3.6 to 15 */
	background:linear-gradient(#69b309,#4b8204);
/* Standard syntax (must be last) */
	border:none;
	box-shadow:5px 10px 10px #404040
}

.no-press.focus,.no-press:focus {
	color:#fff;
	background-color:#449d44;
	border-color:#255625
}

.no-press:hover {
	color:#fff;
	background-color:#449d44;
	border-color:#398439
}

.no-press.active.focus,.no-press.active:focus,.no-press.active:hover,.no-press:active.focus,.no-press:active:focus,.no-press:active:hover,.open&gt;.dropdown-toggle.no-press.focus,.open&gt;.dropdown-toggle.no-press:focus,.open&gt;.dropdown-toggle.no-press:hover {
	color:#fff;
	background-color:#398439;
	border-color:#255625
}

.no-press.active,.no-press:active,.open&gt;.dropdown-toggle.no-press {
	background-image:none
}

.no-press.disabled,.no-press.disabled.active,.no-press.disabled.focus,.no-press.disabled:active,.no-press.disabled:focus,.no-press.disabled:hover,.no-press[disabled],.no-press[disabled].active,.no-press[disabled].focus,.no-press[disabled]:active,.no-press[disabled]:focus,.no-press[disabled]:hover,fieldset[disabled]
.no-press,fieldset[disabled] .no-press.active,fieldset[disabled]
.no-press.focus,fieldset[disabled] .no-press:active,fieldset[disabled]
.no-press:focus,fieldset[disabled] .no-press:hover {
	background-color:#5cb85c;
	border-color:#4cae4c
}

.no-press
.badge {
	color:#5cb85c;
	background-color:#fff
}

.jumbotron h1,h2 {
	font-family:'Roboto Condensed',sans-serif;
	text-transform:uppercase;
	line-height:3rem
}

.navbar-static-top {
	padding-right:0;
	padding-left:0;
	margin-bottom:0;
	padding-bottom:10px;
	margin-top:0;
	background-color:#333;
	border:none
}

.jumbotron h1 {
	font-weight:800;
	line-height:6.2rem;
	font-size:6.5rem;
	margin-bottom:-15px;
	color:#fc0
}

.jumbotron h2 {
	font-weight:400;
	line-height:4rem;
	font-size:3.5rem;
	color:#fff
}

.smallText,.smallText p {
	color:#404040;
	font-size:1.1rem!important;
	line-height:1rem
}

.smallText input,.smallText label {
	margin-right:2px;
	font-family:'Roboto Condensed',sans-serif;
	font-weight:800
}

p {
	font-family:'Roboto Slab',sans-serif;
	font-weight:400;
	text-transform:none;
	font-size:18px;
	color:#fff
}

h3 {
	color:grey
}

h4 {
	font-size:2.5rem
}

.glyphicon {
	font-size:7rem;
	color:#fc0;
	margin:20px;
	opacity:.9
}

footer p {
	font-size:1.2rem;
	font-weight:200;
	color:grey
}