:root {
  scroll-snap-points-y: none;
  scroll-snap-type: none;
}

body {
  font-size: 1em;
}

#menu ul {
  padding: 0rem 1rem;
  max-width: unset;
  display: block;
  overflow: hidden;
  height: 3rem; /* Expand/collapse */
}

#menu button {
  width: 6em;
  display: unset;
  background: url("images/menu.svg") no-repeat calc(100% - 1rem) center/auto 1.25em;
  border: none;
  margin-right: -1rem;
  outline-width: 0rem;
}

#menu.open ul {
  background-color: rgba(40, 40, 40, 1);
  height: auto;
  box-shadow: 0rem 0rem 0rem 100vh rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #0099b8;
}

#menu ul li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#menu ul li:first-of-type {
  display: flex;
  justify-content: space-between;
}

#menu ul li:last-of-type {
  border-bottom: none;
}

#menu a {
  display: inline-block;
  height: 100%;
  width: 100%;
  line-height: 3rem;
  font-weight: 200;
  padding: 0rem;
  font-family: 'Montserrat-ExtraLight', sans-serif;
}

#menu a:hover {
  color: whitesmoke;
  background-color: transparent;
}

#menu ul li:first-of-type a {
  font-weight: unset;
  font-size: 1.1em;
  font-family: 'Montserrat', sans-serif;
}

#content::before {
  height: 3rem;
}

#content {
  margin-top: 3rem;
}

.contentPage {
  margin-top: -3rem;
  padding-top: 3rem;
}

#uvod h2 {
  line-height: 1;
}
