footer{
  background-image: url('../img/footer.png');
  color: white;
}
.footerLogo{
  max-height: 70px;
  width: auto;
}
footer a, footer p, footer a:hover{
  font-weight: 400;
  font-size: 1.5rem;
  color: white;
}
footer p.blueTxt{
  color: #7B9BCF;
}
footer .terms a, footer .terms a:hover{
  font-weight: 400;
  font-size: 0.95rem;
  color: white;
}
footer .terms li{
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid white;
}
footer .terms li:last-child{
  border-right: none;
}
footer .menu{
  margin: 0;
  padding: 0;
}
footer li{
  display: block;
  margin-left: 0;
}
.footLogo{
  width: 30px;
  margin-right: 10px;
}
footer .btn{
  border: none!important;
  color: #0E1C2D;
  background: white;
  padding: 10px 20px;
  margin: 10px 0;
  font-weight: 700;
}
footer .btn:hover{
  border: none!important;
  color: black;
  background: white;
}
