/*STYLING THE (HEADER)*/
header {
  text-align: left;
  padding-top: 50px;
}
header .col-lg-3 img {
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-radius: 100%;
}
header .col-lg-6 h4 {
  font-size: 28px;
  font-weight: 300;
}
header .col-6 button {
  border: 1px solid #dddddd;
  font-weight: 500;
  font-size: 14px;
  margin-right: 5px;
}
header .col-6 button .settings svg {
  margin-top: 5px;
  fill: black;
}
header .pff a,
header span,
header b {
  color: black;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  font-size: 14px;
}
header .link a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #00449d;
  font-weight: 500;
}/*# sourceMappingURL=face-header.css.map */