/* landing page */
#shutdown {
  padding: 15px;
  text-align: center;
  background: #f7d656;
}

#featured {
  background-color: #70B9B0;
  padding: 40px 0;
}

#featured img {
    margin-top: 16px;
}

#subnav {
  margin-bottom: 10px;
  padding: 20px 0;
}

#featured p { 
    color: #f8f8f8; 
    text-align: center;
    font-size: 15px;
    margin-bottom: 28px;
}

#featured h1 {
    font-weight:bold;
    color: #f8f8f8;
    text-align: center;
    margin-bottom: 28px;
}

#logos {
  background: #eee;
  border-top: #aaa 1px solid;
  border-bottom: #ccc 1px solid;
  padding: 10px 0;
}

#logos h6 {
  color: #989898;
  margin-bottom: 10px;
}

#logos div.columns {
  margin: 0 auto;
} 

a.ngrok {
  display: inline-block;
  height: 64px;
  width: 138px;
}

a.yourbase {
  display: inline-block;
  height: 49px;
  width: 166px;
}

a.cronitor {
  display: inline-block;
  height: 27px;
  width: 240px;
}

a.rainforest {
  display: inline-block;
  height: 49px;
  width: 226px;
}


#why {
  padding-top: 40px;
}

#why > .container-fluid {
  margin: auto;
  max-width: 757px;
}

#why h2 {
    color: black;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#why p {
    color: #888;
    font-size: 15px;
}

#why .row-fluid {
    margin-bottom: 40px;
}

#how {
    background-color: #eaeaea;
}

#pricing h1 {
    margin-bottom: 30px;
}

#pricing .span6 {
    text-align: center;
}

#pricing li {
    text-align: left;
}

#pricing .signup {
    margin-top: 40px;
    text-align: center;
}

#oss {
    margin-top: 40px;
}

#oss h4 {
    margin: 30px 0 20px;
}

#oss p {
    color: #555;
}

#pricing .plus {
    font-style: italic;
    color: #777;
}

#pricing h4.price {
    margin-top: 50px;
    color: black;
}

#docs h2:first-child {
    margin-top: 0;
}

#docs h2, #docs h4 {
    margin-top: 50px;
}

#docs h5 {
    margin-top: 30px;
}

#docs h4 {
    font-weight: bold;
    color: #555;
}

pre.well {
    background-color: #272822;
    color: white;
    border-radius: 8px;
}

pre.well code {
    font-size: 12px;
}

.app-header {
  margin-bottom: 20px;
}

hr.spacer {
  border: 0;
  margin: 40px 0;
}

p.text-help {
  font-size: 14px;
  color: #555;
}

.cred-token {
  margin-top: 20px;
}
.cred-token code {
  font-size: 16px;
}

ul.toc > li {
  list-style-type: none;
}

/* Hide the "HOME" link on smaller screens */
.masthead ul.nav li:first-child { 
  display: none;
}

@media (min-width: 400px) {
  .masthead ul.nav li:first-child { 
    display: list-item;
  }
}

#blog {
  max-width: 690px;
  margin: 0 auto;
  padding: 10px;
}

#blog ul li {
  color: #333;
  font-weight: bold;
  margin: 10px 0px;
}

#blog p {
  margin: 30px 0;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: -0.063px;
}

#card-element {
  height: 16.8px;
}
