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

h1
{
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	color: white;	
}

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

.wpis h6
{
	text-indent: 30px ;
}

.kreska
{
	width: 100%; 
	height: 3; 
	color: #1E88E5;
	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: blue;
}

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

img.kolo
{
	margin: 0px 0px 10px 0;
	width: 100%;
	border-radius: 50% 50%;
}

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

.gora 
{
	color: gold;
}

.wpis p
{
	text-align: justify;
    color: white;
	letter-spacing: 0.3mm;
	text-indent: 30px ;
	
}

.wpis h1
{
	color: gold;	
}

.wpis h2
{
	color: #ff3300;
	text-align: center;
	
}

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

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

.wpis h5
{
	text-align: center;
	color: gold;
	text-indent: 30px;
	letter-spacing: 0.3mm;
}

.wpis h6
{
	font-size: 18px;
	text-align: center;
	color: #ff9933;
	text-indent: 30px;
}

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

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

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

.list-unstyled a
{
	color: white;
}

.blockquote
{
	line-height: 120%;
}

@media (max-width: 768px)
{
	h1
	{
		font-size: 30px;
		color: gold;
	}
	
	.wpis
	{		
		text-align: left;
		font-size: 15px;
		padding-left: 10px;
	    padding-right: 10px;
	}

	.wpis p
	{
		text-align: justify;		
		text-indent: 20px ;
		letter-spacing: 0.2mm;
	} 
	
	.wpis h1
	{
		font-size: 22px;
		font-size: 24px;
		color: white;	
	}

	.wpis h2
	{
		font-size: 20px;
		color: #ff6600;
		text-align: center;
		
	}

	.wpis h3
	{
		font-size: 18px;
		color: #0066ff;
	}

	.wpis h4
	{
	    font-size: 16px;
		text-align: center;
		color: aqua;
	}

	.wpis h5
	{
		font-size: 14px;
		text-align: center;
		color: gold;
		text-indent: 0px;
		letter-spacing: 0.5mm;
	}
	
	.wpis h6
	{
		font-size: 14px;
		text-color: aqua;
		text-indent: 15px;
	}
	
	.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;
}