.dropdown-menu > li > a {
  font-size:18px;
  font-weight:300;
}
.navbar {
  /*position:relative;*/
  margin-bottom:0;
}
.logo img {
  height:40px;
  margin-top:20px;

}
.brandingBar {
  background-color: #ececec;
  height:80px;
  overflow:auto;
  margin-top:50px;
  left:0;
}
.pageHeader {
  background-color: green;
  height:80px;
  overflow:auto;
  left:0;
  margin-bottom: 60px;
  color:white;
  padding-top:7px;
}
.features ul li {
  display:inline-block;
  text-align:right;
  margin-left:20px;
  font-size:20px;
  color:green;
  margin-top:30px;
}
.features ul li:first-of-type {
  margin-left:0;
}
h1 {
  font-size:30px;
}
h2, .h2 {
  font-size:40px;
}
h3, .h3 {
  font-sze:34px;
}
.bottom {
  background-color: green;
  min-height:200px;
  padding-top:30px;
  color:#fff;
  margin-top:60px;
}
.bottom a {
  color:#fff
}
.bottom a:hover {
  color:#eee;
  text-decoration:none;
}
.btn-success {
  background-color: #008000;
  border:none;
}
.btn-success:hover {
  background-color: rgba(0,128,0,0.9);
}
.credit {
  margin-top:50px;
}
ul.home li {
  line-height: 40px;
}
 ul.home li i {
   line-height:36px
 }
#myCarousel p {
  font-weight:400;
}
/*.flex-container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: auto;
		margin-top:30px;
		margin-bottom:40px;

}
.flex-item {
    background-color: #008000;
    width: 33%;
    height: auto;
    margin: 10px;
}*/
.grow {
    transition: all .4s cubic-bezier(0,1.5,1,1.5);
}
.grow:hover { transform: scale(1.5); position:relative; z-index:9999; }
img.responsive {
  width:100%;
}
img.stacked {
  margin-top:20px;
}
.coop img {
  height: 400px;
}
.build img {
  height:250px;
  margin-top:40px;
}
.build:last-of-type {
  padding-right:50px;
}
.shop {
  margin-top:40px;
}
.center {
  text-align: center;
}
.circles {
  width:215px;
	height:215px;
	overflow:hidden;
	border-radius:50%;
	border:1px solid #ddd;
	margin:20px auto;

}
textarea#inputMessage {
  width: 90%;
  height: 150px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
.hilite {
  color:green;
}
.salebox {
  width: calc(50% - 20px);
  margin:10px;
  padding:10px;
  box-sizing: border-box;
  border:1px solid #ccc;
}
@media (max-width: 1200px) {
  .salebox {
  width: calc(100% - 20px);
  }
}