@media (min-width: 768px) {
  .header,
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 61px;
    z-index: 10;
  }
}
.header .navbar,
#header .navbar {
  border-radius: 0;
  border-bottom: 3px solid #00a697;
}
.header a,
#header a {
  text-decoration: none;
}
@media (min-width: 768px) {
  body {
    padding-top: 61px;
  }
}
.navbar-toggle {
  border: 0;
}
.navbar-toggle .sr-only {
  position: absolute;
  width: auto;
  height: auto;
  padding: 0;
  margin: -1px;
  overflow: inherit;
  clip: auto;
  border: 0;
  right: 40px;
  line-height: 16px;
  color: #00a697;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}
