button {
  color: white;
  padding: 1em;
  border: 0;
  cursor: pointer;
  background:#089FDD;
  font-family: 'Josefin Sans', sans-serif;
}

button.active {
  background:#2F4182;
}

li {font-family:'Josefin Sans', sans-serif}

ul.space_list li { margin-bottom: 1em; }

a {text-decoration: none; color:#2F4182; }

#toggle {font-weight: 600}

@media (min-width: 700px) {
  button {
    display: none;
  }
}
