body
{
	background-color: #990033;
	color: #efefef;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
	margin-left: 10px;
}

h1
{
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	color: #cc66cc;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4
{
	color-green;
}

.kreska
{
	width:100%; 
	height:3; 
	color:gold;
}

.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 5px 0px 5px;
	
}

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

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

.gora 
{
	color: gold;
}

.wpis h1
{
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}

.wpis h2
{
	color: magenta;
}

.wpis h3
{
	color: aqua;
	text-align: center;
}

.wpis h4
{
	text-align: justify;
	color: white;
}



.wpis p
{
	text-align: justify;
    color: yellow;
	letter-spacing: 0.2mm;
}


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

.wpis a
{
	color: #ff9900;
	font-size: 30px;
	text-align: center;
	
}

.wpis a hover
{
	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: ;
}

.list-unstyled a
{
	color: blue;
}

.blockquote
{
	
	line-height: 120%;
}

.blockquote-footer
{
	background-color: #B71C1C;
	color: white;
}

@media (max-width: 575px)
{
	h1
	{
		margin: 0px 10px;
		text-align: center;
		font-size: 26px;
		color: #ff6633;
	}
	
	.wpis
	{
		text-align: center;
		font-size: 15px;
		margin: 0px 5px 20px 5px;
		padding: 0px 10px;
	}
	
	.wpis h1
	{
		font-size: 22px;
		color: white;
	}

	.wpis h2
	{
		font-size: 18px;
		color: white;
	}
	
	.wpis h3
	{
		color: aqua;
		text-align: center;
	}
	
	.wpis h4
	{
		font-size: 18px;
		color: gold;
	}
	
	.wpis h1 a
	{
		font-size: 32px;
		color: gold;
	}
	
	.wpis a
{
	color: white;
	font-size: 22px;
	text-align: center;
	
}

	.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;
	display: ;
}

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