#obramowanie{
	font: #663300;
	font-weight : normal;

 
   
max-height: auto;  
max-width:700px; 
overflow:hidden; 


text-align: center;	
margin: auto auto auto auto;


}

#hr1 {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.40), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.40), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.40), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.40), rgba(0,0,0,0));
} 

.nawi{
	height:20px;
	width:20px;
	color:white;
	background: #663300;
	margin: 4% 4% 4% 4%;
	padding: 0.8% 0.8% 0.8% 0.8%;
	border: 1px solid #BBB;
	font-size: 2rem;
}

.nawi:hover{
	
	color:gray;
}


.example-image-link{ 
padding: 1%;

	}
.navbar-brand{
	padding-top: 0.6%;
	
}
	
.dropdown-item{
font-size:1.2rem;	
}

.example-image-link img
{
	border: 1px solid #BBB;
}

.example-image-link img:hover
{
	opacity: 0.6;
	
}

body
{
	background-color: #2F3336;
	color: #efefef;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}


h1
{
	font-size: 36px;
	font-weight: 400;
	color: #663300;
	margin: 20px;
}

.jumpers
{
	text-align: center;
}
span{
	color: white;
	
}

.jumpers img
{
	width: 100%;
	height: auto;
}
.nav-link{
	font-size: 1.7rem;
}

.jumpers p
{
	margin-bottom: 30px;
}

.jumpers figcaption
{
	margin-top: 8px;
}

.navbar-brand
{
	font-size: 2rem;

}

.przyklad{
    overflow: hidden;
	background: white;
    border: 1px solid white;
}
.przyklad img {
	
    transition-duration: 0.7s;
    margin: 0px;
   
	opacity: 0.3;
	
	
}
.przyklad img:hover {

    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 1;
	opacity: 0.7;
	
	
}

.test {
position: absolute;
z-index: 0;

	color: black;
	width: 80%;
	height: auto;
	margin-left: 5%;
}

.test:hover {

	font-size: 15px;
	
}

.numerStrony
{
color: black;
font-size : 18px
}

.numerStrony:hover
{
color: white;
}

a{
color: black;
}

.navbar-nav li:hover>.dropdown-menu
{
display: block;
}

.navbar
{
	min-height: 57px;
}

.bg-jumpers
{
	background-color: #663300 !important;
	border-bottom: 1px solid gray;
}

#img {
	border: 1px solid #BBB;
	vertical-align: top;
	background: white; 
}