#title {
  text-align: center;
  letter-spacing: 5px;
}

section {
  padding-bottom: 50px;
}

.styleguide {
  font-size: 0;
}

.styleguide-color {
  width: 30%;
  height: 200px;
  padding: 1rem;
  display: inline-block;
  vertical-align:top;
  font-size: 1rem;
  position: relative;
}

@media only screen and (min-width : 800px) {
  .styleguide-color {
    width: 20%;
  }
}

.styleguide-color h6, .styleguide-color p {
  font-size: 0.8rem;
  font-weight: 500;
}

.styleguide-color h6 {
  margin: 0;
  text-shadow: none;
}

.styleguide-color p {
  position: absolute;
  bottom: 0;
}

.styleguide-color h6, .styleguide-color p {
  color: rgba(255,255,255,0.7);
}

.styleguide-light h6, .styleguide-light p {
  color: rgba(0,0,0,0.7);
}

.styleguide p {
  text-align: left;
}

.styleguide .text-color-dark p {
  position: relative;
  color: var(--text-color-dark);
}

.styleguide .text-color-light p {
  position: relative;
  color: var(--text-color-light);
}
