@media only screen and (max-width: 768px) {
  body {
    background-image: none;
  }
  .navbar {
    padding-top: 0;
    height: auto;
  }
  .navbar .navbar-brand {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  .navbar .navbar-brand > img {
    display: inline-block;
    width: 90%;
    height: auto;
  }
  .navbar-toggle {
    margin: 15px 15px 0 0;
    background: #ffffff;
  }
  .navbar-toggle .icon-bar {
    height: 3px;
    background: #008ee0;
  }
  .navbar-nav {
    float: none;
    position: relative;
    z-index: 100;
    background: #008ee0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .navbar-nav > li > a {
    padding: 5px 0;
    color: #ffffff;
    border-right: 0;
  }
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus {
    color: #000000;
  }
  .slider .col-sm-12 {
    padding: 0;
  }
  .slider .col-sm-12 .image.top {
    height: 235px;
    width: 100%;
  }
  .wrapper {
    height: auto;
  }
  .grey {
    padding: 40px 40px 20px 40px;
  }
  .image-container {
    height: 235px;
  }
  .form-goups {
    padding: 20px 10px;
  }
  .form-goups .alignright {
    text-align: center;
  }
  .form-goups input[type=submit] {
    font-size: 28px;
  }
  .footer {
    line-height: 2;
  }
  .footer .column {
    padding: 20px 0;
    border-bottom: 2px solid #ffffff;
  }
  .footer .column.last {
    border-bottom: 0;
  }
  .credit {
    text-align: center;
  }
}
