/* Footer */
.footermenu {
  background-color: #ffffff !important;
  color: #4d4d4d !important;
  padding-top: 10px;
  bottom: 0;
  position: fixed;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.footerlinks {
  justify-content: space-between;
  height: 40px;

}
.col-sm-4.col-md-3.col-lg-2.text-center {
  padding-top: 7px;
}

a.link-footer {
    color: #4d4d4d !important;
    font-size: 13px;
    font-weight: 600;
}


a.link-footer:hover,
a.link-footer:focus,
a.link-footer:active {
  text-decoration: underline;
  color: inherit !important;
}

.copy-background {
  border-top: 1px solid #5c5c5c !important;
  background: #333333;
}
.background {
  border-top: 1px solid #5c5c5c !important;
  background: -webkit-linear-gradient(left, #512d6d, #c42f9e);
  background: -o-linear-gradient(right, #512d6d, #c42f9e);
  background: -moz-linear-gradient(left, #512d6d, #c42f9e) !important;
}
.block.block--drupal-10-aib-apiggee-kickstart-menu-footer {
  width: 100%;
}
