header {
  margin: 50px 0 20px;
  text-align: center;
  padding: 0 10px;
}

header h1 {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 28px;
  margin-top: 30px;
}

.content {
  max-width: 600px;
  margin: 0 auto;
}

.content h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 30px;
}

.content figure {
  display: block;
  text-align: center;
  margin: 20px 0;
}

.content figcaption {
  font-size: 12px;
  padding-top: 10px;
}

.content div.dropdown {
  margin: 20px auto;
  width: 130px;
}

.content blockquote p {
  font-size: 14px;
  padding: 15px 20px;
  border-left: 3px solid #edecf2;
  background-color: #f9f9fb;
}

.col-sm-6.col-md-4.item.horizontal {
  display: inline;
}

.btn .btn-primary .more-button-toggle {
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
  backround-color: rgb(210,210,210);
}

.list-item-fixed {
  margin-bottom: 0;
}

.link-rect {
  display: inline-block;
  border-radius: 10px;
}

.list-group-item {
  margin-left: 0;
  margin-top: 3px;
  margin-right: 0;
  margin-bottom: 5px;
  background-color: #f1f1f1;
  border: none;
}

a {
  color: #6443ec;
  text-decoration: none;
}

.anchor {
  top: -100px;
  position: relative;
  display: block;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

.card-single-column {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-panel {
  display: block;
  clear: both;
  padding-top: 30px;
}

.more-button-toggle {
  margin-top: 0;
  margin-bottom: 0;
  color: #6f6f6f;
  background-color: #ececec;
  font-size: smaller;
  height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  box-shadow: none;
  border-color: white;
}

.list-group-item p {
  margin-bottom: 0;
}

.list-group-item img {
  margin-right: 5px;
  /*height: 20px;*/
}

a:hover {
  color: #6443ec;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 100%;
  }
}

.copyright a {
  color: rgb(170,170,170);
}

.footer-basic ul {
  font-size: 13px;
  line-height: 1;
  color: #888;
}

.card-body-compact {
  padding-left: 0;
  padding-bottom: 10px;
}

