/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 70px;
	padding-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	background-color:#f57729;
}
.navbar-inverse{
	background-color:#fff;
	border:none;
	padding:25px;
}
.jumbotron{
	background-color:#f6faf2;
	font-family: 'Open Sans', sans-serif; 
	color:#676767;
	text-align:center; 
	/*padding-top:30px; 
	padding-bottom:80px; */
	font-size:18px; 
	margin-bottom:0;
}
.col-md-6, .col-md-4, .row{font-weight:400; font-size:15px; line-height:24px; padding:0; color:#ffffff;}
@media (min-width: 768px){
.navbar-header {float:none}
}
.jumbotron .container{
	padding-top:30px;}
	/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { .homecontent{width:82%; margin:0 auto 35px;} }
.jumbotron h1{
	font-family: 'Open Sans', sans-serif; 
	font-size:26px; 
	letter-spacing:1px; 
	font-weight:800;
    margin-top: 50px;
    margin-bottom: 25px;
	text-transform:uppercase}
h2{
	font-family: 'Open Sans', sans-serif; 
	font-size:24px; 
	letter-spacing:1px; 
	font-weight:600;
    margin-top: 0;
    margin-bottom: 20px;
	text-transform:uppercase}	
@media screen and (min-width: 768px){
.jumbotron {
    padding-top: 55px;
    padding-bottom: 50px;}}
.jumbotron p {font-size:18px; font-weight:300;}

.btn-primary{    
	color: #414141;
    background-color: #ffffff;
    border:none;
	font-size:15px;
	font-weight:600;
	padding:15px 30px;
	letter-spacing:1px}
	
.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
	background-color:#414141; color: #ffffff; font-weight:600;
	}

.btn-primary:focus,.btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:focus{background-color:#414141; color: #ffffff; font-weight:600;}

.footer{
	background-color:#e2e6df;
    color: #676767;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
	position: absolute;
    width: 100%;
	padding:20px;
	line-height:25px;
}
a{
	color:#676767;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
a:hover, a:active, a:focus{color:#676767; text-decoration:none;}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity .8s;
  -moz-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}