#main {
  padding-top: 1.5em;
}
.nav-main li {
  padding-left: 16px;
  padding-right: 16px;
}
.nav-main li:last-child {
  padding-right: 0;
}
.bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index:0;
}
.bg-about {
  background: #f6f6f6 url('/images/startlogic/bg-hero-about.jpg') no-repeat fixed center top;
  background-position: center 9.2px;
  width: 3000px;
  padding: 0em;
  margin-left: -206px;
  height: 259px;
}
.hd { 
  position: absolute;
  z-index:1000;
  background-color: #eee;
  background-color: rgba(255,255,255,0.8);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(51%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,0) 100%); /* W3C */
  /* IE6-9 */
  /* filter doesn't work with dropdowns (causes overflow issue), so if you want to use the gradient, you'll have to increase the header size
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  height: 240px;
  */
}
.hero {
  position:relative;
  padding-top:99px;
  z-index:200;
}
.about-hero {
  position: relative;
  height: 130px;
  text-align: center;
  z-index: 4;
}
.about-hero h1 {
  margin-top: 30px;
}
.light-blue {
  background-color: #daebed;
  background-color: rgba(217, 235, 237, 1.0);
  padding: 2em;
  margin: 2em 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.light-blue p:last-of-type { 
  margin-bottom:0;
}
.light-blue .pull-right {
  margin: 1em 0 1em 1em;
}

.contact-us { 
  background: #eee;
  color: #666;
  font-size: 17px;
  font-weight: 300;
  padding: 2em;
  margin: 2em 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.story { background: #daebed url('/images/startlogic/coffee-shop.jpg') no-repeat scroll right 0; padding-right: 260px; }
.story h2 { color: #68aab2; }

.red {
  color: #ef8176;
}

