body {
	font-family: 'Open Sans', sans-serif;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.font-two {
	font-family: 'Montserrat', sans-serif;
}
.cover {
/*background: #a4b357;
	background: -moz-linear-gradient(left, #a4b357 0%, #a4b357 0%, #b8c765 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #a4b357), color-stop(0%, #a4b357), color-stop(100%, #b8c765));
	background: -webkit-linear-gradient(left, #a4b357 0%, #a4b357 0%, #b8c765 100%);
	background: -o-linear-gradient(left, #a4b357 0%, #a4b357 0%, #b8c765 100%);
	background: -ms-linear-gradient(left, #a4b357 0%, #a4b357 0%, #b8c765 100%);
	background: linear-gradient(to right, #a4b357 0%, #a4b357 0%, #b8c765 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#b8c765', GradientType=1 );*/
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #4F4F4F;
	background-color: #FFFFFF;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #4F4F4F;
	background-color: #FFFFFF;
}
.nav-pills > li > a {
	color: #FFFFFF;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
	color: #4F4F4F;
}
.jumbotron {
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	background-color: transparent;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}
/* Space out content a bit */
body {
	padding-bottom: 20px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing, .footer {
	padding-right: 15px;
	padding-left: 15px;
}
/* Custom page header */
.header {
	padding-bottom: 20px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
}
/* Custom page footer */
.footer {
	padding-top: 19px;
}
/* Customize container */
.container-narrow > hr {
	margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
}
.jumbotron h1 {
	font-size: 110px;
	font-family: 'Montserrat', sans-serif;
}
.jumbotron .btn {
	padding: 14px 24px;
	font-size: 21px;
}
/* Supporting marketing content */
.marketing {
	margin: 40px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header,  .marketing,  .footer {
	padding-right: 0;
	padding-left: 0;
}
/* Space out the masthead */
.header {
	margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
	border-bottom: 0;
}
}

.small-size{
	font-size:10px;
}
