@charset "utf-8";
/* CSS Document */


/* NE KOPIRATI */


/* NE KOPIRATI */



footer {

	min-width: 100%;
}


.footer{
	bottom: 0;
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-template-rows: auto auto;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4vh 1vw 4vh;
	line-height: 2.5vh;
	font-size: 0.65vw;
}

.footer a{
	text-decoration: none;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	transition: .5s;
}

.footer a:hover{
	color: #999999;
	transition: .5s;
}

.footer img{
	width: 10vw;
	align-self: center;
	justify-self:center; 
}

.footer-tekst{
	justify-self:center;
	
}

.footer-tekst p{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.footer-naslovi{
	cursor: default;
	padding-bottom: 2vh;
}

.footer-rights{
	align-self: end;
	grid-column-start: 1;
	grid-column-end: 6;
	justify-self:center; 
	padding-top: 1vh;
	margin-top: 1vh;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	
}
@media screen and (min-width: 1201px){
	.mobile-footer{
		display: none;
	}
}


/* MOBILE */

@media screen and (max-width: 1201px){
	.footer{
		display: none;
	}
	

}