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

	@package piknikpress

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

	@package piknikpress

\*----------------------------------------------*/
/* 
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Breakpoints */
/* 400px */
/* 400px */
/* 600px */
/* 800px */
/* 1100px */
/* 1400px */
/* Fonts */
/* 
 *
 * / Mixins
------------------------------------------------*/
/* 
 *
 * 1./  
------------------------------------------------*/
@media screen and (min-width: 25em) {
  /* line 16, ../src/header.scss */
  header {
    position: relative; } }

/* line 22, ../src/header.scss */
.logo__wrapper {
  margin-top: 1em; }

/* line 25, ../src/header.scss */
.logo__link {
  display: block;
  max-width: 8em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100; }
  @media screen and (min-width: 68.75em) {
    /* line 33, ../src/header.scss */
    .home .logo__link {
      position: absolute !important;
      width: 100%;
      top: -2em;
      left: -2em; } }
  @media screen and (min-width: 87.5em) {
    /* line 33, ../src/header.scss */
    .home .logo__link {
      max-width: 10em; } }

/* line 45, ../src/header.scss */
.nav {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 2em;
  margin-left: -0.5em;
  margin-right: -0.5em; }
  @media screen and (min-width: 25em) {
    /* line 45, ../src/header.scss */
    .nav {
      font-size: 1em; } }
  @media screen and (min-width: 37.5em) {
    /* line 45, ../src/header.scss */
    .nav {
      position: absolute;
      top: 3.5em;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (min-width: 50em) {
    /* line 45, ../src/header.scss */
    .nav {
      font-size: 1.25em;
      top: 2em; } }
  /* line 70, ../src/header.scss */
  .nav__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 37.5em) {
      /* line 70, ../src/header.scss */
      .nav__list {
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 36em; } }
  @media screen and (min-width: 37.5em) {
    /* line 80, ../src/header.scss */
    .nav__list-item:nth-of-type(1) {
      margin-right: 1em; } }
  @media screen and (min-width: 37.5em) {
    /* line 85, ../src/header.scss */
    .nav__list-item:nth-of-type(2) {
      margin-right: 4em; } }
  @media screen and (min-width: 37.5em) {
    /* line 90, ../src/header.scss */
    .nav__list-item:nth-of-type(3) {
      margin-left: 7em; } }
  /* line 96, ../src/header.scss */
  .nav__list-link {
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 0.5em;
    transition: color 0.2s; }
    @media screen and (min-width: 25em) {
      /* line 96, ../src/header.scss */
      .nav__list-link {
        padding: 0.5em 1em 1em 1em; } }
    /* line 107, ../src/header.scss */
    .nav__list-link:hover {
      color: #ee1c25; }
    /* line 110, ../src/header.scss */
    .nav__list-link--current {
      color: #ee1c25; }
