/* social buttons */
.btn-facebook {
  background: #0766ff;
  color: white;
}
.btn-youtube {
  background: #ff0200;
  color: white;
}
.btn-instagram {
  background: #f77d13;
  color: white;
}

/* footer */
/* credits */
/* tekst header in blauw op de verschillende pagina's */
.article-bg-transparency {
  background: rgba(255, 151, 251, 0.6588235294);
}

.bg-green {
  background: #85ffaf;
}

.color-green {
  color: #85ffaf;
}

.color-purple {
  color: #d8417d;
}

.bg-blue {
  background: #668abf;
  color: white;
}

.bg-dark-blue {
  background: #0e4eac;
  color: white;
}

.bg-yellow {
  background: #fffc97;
  color: #000000;
}

.bg-yellow-hilite {
  background: rgba(231, 227, 83, 0.7098039216);
  padding: 5px;
}

.bg-purple {
  background: #d8417d;
  color: #ffffff;
}

.btn-yellow {
  background: #fffc97;
  color: #000000;
}

.footer-social {
  z-index: 100000;
  margin-top: -50px;
  padding: 0;
}

.footer-social .social-outer {
  padding: 20px 0;
}

.footer-social .btn-social {
  border-radius: 0;
  border: none;
  height: 80px;
  width: 80px;
}

.credits-color {
  background: #2c2b2b;
  color: #aaa;
}

.credits {
  font-size: 12px;
  font-style: italic;
  padding-top: 10px;
  text-align: center;
}

@media (max-width: 765px) {
  .credits {
    text-align: left;
  }
}

.credits a, .credits a:hover {
  color: #aaa;
  text-decoration: none;
}

ul, li {
  font-family: "Exo 2", sans-serif;
}

.padding-bottom-sm {
  padding-bottom: 10px;
}

.padding-top-sm {
  padding-top: 10px;
}

.padding-sm {
  padding: 10px 0 10px 10px;
}

.text-bold {
  font-weight: bold !important;
}

.text-light {
  font-weight: 300;
}

.btn {
  font-family: "Exo 2";
}

.btn:hover {
  cursor: pointer;
}

.btn:active {
  background: rgba(231, 227, 83, 0.7098039216);
  color: #000000;
}

.btn-green,
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  color: #000000;
  background: #85ffaf;
}

.btn-yellow, .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
  color: #000000;
  background: #fffc97;
  cursor: default;
}

.btn-purple, .btn-purple:hover, .btn-purple:active, .btn-purple:focus {
  color: #ffffff;
  background: #d8417d;
}

.btn-blue, .btn-blue:hover, .btn-blue:active, .btn-blue:visited, .btn-blue:focus {
  color: #ffffff;
  background: #668abf;
}