@charset "UTF-8";
#hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  z-index: 1500;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #hamburger {
    top: 12px;
    right: 12px;
  }
}
#hamburger div {
  background-color: #665744;
  width: 100%;
  height: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  #hamburger div {
    background-color: white;
  }
}

#instagram-link {
  position: fixed;
  top: 70px;
  right: 20px;
  width: 30px;
  z-index: 1500;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #instagram-link {
    right: 12px;
  }
}
#instagram-link img {
  width: 100%;
  height: auto;
}

#navi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 300px;
  width: 100%;
  background-color: #665744;
  z-index: 1000;
  padding: 40px 30px 40px 30px;
  z-index: 2000;
}
@media screen and (max-width: 600px) {
  #navi {
    max-width: 100vw;
  }
}
#navi.open {
  display: block;
}
#navi ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#navi ul li {
  font-size: 19px;
  margin-bottom: 20px;
}
#navi ul li#language_selector {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 25px;
  font-size: 17px;
  margin-top: 30px;
}
#navi ul li a {
  color: white;
  text-decoration: none;
}
#navi ul li a:hover {
  text-decoration: underline;
}
#navi ul li.subtitle {
  color: white;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 25px;
  font-weight: 600;
}
@media screen and (max-height: 600px) {
  #navi ul li.subtitle {
    margin-bottom: 15px;
  }
}
#navi ul li.theme {
  font-size: 18px;
}
@media screen and (max-height: 600px) {
  #navi ul li.theme {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
#navi #close {
  position: absolute;
  top: -20px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
}
#navi #close:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "×"; /* use the hex value here... */
  font-size: 50px;
  color: #FFF;
  line-height: 100px;
  text-align: center;
}
#navi .testi {
  color: #333333;
}

/*# sourceMappingURL=navi.css.map */
