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

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

/* Hide the links inside the navigation menu (except for logo/home) */
.linkkipalkki_mobi #myLinks {
  display: none;
  margin-top: 20px;
  padding-right: 80px;
  text-align: right;
}

/* 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: #fff;
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 200%;
}

/* Add a grey background color on mouse-over */
.linkkipalkki_mobi a:hover {
  font-weight: bold;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #fff;
  color: #000;
  padding-left: 5%;
  padding-top: 15px;
  font-size: 200%;
  font-family: 'Magra', sans-serif;
}