
.title {
  float: left;
  color: #fff;
  position: relative;
  top: 1px;
}

.clear { clear: 'both'; }

#logo {
  float: left;
  padding: 10px;
}


header {
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url('../images/menu.png');
  z-index: 999;
}

nav {
  top: 50px;
  margin-right: -500px;
  right: 0;
  position: fixed;
  z-index: 20;
  width: 230px!important;
  height: 100%;
  background: url('../images/nav.png');
  z-index: 190;
  overflow-x: hidden;
}

nav ul {
  list-style: none;
  margin: 50px 0 0 0px;
  width: 100%;
  padding: 0;
}

nav li {
  position: relative;
  padding: 25px;
}

nav li a {
  color: #fff;
  text-decoration: none;
  text-align: right;
  display: block;
  margin-right: 20px;
}

nav li a:hover {
  color: #ffc7cf;
}

#hamburger {
  cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  width: 45px;
  float: right;
  padding: 2px 10px 10px 10px;
}

#hamburger div {
  background-color: #ffc7cf;
  height: 6px;
  margin: 7px 0;
  width: 100%;
  border-radius: 3px;
}

.hamburger-action { cursor: pointer; }

#hamburger-overlay {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 150;
  opacity: 0;
  background: #000;
}
@media screen and (max-device-width: 900px) {

  header {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../images/menu.png');
    z-index: 999;
  }

  nav {
    width: 50%;
    font-size: 1.6em
  }

  #hamburger {
    cursor: pointer;
    display: block;
    height: 80px;
    position: relative;
    width: 90px;
    float: right;
    padding: 8px 25px 10px 10px;
  }

  #hamburger div {
    background-color: #ffc7cf;
    height: 9px;
    margin: 14px 0;
    width: 100%;
    border-radius: 6px;
  }

}