/* #clientLogoImg {background-color: #ffffff;} */

@font-face {
    font-family: "Titillium Web";
}

body {
  font-family: "Titillium Web";
  font-size: 16px;
}

h1,h2,h3,h4,h5 {
  font-family: "Titillium Web";
}

a:link {
    color: #0d6efd;
}
a:hover {
    text-decoration: underline !important;
    color: #0a58ca;
}

.nav-link {
  color: #ffffff !important;
}

.site-header h3 {
    color: #ffffff;
}