body, input {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 16px;
  }
  .login {
    margin-top: 10px;
  }
  .github {
    width: 35px;
    margin-top: -7px;
  }
  .navbar-default {
      background-color: #fff;
      border-color: #fff;
  }
  .navbar-default .navbar-nav>li>a {
    color: #444;
  }
  div.jumbotron {
    background-color: #fff;
    margin-top: -50px;
  }
  div.runner {
    min-height: 200px;
    background-image: url(img/runner.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .btn-primary {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
    border-radius: 0px;
    
  }
  input.email {
    border: 2px solid #4caf50;
    padding: 11px;
  }
  div.testimonials{
    text-align: center;
  }
  div.testimonials div.user img {
    width: 50px;
    border-radius: 50%;
  }
  div.story > div.image {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  ul {
    padding-left: 20px;
  }
  footer {
    margin-top: 50px;
    box-shadow: inset 0 10px 10px -5px #0d1116;
    text-align: center;
    padding-top: 10px;
  }
  footer, footer p {
    background-color: #2a3746;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
  }

  
  @media (max-width: 767px) {
    #graphiql_container {
      display: none;
    }
    div.jumbotron > div.container > div.arrow {
      display: none;
    }
    div.copy {
      margin-top: -20px;
    }
     a.logo{
      margin-top: -10px;
    }
    
    a.logo img {
      height: 50px;
    } 
    div.story > div.image {
      height: 200px;
      margin-top: 50px;
    }
    #mc_embed_signup {
      text-align: center;
    }
    input.email {
      width: 100%;
    }
    h1 {
      font-size: 28px;

    }
    h2 {
      font-size: 20px;
    }
    .jumbotron p {
      font-size: 16px;
    }
    .btn-primary {
      height: 45px; 
      display: inline-block;
    }
    input.email {
      height: 45px;
      width: 230px;
    }
    div.testimonials {
      text-align: center;
    }
    /*div.testimonials img.user {
   
    }*/
    div.testimonials > div {
      padding-bottom: 30px;

    }

    footer {
      margin-top: 30px;
      font-size: 14px;
    }
    footer img {
      width: 70px;
    }
  }
  @media (min-width: 768px) {
    html, body {
      height: 100%;
    }
    .col-md-6 {
      min-width: 50%;
    }
    .col-md-5 {
      min-width: 40%;
    }
    
    footer {
      padding: 50px 15px;
      text-align: center;
    }
    p {
      color: #444;
      font-weight: 300;
    }
    div.jumbotron {
      min-height: 100%;
      height: 100%;
      padding: 0;
    }
    div.jumbotron > div.container {
      /*border: 2px solid blue;*/
      height: 100%;
    }
    div.jumbotron > div.container > div.main {
      height: 95%;
    }
    div.jumbotron > div.container > div.arrow {
      height: 5%;
      text-align: center;
    }
    div.runner {
      height: 100%;
      min-height: 300px;  
    }
    div.copy {
    }
    div.copy, div.copy p, h1, h2 {
    }
    /* a.logo {
      display: block;
      margin-top: 20px;
      margin-left: 5px;
    } */
    .btn-primary {
      height: 45px; 
      display: inline-block;
    }
    input.email {
      height: 45px;
      width: 230px;
    }

    div.stories {
      min-height: 80%;
    }
    
    div.story {
      min-height: 600px;
      height: 100%;
    }

    div.vp {
      margin-bottom: 100px;
    }
    div.testimonials {
      padding: 100px 0;
    }



    div.story > div.image {
      height: 600px;
    }
    div.story > div.text {
    }

    

    /*div.testimonials img.user {
      float: left;
      margin-right: 10px;
    }*/
    .vertical-align {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
    }
  }