body{
	margin:0;
	font-family: "Comic Sans MS", sans-serif;
}

.naslov{
	border-bottom: 1px solid #008000;
}

.naslov_logo{
	background-color:#008000;
	color: white;
	padding: 5px;
	font-size: 25px;
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
	text-align: center;
	font-family: "Comic Sans MS", sans-serif;
}

@media only screen and (max-width: 992px) {
	.naslov_logo{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	}
}

.naslov_naslov{
	padding: 5px;
	font-family: "Comic Sans MS", sans-serif;
	color: #008000;
	font-size: 25px;
}

.carousel-control-prev{
	background-image: linear-gradient(to left, rgba(255,0,0,0), Black);
}

.carousel-control-next{
	background-image: linear-gradient(to right, rgba(255,0,0,0), Black);
}

.topnav {
	float:left;
	overflow: hidden;
	background-color: White;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.topnav a {
	float: left;
	display: block;
	color: Black;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 18px;
	font-family: "Comic Sans MS", sans-serif;
}

.topnav a:hover {
	color: Black;
	background-color: LightGray;
	text-decoration: none;
	border-bottom: 2px solid LightGray;
}

.topnav a.active1 {
	color: Black;
	border-bottom: 2px solid #008000;
}

.topnav .icon {
	display: none;
}

.fa-bars{
	height: 28px;
	padding:5px;
}

@media screen and (max-width: 992px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
		float: right;
		display: block;
	}
	
	.topnav a{
		float:left;
	}
	
	.topnav a:hover{
		border-bottom: 0;
	}
	
	.topnav a.active1{
		border-bottom:0;
		color: White;
		background-color: #008000;
	}
	
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}

.parallax {
	min-height: 500px; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-footer{
	background-color: Gray;
	color: White;
	font-size: 17px;
	font-family: "Comic Sans MS", sans-serif;
}

.fa-facebook{
	background-color: #3B5998;
	color: White;
	padding: 10px 10px 0px 10px;
	height: 35px;
	width: 35px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
}

.fa-facebook:hover{
	color: White;
	background-color: #3B5998;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.naslov_naslov_naslov{
	font-size: 30px;
	color: #008000;
	font-family: "Comic Sans MS", sans-serif;
	padding: 35px;
	text-align: center;
}

.list_text{
	font-size: 18px;
	font-family: "Comic Sans MS", sans-serif;
	padding: 15px 20px;
}

.list_text_naslov{
	font-size: 22px;
	font-family: "Comic Sans MS", sans-serif;
	color: #008000;
	text-align: center;
	padding: 20px;
}

.grid-box {
	display: flex;
	flex-direction: column;
	padding: 15px 20px 0px 15px;
}

.grid-box1 {
	display: flex;
	flex-direction: column;
}

.first-row {
	display: flex;
}

.grid {
	overflow: hidden;
	transition: all .3s linear;
}

.grid:hover img {
	transform: scale(1.2);
	transition: all .3s linear;
	filter: grayscale(30%);
}

.text_contact{
	font-size: 18px;
	font-family: "Comic Sans MS", sans-serif;
}

.fas{
	color: #008000;
}