body
{
	background-color: #2F3336;
	color: #efefef;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

h1
{
	font-size: 36px;
	font-weight: 400;
	color: #00CED1;
	margin: 20px;
}

p
{
	color: white;
	letter-spacing: 0.7mm;
}

.kreska
{
	padding-top: none;
	margin-top: none;
}

.jumpers
{
	text-align: center;
	color: gold;
}

.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;
    padding: 0px 10px 0px 10px	
}

.navbar a
{
	color: #3E2723;
}

.bg-jumpers
{
	background-color: #0000CD !important;
}

.gora 
{
	color: gold;
}

.wpis
{
	background-color: #3E2723;
	text-align: justify;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0px 20px;
    border-radius: 25px;	
}

.wpis h1
{
	color: white;
}

.wpis h2
{
	color: white;
}

.wpis h5
{
	text-align: center;
	color: white;
}



.list-group-item-dark
{
	background-color: #373a3d;
	color: gold;
}

.list-group-item-dark:hover
{
	background-color: lime !important;
}

.list-group .active
{
	background-color: blue !important;
	cursor: ;
}

.wpis p
{
	text-align: justify;
    color: black;
}


.list-unstyled a
{
	color: white;
}

.blockquote
{
	line-height: 120%;
}

@media (max-width: 575px)
{
	h1
	{
		color: white;
		font-size: 30px;
	}
	.wpis
	{
		text-align: left;
		font-size: 15px;
		margin: 0px 5px 20px 5px;
		padding: 0px 10px;	
	}
	
	.wpis h2
	{
		color: gold;
		font-size: 24px;
	}
	
	.float-left, .float-right
	{
		max-width: 50%;
	}
	
	.blockquote
	{
		font-size: 17px;
	}
	
	.list-group
	{
		text-align: center;
	}
}

.scrollup
{
    width:38px;
    height:38px;
    text-decoration: none;
    background: url("img/up.PNG") no-repeat 0px 0px;
    position: fixed;
    right: 5px;
    bottom: 30px;
	z-index: 10;
	display: ;
}

footer
{
	width: 100%;
	background-color:blue;
	align: center;
	text-align: center;
}