body {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.demo {
  --main-color: var(--ld-blue);
  --main-light-color: var(--ld-blue--light);
}
.demo-main {
  margin: 1em;
}

.demo-con {
  padding: 1.5em;
  max-width: 750px;
  margin-bottom: 1em;
  border-radius: 1px;
}

.demo-label {
  font-size: 2em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-family: var(--headline-font);
  text-transform: uppercase;
}

.demo-color {
  display: inline-block;
  padding: 1em 0.2em;
}
.demo-color-label {
  font-size: 1.5em;
  margin: 0.3em 0;
}
.demo-color-square {
  width: 150px;
  height: 100px;
  border-radius: 5px;
  display: inline-block;
}

.demo-footer,
.demo-footer .ld-paragraph--centered {
  text-align: center;
}

.ld-grid__col,
.ld-grid__row {
  background: var(--ld-green);
  color: var(--ld-light);
  height: 30px;
  border-radius: 5px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
