@media screen and (max-width: 1600px) {
  .wide {
    width: 95%;
  }
  .narrow {
    width: 85%;
  }
  header {
    height: 600px;
  }
}
@media screen and (max-width: 1400px) {
  .wide {
    width: 100%;
  }
  .narrow {
    width: 95%;
  }
  main img {
    width: 95% !important;
  }
  header {
    height: 500px;
  }
  #logo {
    height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .wide,
  .narrow {
    width: 100%;
  }
  header {
    height: auto !important;
  }
  #logo {
    height: 200px;
  }
  h1 {
    margin: 0px 0px 15px 0px;
  }
  #menu {
    position: relative;
    top: auto;
  }
}

@media screen and (max-width: 1000px) {
  .side-l,
  .side-r {
    display: block;
    width: 100%;
  }
  main .wrapper {
    padding: 20px;
  }
  #hair {
    height: auto !important;
  }
}

@media screen and (max-width: 900px) {
  h1 {
    font-size: 24px;
  }
  #menu .e.icon.ion-ios-home {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  header {
    background-image: url("static/header_mobile.jpg");
  }
}
