@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;
	align-self: center;
    justify-self: center;
}

.footer a:hover{
	color: #999999;
	transition: .5s;
}

.footer img{
	width: 8vw;
	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;
}

.kontakt-no-bold{
	font-weight: 400!important;
}

.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;
	
}

/* MOBILE */

@media screen and (max-width: 1024px){
	
	.footer{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		line-height: 3.1vh;
	}

	.footer img{
		display: none;
	}

	.footer-tekst{
		font-size: medium;
		padding-left: 10vw;
		padding-top: 5vh;
	}

	.footer-rights{
		padding-top: 5vh;
		align-self: center;
		font-size: x-small;
	}

}


/* FOOTER LAPTOP */

@media only screen and (min-width: 1024px) and (max-width: 1400px){

	.footer-tekst{
		font-size: small;
	}

	.footer-rights{
		font-size: small;
	}


}