.bg-primary {
    background-color: #007bff!important;
}
.text-primary {
    color: #007bff!important;
}

a {
    color: #007bff;
    
}

a:hover, a:focus, a:active {
    color: #007bff;
  }
  
  .social-icons a:hover {
    background-color:  #007bff;
  }
  
  .dev-icons {
    font-size: 3rem;
  }
  
  .dev-icons .list-inline-item i:hover {
    color:  #007bff;
  }