a, a:focus, a:hover, a:active {
  color: #00afd7;
}

h1, h2, h3 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 12px 0;
}
h1 {
  font-size: 32px;
  font-weight: 100;
  letter-spacing: .02em;
  line-height: 48px;
  margin: 12px 0;
}
h2 {
  color: #2a333c;
  font-weight: 200;
  font-size: 21px;
}
h3 {
  color: rgb(84, 102, 120);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 29.39px;
}

.btn {
  background: transparent;
  border: 1px solid white;
}

.keen-logo {
  height: 38px;
  margin: 0 15px 0 0;
  width: 150px;
}

.navbar-toggle {
  background-color: rgba(255,255,255,.25);
}
.navbar-toggle .icon-bar {
  background: #fff;
}


.navbar-nav {
  margin: 5px 0 0;
}
.navbar-nav > li > a {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 0.03em;
  padding-top: 19px;
  text-shadow: 0 0 2px rgba(0,0,0,.1);
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  background: transparent none;
}

.navbar-nav > li > a.navbar-btn {
  background-color: rgba(255,255,255,.25);
  border: medium none;
  padding: 10px 15px;
}
.navbar-nav > li > a.navbar-btn:focus,
.navbar-nav > li > a.navbar-btn:hover {
  background-color: rgba(255,255,255,.35);
}
.navbar-collapse {
  box-shadow: none;
}

.masthead {
  background-color: #3e313c;
  background-image: url("../img/bg-slack.png");
  background-position: 0 -290px;
  background-repeat: repeat-x;
  color: #fff;
  margin: 0 0 24px;
  padding: 20px 0;
}
.masthead h1 {
  margin: 0;
}
.masthead small,
.masthead a,
.masthead a:focus,
.masthead a:hover,
.masthead a:active {
  color: #fff;
}
.masthead p {
  color: #6fcbdc;
  font-weight: 100;
  letter-spacing: .05em;
}



.hero {
  background-position: 50% 100%;
  min-height: 450px;
  text-align: center;
}
.hero h1 {
  font-size: 48px;
  margin: 120px 0 6px;
}
.hero .lead {
  margin-bottom: 32px;
}
.hero a.hero-btn {
  border: 2px solid #fff;
  display: block;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 200;
  margin: 0 auto 12px;
  padding: 12px 0 6px;
  width: 320px;
}
.hero a.hero-btn:focus,
.hero a.hero-btn:hover {
  border-color: transparent;
  background-color: #fff;
  color: #00afd7;
}


.sample-item {
  margin-bottom: 24px;
}

.signup {
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 10px;
}

.love {
  color: #546678;
  padding: 15px 0;
  text-align: center;
}

.love p {
  margin-bottom: 0;
}

pre {
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

pre code {
  white-space: pre;
}

.example-message {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.example-message .glyphicon {
  display: block;
  color: #00bbde;
  font-size: 84px;
  padding: 42px 0;
  text-align: center;
}

.keen-metrics {
  background-color: #49c5b1;
  width: auto;
  border-radius: 4px;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.keen-metric-value {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.keen-metric-title {
  display: block;
  font-size: 18px;
  font-weight: 200;
}

.slack-message {
  max-width: 100%;
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ctas {
  background-color: #3d4a57;
  margin-top: 12px;
  padding: 48px 0;
  text-align: center;
}

.cta-btn {
  background: #00bbde;
  border: 2px solid #00bbde;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 21px 0;
  width: 320px;
}

.cta-secondary-btn {
  background: #00bbde;
  border: 2px solid #00bbde;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 24px 12px 0 12px;
  padding: 6px 18px;
  opacity: .75;
  width: 144px;
}

.cta-btn:hover,
.cta-secondary-btn:hover {
  background: #0099b6;
  border-color: #0099b6;
  color: #fff;
}

@media(max-width: 769px) {
  .example-message {
    position: relative;
    transform: none;
    padding-bottom: 24px;
    padding-top: 24px;
  }  

  .navbar-collapse {
    background: #3e313c;
    <!-- Hacky box shadow to overcome bootstraps horizontal padding -->
    box-shadow: #3e313c 0px 0px 0px 16px;
  }
}

@media(max-width: 410px) {
  .hero h1 {
    font-size: 36px;
  }

  .ctas {
    padding: 24px 0;
  }

  .cta-btn,
  .cta-secondary-btn {
    width: 100%;
    margin: 12px 16px;
    box-sizing: border-box;
  }
}
