.navbar {
  background-repeat: repeat;
}

.status {
  height: 2em;
}

.status .progress {
  height: 2px;
}

.nav.nav-tabs {
  margin-bottom: 1em;
}

.navbar.bg-light {
  background-image: url('/peanocurvelight.svg');
}

.navbar.bg-dark {
  background-image: url('/peanocurve.svg');
}

.jumbotron.home-jumbotron {
  margin-top: -20px;
  background-color: #343a40;
  background-image: url('/peanocurve.svg');
  background-repeat: repeat;
  color: #fff;
}

.example {
  display: block;
  box-sizing: border-box;
  color: #212529;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 14px;
  margin: 0 0 1rem;
}
.example:hover {
  cursor: pointer;
  text-decoration: underline;
}

.rotate {
  animation:spin 2s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.description {
  margin-bottom: 1rem;
}
