/**
 * @file
 * footer--full-width.css
 * 
 * Styling for the "footer" type: Full Widt
 * 
 * -------------------------------------------------
 * Updated: Alberni Design Jr - 2019-02-12
 * 
 * Attached thru `.libraries.yml`
 *
 ============================================================================ */
.footer {
  padding: 1.5em 0;
  color: #fff
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}