/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-03-08, 13:25:14
    Author     : Piotr
*/
a:active, a:focus, a:visited {
  text-decoration: none;
  color: #fff; }

.whederze {
  background: url("../img/ziarna.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 100%, 0% 80%, 0% 0%);
  clip-path: polygon(100% 0%, 100% 80%, 50% 100%, 0% 80%, 0% 0%); }
  .whederze .overflow {
    height: 100%;
    width: 100%;
    margin-left: 0px;
    background-color: rgba(138, 57, 27, 0.4);
    transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in; }
  .whederze:hover .overflow {
    background-color: rgba(138, 57, 27, 0.7); }

.menu-row {
  display: flex;
  padding-bottom: 150px;
  flex-direction: column;
  align-items: center; }

.logo1 {
  display: flex;
  padding-top: 10%;
  width: 100%;
  margin-left: -4%; }

.whederze-logo {
  display: flex;
  align-items: center;
  justify-content: center; }
  .whederze-logo a {
    width: 100%; }

.whederze-menu {
  display: flex;
  height: 3vh;
  width: auto;
  padding-top: 125%;
  padding-bottom: 125%; }

.menuToogle {
  display: none; }

li {
  display: inline-table;
  text-decoration: none;
  float: left;
  padding: 10px; }
  li a {
    color: white;
    text-decoration: none; }
  li a:hover {
    text-decoration: none;
    color: white; }

@media screen and (max-width: 769px) {
  #primary-menu {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 5px;
    align-items: center;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    height: 0px; }
    #primary-menu li {
      font-size: 0px;
      -webkit-transition: all 0.6s ease-in;
      -moz-transition: all 0.6s ease-in;
      -ms-transition: all 0.6s ease-in;
      -o-transition: all 0.6s ease-in;
      transition: all 0.6s ease-in; }

  .main-navigation.toggled #primary-menu {
    height: 200px; }
    .main-navigation.toggled #primary-menu li {
      font-size: 18px;
      text-transform: uppercase; }
    .main-navigation.toggled #primary-menu li:hover {
      border-bottom: solid 1px #fff; } }
.site-navigation {
  display: block; }
  .site-navigation .menu-toggle {
    display: none; }
  .site-navigation li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 15px; }

.menu-toggle {
  background-color: transparent;
  border: none;
  background-image: url("../img/menu_poczatek.png");
  color: transparent;
  height: 25px;
  width: 35px;
  padding: 0px;
  margin: 0px auto;
  background-position: center;
  background-repeat: no-repeat;
  display: flex; }

@media screen and (min-width: 769px) {
  .logo1 {
    padding-top: 130px; }

  .menu-toggle {
    display: none; }

  .menu-row {
    position: relative; }

  #primary-menu {
    display: flex;
    justify-content: flex-end; }

  .main-navigation {
    position: absolute;
    top: 5px;
    right: 5px; }

  #masthead li {
    width: 100px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 16px;
    justify-content: center;
    text-align: center; }
  #masthead li:hover {
    border-bottom: solid 1px #fff; } }

/*# sourceMappingURL=header.css.map */
