@charset "utf-8";
/* CSS Document */

/* Style the navigation menu */
.linkkipalkki_mobi {
  overflow: hidden;
  background-color: #ffbb00;
  position: relative;
  min-height: 53px;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.linkkipalkki_mobi #myLinks {
  display: none;
}

/* Style navigation menu links */
.linkkipalkki_mobi a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 150%;
  display: block;
}

/* Style the hamburger menu */
.linkkipalkki_mobi a.icon {
  background: #ffbb00;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.linkkipalkki_mobi a:hover {
  background-color: #ffbb00;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #4CAF50;
  color: white;
}