@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1201px){
	
	.wrapper{
		display: none;
	}
	
	#myVideo{
		display: none;
	}
	
	
}


/* OPSTA PODESAVANJA */


.body-mobile{
	height: 100%;
}

.section-mobile{
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}


.img1 img{
	margin-top: 10vh;
	width: 100%;
}


.naslov-mobile{
	padding: 2vh 5vw 0 5vw;
	font-size: 3rem;
	color: #2d545e;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 1;
}


.text-section p{
	font-size: 1rem;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	line-height: 2;
	padding: 0 5vw;
}


/* SECTION 1 */

#home-mobile{
	margin-top: 12vh;
}

/* LINK PDF */
	.link{
		text-align: center;
		height: auto;
		padding: 5vh 0 0 0;
	}
	
	#link1{
		text-align: center;
	  	height: auto;
	 	padding: 0 0 0vh 0;
		margin-top: 5vh;
	}
	
		#link2{
		text-align: center;
	  	height: auto;
	 	padding: 5vh 0 5vh 0;
	}
	
	/* ZA ENG VARIJANTU */
	
	#link2-eng{
		text-align: center;
	  	height: auto;
	 	padding: 5vh 0 6vh 0;
	}