.footer {
  left: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(310.61deg, #9c0000 0%, #005690 100%);
  /* background:  linear-gradient(262deg, #E01414 0%, #E6479D 100%); */
  color: white;
}

.footer-loggedin{
  left: 0;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(310.61deg, #9c0000 0%, #005690 100%);
  /* background:  linear-gradient(262deg, #E01414 0%, #E6479D 100%); */
  color: white;
}

span {
  display: inline-block;
  height: 50px;
}

.copyright {
  padding-left: 6%;
}

.member-of {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

p.footer-text-regular {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
}
.m-t-md{
  margin-top: 30px;
}
.m-t-xs{
  margin-top: 15px;
}
