.u-url {
  color: #0f7173;
}

.u-url:visited {
  color: #16a3a6;
}

a {
  color: #0f7173;
}

a:visited {
  color: #16a3a6;
}

body {
  color: #27263f;
}

.btn, .button {
  border: .05rem solid #27263f;
  background: #fff;
}

.label.label-primary {
  color: #fff;
  background: #df3b57;
}

code {
  color: #df3b57;
}

.label.label-secondary {
  color: #df3b57;
  background: #f2b1bc;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
  color: #0f7173 !important;
}

#header {
  background: rgba(255,255,255,.75);
}