.sans {
  font-family: "Lato", sans-serif;
}

.serif {
  font-family: "Crimson Text", serif;
}

.bold {
  font-weight: 700;
}

.center {
  text-align: center;
}

.nostyle {
  color: black;
  text-decoration: none;
}

.hidden {
  display: none;
}

.full-width {
  width: 100%;
}

.code {
  font-family: monospace;
  background-color: rgba(0, 0, 0, 0.08);
}

body {
  font-family: "Crimson Text", serif;
  font-size: 1.25em;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-top: 0.5em;
  margin-bottom: 0;
}

img {
  display: block;
  margin: 1rem auto;
  width: 100%;
}
img.icon {
  display: inline;
  width: 0.8em;
  margin: 0 0.5rem;
  opacity: 0.5;
}

.page {
  width: 100%;
  max-width: 800px;
  min-width: 300px;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
}

.clip {
  position: relative;
  cursor: pointer;
}
.clip span {
  text-decoration: none;
  color: black;
  position: absolute;
  font-size: 1rem;
  transition: opacity 0.5s;
  bottom: 0.25em;
}
.clip .hidden {
  opacity: 0;
}

.chips {
  width: 70%;
  min-width: 300px;
  margin: auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.chip {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  background-color: #e0e0e0;
  padding: 0.5rem 1rem;
  margin: 0.25rem;
  border-radius: 1.5rem;
  cursor: pointer;
  user-select: none;
}
.chip.active {
  background-color: #ababab;
}

.section, .item {
  margin-top: 2em;
}

.tag {
  display: none;
}

.filters {
  display: flex;
  flex-direction: column;
}

#filterText {
  width: 70%;
  min-width: 300px;
  font-size: 1.5rem;
  padding: 0.25rem 1.5rem;
  margin: 2rem auto 1rem auto;
  border: solid 2px #CCC;
  border-radius: 1.5rem;
}
#filterText:focus {
  outline: none;
}

#empty-state {
  display: flex;
  justify-content: center;
  margin: 2rem;
}
#empty-state.hidden {
  display: none;
}

#profile-pic {
  max-width: 300px;
  border-radius: 50%;
}

/*# sourceMappingURL=style.css.map */
