/*----------------------------------------------*\
    HEADER
	======

	@package goodfolk

\*----------------------------------------------*/
/*----------------------------------------------*\
    COMPONENTS
	==========

	@package goodfolk

\*----------------------------------------------*/
/* 
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Fonts */
/* Breakpoints */
/* 480px */
/* 800px */
/* 1120 */
/* 1440 */
/* 
 *
 * / Mixins
------------------------------------------------*/
/* 
 *
 * 1./  
------------------------------------------------*/
/* Navigation */
/* line 18, ../src/nicole/header.scss */
.main-navigation {
  text-align: center; }
  /* line 21, ../src/nicole/header.scss */
  .main-navigation .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  /* line 25, ../src/nicole/header.scss */
  .main-navigation li {
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-transform: lowercase; }
  /* line 30, ../src/nicole/header.scss */
  .main-navigation a {
    text-decoration: none;
    color: #2C1A0D; }
