/*
=========================================================
TOP MENU CSS
=========================================================
 * Innehåller styling för toppmenyn
 *
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
TOPPMENY
---------------------------------------------------------*/

.lp-topmenu {
}

.lp-topmenu ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display:      flex;
  list-style: none;
  margin: 0 1rem;
  padding: 0;
}

.lp-topmenu li {
  margin: 0 1rem;
}

.lp-topmenu li > a {
  box-sizing: border-box;
  color: #222;
  font-size: 1.6rem;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2rem 1rem;
  border-bottom: 5px solid transparent;
  display: block;
  text-align: center;
  width: auto;
}
