<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
  display: flex;
  align-items: center;
}

.logo {
  padding-top: 50px;
}

.logo img {
  height: 84px;
  width: auto;
}

/* Style menu button */

.super {
  display: flex !important;
  align-items: center;
  height: 180px;
}

.lines {
  position: fixed;
  width: 105px;
  height: 180px;
  background: #272727;
  top: 0px;
  right: 110px;
  z-index: 999;
}

.nav-bar {
  width: 560px;
  height: 60px;
  top: -90px;
  right: 10px;
  position: absolute;
  background: transparent;
  padding-top: 6px;
  background: #272727;
  color: white;
  height: 180px;
  display: none;
  align-items: center;
  padding-left: 10px;
  z-index: 999;
}

.nab-bar ul {
  list-style: none;
}

.nav-bar a {
  margin-left: 30px;
  text-decoration: none;
}

.nav-bar li {
  display: inline-block;
  margin-left: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffff;
  font-family: "K2D", sans-serif;
  font-weight: 100;
  font-size: 18px;
}

.nav-bar li:nth-child(1) {
  margin-left: 0;
}

.btn {
  position: fixed;
  top: 90px;
  right: 120px;

  width: 70px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  background: transparent;
  z-index: 9991;
}

.btn span {
  background: #d6c4b8;
  border-radius: 10px;
  border: none;
  height: 5px;
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  margin-bottom: 5px;
  z-index: 9992;
}

.btn .middle {
  top: 11px;
}

.btn .bottom {
  top: 22px;
}

.btn.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #d6c4b8;
}

.btn.active .middle {
  opacity: 0;
  background: #d6c4b8;
}

.btn.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #d6c4b8;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 14px;
}

#nav-icon3 span:nth-child(4) {
  top: 28px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 28px;
  width: 0%;
  left: 50%;
}

.btn p {
  position: fixed;
  top: 55px;
  right: 120px;
  width: 70px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  background: transparent;
  text-align: center;
  display: flex;
  margin: 0 auto;
  color: #ffffff;
  font-family: "K2D", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 100;
}
</pre></body></html>