/**
 * @file
 * The footer components.
 *
 * It includes styles for the footer itself and its
 * components.
 */

/**
 * Global footer rules
 */

 .block-footer {
  background-color: #333333;
  color: white;
}
.block-footer-wrapper{
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

@media all and (min-width: 900px) {
  .block-footer-wrapper{

  }
}


.footer-text a{
  color: white;
}

.footer-text a:hover {
  text-decoration: underline;
}
