html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;

}
body::-webkit-scrollbar {
  width: 0px;

}
body {
 scrollbar-width: none;
 scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 0px;
  border: 0px solid var(--scrollbarBG);
}

html, body {
    margin:0;
    padding:0;
  }

  html {
    height: 100%;
  }

  body {
     min-height: 100%;
    position:relative;
  }

@media only screen and (max-width: 570px) {
  #w {
  font-size: 0.1em;
  font-family: inherit;
  font-weight: 400;
  visibility: hidden;
  }
}

@media only screen and (min-width: 571px) {
  #w {
  font-size: 2rem;
  color: white;
  font-weight: 400;
  font-family: inherit;
  }
}

#hr2 {
border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}

#obramowanie{
  font: #663300;
  font-weight : normal;
border-collapse: collapse;
 
   padding: 25px 25px 25px 25px;
max-height: auto;  
max-width:800px; 
overflow:hidden; 
  border: 2px solid #663300;
background: url(images/perun2.jpg) repeat 50% 0%;
text-align: center; 
margin: auto auto auto auto;
width: 90%;
  height: auto;

}

.przyklad{
    overflow: hidden;
  background: white;
    border: 1px solid black;
}
.przyklad img {
  
    transition-duration: 0.7s;
    margin: 0px;
   
  opacity: 0.4;
  
  
}
.przyklad img:hover {

    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 1;
  opacity: 1;
  
  
}

.test {
position: absolute;
z-index: 0;

  color: black;
  font-weight: 1000;
  text-shadow: 1px 1px 1px silver;
  width: 80%;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
}

.test:hover {

  font-size: 15px;
  font-weight: 1000;
  text-shadow: 1px 1px 1px silver;

}
 

.myButton {
  -moz-box-shadow: 0px 1px 0px 0px #1c1b18;
  -webkit-box-shadow: 0px 1px 0px 0px #1c1b18;
  box-shadow: 0px 1px 0px 0px #1c1b18;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eae0c2), color-stop(1, #ccc2a6));
  background:-moz-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
  background:-webkit-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
  background:-o-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
  background:-ms-linear-gradient(top, #eae0c2 5%, #ccc2a6 100%);
  background:linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae0c2', endColorstr='#ccc2a6',GradientType=0);
  background-color:#eae0c2;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  border:2px solid #333029;
  display:inline-block;
  cursor:pointer;
  color:#505739;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  padding:10px 12px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ccc2a6), color-stop(1, #eae0c2));
  background:-moz-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
  background:-webkit-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
  background:-o-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
  background:-ms-linear-gradient(top, #ccc2a6 5%, #eae0c2 100%);
  background:linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc2a6', endColorstr='#eae0c2',GradientType=0);
  background-color:#ccc2a6;
}
.myButton:active {
  position:relative;
  top:1px;
}

#menu {
z-index:1;
  position: fixed;
  right: 0;
  top: 25%;
  width: 2em;
  margin-right: 0.7em;
  margin-top: 3em;
}

.powiekszenieImg {
    text-decoration: none;
    display: inline-block;
    width: 2em;
    height: 2em;
    opacity: 1;
    transform: scale(1,1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    cursor: pointer;
}
.powiekszenieImg:active {
    opacity: 1;
    transform: scale(1.5,1.5);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -webkit-transform: scale(1.5,1.5);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.5,1.5);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.powiekszenie {
    text-decoration: none;
    display: inline-block;
    width: 2em;
    height: 2em;
    opacity: 1;
    transform: scale(1,1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.powiekszenie:hover {
    opacity: .7;
    transform: scale(1.05,1.07);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

body
{
	background-color: #2F3336;
	color: #efefef;
    
    font-size: 17px;

}

h1
{
	font-size: 32px;
	font-weight: 400;
	color: #C0D06F;
	margin: 20px;
}

.jumpers
{
	text-align: center;
}

.jumpers img
{
	width: 100%;
	height: auto;
}

.jumpers p
{
	margin-bottom: 30px;
}

.jumpers figcaption
{
	margin-top: 8px;
}

.navbar-nav li:hover>.dropdown-menu
{
	display: block;
}

.navbar
{
	min-height: 57px;
}

.bg-jumpers
{
	background-color: #7a3c05 !important;
}

#hr1
{
border : 0;
  height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0)); 
  text-align: center;
   }

#hr1:after { 
  /* content: "© Piotr Lubas - lubas@onet.eu"; */
  display: inline-block; 
  position: relative; 
  top: -0.7em; 
  font-size: 0.3em; 
  padding: 0 0.25em; 
  background: opactivity; 
}

.kwadrat{
	border-width: 1px;
  border-style: solid;
  border-color: white;
    font-size: 14px;

  height: 100px;
  width: 175px;
  padding: 2px;
	
}

figcaption{
	color: white;
	
}

.cyfry{
color: #4CAF50;
  font-size: 16px;

}



.obramowanie {
border-width: 1px;
  border-style: solid;
  border-color: white;
  padding: 15px;


}

.kwadrat1{
	border-width: 1px;
  border-style: solid;
  border-color: white;
    font-size: 14px;
  padding: 0px;
	
}

.wyrownanie {
	
text-align: left;
  padding-left: 0px;
text-align: justify;  /* wyjustowany */
text-justify:auto;
}

#czerwony {
	color: #BE2C41;	
}


#zielony{
	color: #66994C;
}

#zolty {
	color: #FFD100;
}

#niebieski {
	color: lightblue;
}

.background {
	background-color: #aaa6b3;
	
}

.hr { 
  display: inline-block; 
  background: opactivity; 
  height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0)); 
  text-align: top;

}
