body {
  font-family: 'Kosugi Maru', sans-serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }
}

@keyframes flashing {
  0% {
    opacity: 0;
  }
}

@media screen and (min-width: 960px) {
  header .hd__wrapper {
    height: 80px;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(84, 76, 89, 0.8);
            box-shadow: 0px 0px 10px 0px rgba(84, 76, 89, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    position: fixed;
    z-index: 99;
  }
  header .hd__wrapper .hd__logo {
    height: 100%;
    width: 150px;
  }
  header .hd__wrapper .hd__logo a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .hd__wrapper nav .nav__close {
    display: none;
  }
  header .hd__wrapper nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .hd__wrapper nav ul li {
    margin-top: 0px;
    margin-right: 25px;
    margin-bottom: 0px;
    margin-left: 25px;
  }
  header .hd__wrapper nav ul li a {
    display: block;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    color: #544C59;
    font-size: 1.2rem;
    font-weight: bold;
  }
  header .hd__wrapper nav ul li a:hover {
    opacity: 0.7;
  }
  header .hd__wrapper .nav__bar {
    display: none;
  }
  header .hd__wrapper .nav__back {
    display: none;
  }
}

@media screen and (max-width: 559px) {
  header .hd__wrapper {
    height: 60px;
    width: 100%;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(84, 76, 89, 0.8);
            box-shadow: 0px 0px 10px 0px rgba(84, 76, 89, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    position: fixed;
    z-index: 99;
  }
  header .hd__wrapper .hd__logo {
    height: 100%;
    width: 50px;
  }
  header .hd__wrapper .hd__logo a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .hd__wrapper nav {
    height: 100vh;
    width: 80%;
    position: absolute;
    right: -4000px;
    top: 0px;
    background-color: white;
    z-index: 88;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .hd__wrapper nav .nav__close {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  header .hd__wrapper nav .nav__close i.fas.fa-times {
    height: 40px;
    width: 40px;
    line-height: 2.5rem;
    text-align: center;
    font-size: 2.5rem;
    color: #544C59;
  }
  header .hd__wrapper nav ul {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  header .hd__wrapper nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    border-bottom: 1px solid rgba(84, 76, 89, 0.3);
  }
  header .hd__wrapper nav ul li a {
    display: block;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 30px;
    color: #544C59;
    font-size: 1.2rem;
    font-weight: bold;
  }
  header .hd__wrapper nav ul li a:hover {
    opacity: 0.7;
  }
  header .hd__wrapper .nav__bar i.fas.fa-bars {
    color: #544C59;
    font-size: 2rem;
    line-height: 3.8rem;
  }
  header .hd__wrapper .nav__back {
    width: 100vw;
    height: 100vh;
    background-color: rgba(84, 76, 89, 0.3);
    position: absolute;
    top: 0px;
    right: -2000px;
  }
}
/*# sourceMappingURL=header.css.map */