/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************/
/* Article
/*****************************************/