/**
 * @file
 * header--full-width.css
 * 
 * Styling for the "header" type: Full Width
 * 
 * -------------------------------------------------
 * Updated: Alberni Design Jr - 2019-02-12
 * 
 * Attached thru `.libraries.yml`
 *
 * ==========================================================================
 **/

header {
  padding: 1.5rem 0;
}

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