@charset "utf-8";
/* CSS Document */


.main-img{
	height: 50vh;
	width: 100%;
	background-image: url("../../../img/company/homepage/background_image_world_map.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #2d545e;
	display: grid;
	font-family: 'Montserrat', sans-serif;

	
}

.main-img-tekst{
	justify-self: center;
	align-self: center;
	text-align: center;
	font-size: 1.5rem
}


.vesti{
	display: grid;
	grid-template-columns: 20% 80%;
	grid-template-rows: auto;
	margin-top: 10vh;
	padding-bottom: 5vh;
	
	
}

#poslednja-vest{
	padding-bottom: 10vh;
}

.vesti-datum{
	border-left: 3px solid #2d545e;
	font-family: 'Montserrat', sans-serif;
	line-height: 1rem;
	justify-self:center;
	padding-left: 1vw;
	max-height: 5rem; 
}

.dan{
	font-size: 1rem;
}

.godina{
	font-size: 1rem;
	color:#2d545e;
}

.vesti-tekst{
	font-family: 'Montserrat', sans-serif;
	padding-right: 15vw;
	text-align: justify;
}

.naslov-vesti{
	font-size: 1.1rem;
}

.tekst-vesti{
	padding-top: 15px;
}

.vidi-vest{
	margin-top: 3vh;
}

.vidi-vesti{
	text-decoration: none;
	color: #2d545e;
	opacity: 1;
	transition: 0.5s;
	cursor: pointer;
}

.vidi-vesti:hover{
	color: #0122A0;
	transition: 0.5s;
}