html, body {
	height: 97%;
	
}
.sta1 {
	text-align:center;	
}

.sta2 {
	width:150px;	
}

body {
    display: flex;
    flex-direction: column;
    background: #292D29;
    color: #C4C1B7;
    background-image: url('../images/Bottom_texture.jpg');
}



article {
	flex: auto;
}

footer {				
	text-align: center;
	flex: 0;	
	color: #A39E8F;
	
}

a1  {
	color: #9D7837;
	font-size: 20px;
}
a3 {
	color: red;
	font-weight: bold;
}
footer a3 {
	color: red;
	font-size: 20px;
	font-family: cooper;
}

.dodaj {
	height: 300px;
    width: 300px;
	border-color: red;
	background-image: url('../images/Bottom_texture.jpg');
	color: white;
}

.dodaj p{
	text-align:center;
}

.plu {
	width: 40px;
    height: 40px;
    font-size: 25px;
    text-align: center;
	color: green;
	font-weight: bold;
}

.min {
	width: 40px;
    height: 40px;
    font-size: 25px;
    text-align: center;
	color: red;
	font-weight: bold;
}

.dod2 {
	text-align: center;
    width: 90px;
    font-weight: bold;
    color: blue;
    height: 30px;
    font-size: 25px;
}

.dod3 {
	font-size: 21px;
    text-align: center;
	
}

.dod4 {
	font-size: 21px;
    text-align: center;
	color: red;
}

.dod5 {
	text-align: center;
}

.pow {
  border: 0;
  display: block ruby;
  float: right;
  height: 23px;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgba(220, 0, 0, 1);
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
	
}

.pow:hover {
  background-color: rgba(255, 0, 0, 1);
}

.pow:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.zal {
  border: 0;
  display: inline-flex;  
  height: 23px;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: green;
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
	
}

.zal:hover {
  background-color: gold;
}

.zal2 {
  border: 0;
  display: inline-flex;  
  height: 23px;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;  
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
	
}

.zal3 {
  border: 0;
  display: inline-flex;  
  height: 23px;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: blueviolet;
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
	
}

.zal3:hover {
  background-color: gold;
}

.zal4 {
  border: 0;
  display: inline-flex;  
  height: 23px;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: red;
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
	
}

.zal4:hover {
  background-color: gold;
}

.glo {
 border: 0;
 display: inline-flex;  
 height: 23px;
 padding: 0 20px;
 font-size: 1rem;
 text-align: center;
 color: #fff;
 text-shadow: 1px 1px 1px #000;
 border-radius: 10px;
 background-color:#0090c9;
 background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
 box-shadow:
 inset 2px 2px 3px rgba(255, 255, 255, 0.6),
 inset -2px -2px 3px rgba(0, 0, 0, 0.6);	
 float: right;
}	
.glo:hover{
	background-color: gold;
}

.gl1 {
  text-align: center;	
}

.wz {
 width: 300px;
 height: 300px;
 background:url('../images/wz.jpg')no-repeat; 

}

.tab {
	margin-left: auto;
    margin-right: auto; 
}	

.tab th, td {  
    border: 1px solid #F76A0C;     
    font-size: 10px;
	text-align: center;
	
 }
 
 .tab1 th {
   border: 1px solid #F76A0C;   
   padding-top: 5px;
   padding-bottom: 5px;  
   font-size: 15px;   
}

.tab1 td {
   border: 1px solid #F76A0C;   
   padding-top: 5px;
   padding-bottom: 5px;  
   font-size: 15px;   
}

.tab2 th {
	text-align: center;
	border: 1px solid #F76A0C;      
    padding-top: 5px;
    padding-bottom: 5px;  
    font-size: 15px;   
}

.tab2 td {
	border: 1px solid #F76A0C; 
}
	

.tab2  {	
	margin-left: auto;
    margin-right: auto;   
    border: 1px solid #F76A0C; 	
}

.inp {
	text-align: center;
	width: 30px;
	font-weight: bold;
	color: red;
}
.katl {
  border: 0;
  display: inline-flex;  
  height: 23px;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: green;
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
	
}

.katl:hover {
  background-color: gold;
}

.kat2 {
text-align: center;

}

.katp {
text-align: center;
  font-size: 20px;
  color: yellow;
}

.kat3 {
  border: 0;
  display: inline-flex;  
  height: 23px;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: chocolate;
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
	
}

.kat3:hover {
  background-color: gold;
}

.kat4 {
  border: 0;
  display: inline-flex;  
  height: 23px;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: teal;
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  float: right;	
}

.kat4:hover {
  background-color: gold;
}

.kat5  {
  border: 0;
  display: inline-flex;  
  height: 23px;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: slategray;
  background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
	
}

.kat5:hover {
	  background-color: gold;
}

.kosz1 {
	  color: red;
	  font-size: 13px;
}

.koszyk1 {
	 height: 30px;
	 margin-left: 25px;
	 margin-top: -30px;
	 float: left;
	 padding-bottom: 10px;
}

.zap {	  
	  font-size: 25px;
	  text-align: center;
	  color: green;
	  font-weight: bold;
}

.wyj {	  
	  font-size: 25px;
	  text-align: center;
	  color: red;
	  font-weight: bold;
}

.zam1 {
	  text-align: center;
	  font-size: 25px;
	  margin-top: 0px;
}

