@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
body{
    font-family: 'Open Sans', sans-serif;
}
body { background-color: #fafafa; }
  .stickyMenu {
    background-color: #6669b2;
  }

  .stickyMenu ul {
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .jumbotron.first {
    padding: 20px 30px;
    margin-bottom: 0;
  }


  .btn-menu:hover {
    color: #fff;

  }

  .stickyMenu ul a {
    padding: 20px;
    color: #ffffff;
  }

  .fixed {
    box-shadow: 0 7px 17px -2px rgba(117, 117, 117, 1);
    width: 60%!important;
  }

  .clearfix {
    *zoom: 1;
  }

  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .clearfix:after {
    clear: both;
  }
  .content {
    min-height: calc(100vh - 70px);
  }

  .footer {
    line-height: 50px;
    color: #ffffff;
    background-color: #6669b2;
    text-align: center;
  }

  @media screen and (max-width: 500px) {
    .stickyMenu ul {
      background-color: #009688;
    }
    .stickyMenu li {
      text-align: center;
    }
    .stickyMenu a {
      border-bottom: 1px solid #79896d;
    }
    .btn-menu {
      text-align: center;
      padding: 20px;
      color: #f8ecc2;
    }
  }

