@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px){

	.sec{
		padding: 50px !important;
	}
	
	.content{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
	.textBox{
		margin-top: 5vh;
	}
	
	.textBox h2{
		font-size: 1.5em !important;
	}
	
	.textBox a{
		display: none;
	}
	
	.imgBox{
		width: fit-content;
		padding-right: 0!important;
		padding-top: 20vh;
	}
	
	
	/* MENI ISPRAVKA */
	
	#masthead-search{
		margin-top: 0.3rem !important;
		margin-right: 4rem !important;
	}
}


/* TABLET */

@media screen and (max-width: 1201px) and (min-width: 767px){
		.sec{
		padding: 50px !important;
	}
	
	.content{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
	.textBox{
		margin-top: 11vh;
	}
	
	.textBox h2{
		font-size: 1.5em !important;
	}
	
	.textBox a{
		display: none;
	}
	
	.imgBox{
		width: fit-content;
		padding-right: 0!important;
		padding-top: 20vh;
	}
}