@import url("init.css");
@import url("alg.css");
a {
  color: #cd005f;
}
.nav a {
  color: #000;
}
.nav a:hover {
  color: #cd005f;
}
.active {
  color: #cd005f !important;
}
.navbar-toggle:hover {
  background-color: #a0c3dc;
}
h1 {
  color: #e10037;
}
h2 {
  color: #cd005f;
}
h3 {
  color: #e10037;
}
hr {
  border: 1px #e10037 solid;
}
input,
textarea,
button {
  border: 1px #cd005f solid;
}
.kleurachter {
  background: #cd005f;
}
.lichtkleur {
  background: #a0c3dc;
  border-bottom: 2px #cd005f solid;
}
.humanborder {
  border: 5px #cd005f solid;
}
