a {
  color: #373e97;
}

a:hover, a:focus, a:active {
  color: #373e97;
  
}

.social-icons .social-icon:hover {
  background-color: #373e97;
}

.dev-icons .list-inline-item i:hover {
  color: #373e97;
}

.bg-primary {
  background-color: #373e97 !important;
}

.text-primary {
  color: #373e97 !important;
}

#content a:hover {
  filter: brightness(85%);
}

::selection {
  color: #fff;
  background-color: #373e97;
}

#search .submit {
  background-color: #373e97;
}

#search .submit:focus {
  background: #373e97;
}

button.preview,
button.submit {
  background-color: #373e97;
}