@font-face {
  font-family: 'MyWebFont';
  src: 
       url('Mont.otf');    
}

@font-face {
  font-family: 'MyFont';
  src: 
       url('cool.otf');    
}
@font-face {
  font-family: 'Rubik';
  src: 
       url('Rubik.ttf');    
}
@media only screen and (max-width: 995px) {

  
  #menusklep p, #menusklepS p{
    color:white;
    text-align: center;
    
    font-family: "MyFont";
  
  }

  #jeden {
  
    background-color: white;
    padding-top: 20px;
  }
  #dwa {
   
    background-color: black;
    padding-right: 0px;
  }
  #trzy {
   
    background-color: black;
    padding-left: 0px;
   
  }
  #cztery {
   
    background-color: white;
    padding-top: 40px;
  }

  #piec {
 
    background-color: white;
    padding-top: 10px;
  }
 
  #hide {
    display: none !important;
  }

  #menu {
    background-color: black;
    padding-top: 20px;

   
    
  }
  #menusklep, #menusklepS {
  
    background-color: black;
 
  
  }
  #black2 {
    background-color: black;
    height: 10px;
  }
 
}

@media only screen and (min-width: 996px) {
 
  #menusklep p{
    color:white;
    text-align: left;
   
    font-family: "MyFont";
  }

  #jeden {
    height: 600px;
    background-color: white;
    padding-top: 140px;
  }
  #dwa {
    height: 600px;
    background-color: black;
    padding-right: 0px;
  }
  #trzy {
    height: 600px;
    background-color: black;
    padding-left: 0px;
   
  }
  #cztery {
    height: 600px;
    background-color: white;
    padding-top: 40px;
  }
  #piec {
    height: 600px;
    background-color: white;
    padding-top: 140px;
  }
  #menusklepS {
    display: none !important;
  }
  #menu {
    background-color: black;
    


    
  }


  #menulogo {
   margin-top:-35px ;
    
  }
  #menusklep {
  
    background-color: black;
 
  
  }
  #black2 {
   display: none !important;
  }

 
 
}

#menulogo {
  background-color: black;
  padding-top: 10px;
  
}



#menu p, #menulogo p{
  color:white;
  text-align: center;
  
  font-family: "MyFont";
}




#menu2 {
  background-color: black;
  padding-top: 10px;
}

#menu2 p{
  color:white;
  text-align: center;
  font-size: 15px;
  font-family: "MyFont";
  margin: 0px;
}

#menu2 img {
  max-height: 100px;

}
#nikos {
  display: block;
  margin-left: auto;
  margin-right: auto;
}




#logo {
  max-height: 150px;
 
  display: block;
  margin-left: auto;
  margin-right: auto;
 
 
}



#jeden p, #cztery p, #piec p {
  color:black;
  text-align: center;
  font-size:25px;
  font-family: "Rubik";
 
 
}



#dwa img {
  width: 100%;
}


#trzy img {
  width: 100%;
}



#cztery img{
  width: 100%;
}




h3 {
  text-align: center;
  text-decoration: underline;
  color: white;
  font-family: "MyWebFont";
}

a {

  color: inherit !important;
}

#lang a:hover, #menusklep a:hover, #menusklepS a:hover, #cztery a:hover, #piec a:hover, #menu2 a:hover {
  color: white !important;
  background-color: black;
  padding: 5px;
  border-radius: 20px;
  
}


#black {
  background-color: black;
  height: 10px;
}


div.slide-right {
  width:100%;
  overflow:hidden;
}
div.slide-right p, div.slide-right img {
  animation: 1s slide-right;
}

@keyframes slide-right {
  from {
    margin-left: -100%;
    width: 100%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}




div.slide-left {
  width:100%;
  overflow:hidden;
}
div.slide-left img, div.slide-left p {
  animation: slide-left 1s;
}

@keyframes slide-left {
  from {
    margin-left: 100%;
    width: 100%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.reveal{
  opacity: 0;

  transition: all 1s ease;
}

.reveal.active {
  opacity: 1;

}

#lang {
  background-color: black;
  text-align: right;
}

#lang img {
  height: 50px;
  width: auto;
}

.center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  
} 

.xd a {
  color: pink !important;
}

.licznik {
  color: white !important;
}