body{
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Libre Franklin", sans-serif;
}
header{
    width: 100%;
}
.top-header-wrapper {
    background-color:   #2e4053   ;
    width: 100%;
}
.top-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:  #2e4053  ;
    width: 95%;
    max-width: 2040px;
    margin: 0 auto;
}
.contactInfo, .signIn {
    background-color: #3b536b;
    margin: 8px 0;
    padding: 0 10px;
    border-radius: 30px;
    color: white;
    display: flex;
    align-items: center;
}
.contactInfo a, .signIn a{
    color: white;
    text-decoration: none;
}
.contactInfo a:hover, .signIn a:hover{
    cursor: pointer;
    text-decoration: underline;
}
.contactInfo :hover, .signIn :hover{
    color: white;
}
.contactInfo img, .signIn img{
    margin-right: 10px;
    max-width: 25px;
}
.bottom-header{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    padding: 25px;
}
.logo img{
    height: auto;
    width: 650px;
}
.nav-header{
    width: 80%;
    max-width: 1500px;
    margin: 0 auto;
}
.bar ul{
    display: flex;
    list-style: none;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    text-align: center;
}
.bar-li{
  flex: 1;
  border: 1px solid #DADEEA;
  text-align: center;
}
.bar-li a{
    height: 40px;
}
.bar-li:hover img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(1900%) hue-rotate(-10deg) brightness(95%) contrast(85%);
}
.bar-a-invis{
    color: #99A2B5;
    text-decoration: none;
}
.bar-a{
    color: #99A2B5;
    text-decoration: none;
}
.bar img{
    max-width: 25px;
}
.bar li:hover{
    border: 1px solid #b8121d;
}
.full-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #99A2B5;
  padding: 20px;
  gap: 8px;
}
.full-link:hover {
  color: #b8121d;
  font-weight: bold;
}
