/* -- custom css for Bootstrap 3.x --*/

/* move special fonts to HTML head for better performance */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:200,300,400,600');

html,
body {
  padding-top: 70px;
  height: 100%;
  width: 100%;
  font-family: 'Droid Sans', sans-serif;
}

#orange {
	color: #FF6600; 
}
	
.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}	
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	margin-left: 50px;
}

.header .btn-lg {
   font-size:28px;
   border-color:#eeeeee;
   padding:15px;
   background-color:#009900;
   color:#ffffff;
}

.header .btn-lg:hover {
   background-color:#eeeeee;
   color:#777777;
}

.navbar {
	height: 95px;
	border-bottom: 3px solid #ffffff;
}

.navbar ul {
	padding-top: 20px;
}	
	
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
}

.header h1 {
  padding-top: 70px;
  font-size:80px;
  color:#fff;
}

.header .lead {
  color:#eeeeee;
  font-size:25px;
}

.header {
  margin-top: -40px;
  height: 400px;
  background: #125699;
}

.blurb {
  padding: 80px 0;
  background-color:#fefefe;
}

.white {
	color: white;
}

.navbar-inverse {
	background-color: #009900;
}

#sec2 {
  padding: 50px 0;
}
#sec3 {
  background: #009900;
  padding: 50px 0;
  color: #ffffff;
}

#sec4 {
  background: #125699;
  padding: 50px 0;
  color: #ffffff;
}

#sec6 {
  background: #999999;
  padding: 50px 0;
  color: #ffffff;
}

#sec8 {
	background: #000000;
}	

#sec9 {
  background: #125699;
  padding: 50px 0;
  color: #ffffff;
  }

#sec1a {
  background: #663300;
  color: #ffffff;
}

#sec9a {
  background: #663300;
  padding: 50px 0;
  color: #ffffff;
}


.featurette-item {
  margin-top: 15px;
  margin-bottom: 15px;
}

.featurette-item > i {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

.featurette-item > i:hover {
  font-size: 68px;
}

footer {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {

body {
	padding-top: 15px;
	}
	
.hidemobile {
	display: none !important;
	}

.navbar {
	height: auto;
	}

.header {
	margin-top: -10px;
	height: auto;
	padding-bottom: 30px;
	}
	
.header h1 {
	font-size: 60px;
	padding-top: 20px;
	}
}
/* -- end custom css for Bootstrap 3.x --*/
