/**
 * @file
 * Colour variables
 *
 */
/**
 * @file
 * Grid variables
 *
 */
/**
 * @file
 * Typography variables
 *
 */
/**
 * @file
 * Mixins and functions for boxes and borders
 *
 */
.shadow-divider {
  border: 0;
  height: 6px;
  -moz-box-shadow: 0 6px 9px -6px #a4a4a4 inset;
  -webkit-box-shadow: 0 6px 9px -6px #a4a4a4 inset;
  box-shadow: 0 6px 9px -6px #a4a4a4 inset;
}

/**
 * @file
 * Mixins and functions for buttons, links and icons
 *
 */
/**
 * @file
 * Mixins fnd functions for buttons
 *
 */
/**
 * @file
 * Mixins for layout
 *
 */
/**
 * @file
 * Mixins for typography
 *
 */
.l-header,
.l-main,
.l-footer {
  width: 980px;
}
