html, body {
  font-family: 'Helvetica', sans-serif;
}

.site-header {
  background-color: #fff;
}

.site-logo {
  background: url(/OnJapan.png) no-repeat;
  background-size: cover;
  height: 80px;
  width: 350px;
  margin: 0px 0px 10px;
}

.mdl-layout__header .site-tag-row {
  color: rgba(0, 0, 0, 0.8);
}

.mdl-layout__header-row .mdl-navigation-link {
  color: black;
}

.site-navigation-row {
  color: black;
  background-color: rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  height: 40px;
}


.site-navigation-row .is-active {
  font-weight: bold;
}

.site-navigation-row .is-active:after {
  content: "";
  width: "70%";
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(255,64,129);
  left: 15%;
}

