@media (max-width: 768px) {
	.btnMain{
		margin-bottom: 20px;
	}
	
	.about{
		width: 100%;
		min-height: 500px;
		background-image: linear-gradient(90deg, #ebebeb 100%, #FFFFFF 0%);
	}
	
	.border-LR{
		border-top: 1px solid #363636;
		border-bottom: 1px solid #363636;
		border-right: none;
		border-left: none;
		margin: 10px 0px;
		padding: 5px 0px;
	}
	
	.header{
		background-image:url('../images/naslovnajpg.jpg');
		background-position: right;
		text-align: center;
	}
	
	.text-center-mobile{
		text-align: center;
	}
	
	h1{
		font-size: 40px;
		color: #ffffff;
		font-weight: 600;
		text-shadow: 2px 2px #423829;
		text-transform: uppercase;
	}

	.titleArhitekt{
		font-size: 30px;
		color: #423829;
		font-weight: 400;
		text-shadow: none;
		letter-spacing: 10px;
	}

	.titleDate{
		font-size: 30px;
		color: #423829;
		font-weight: 400;
		text-shadow: none;
		letter-spacing: 3px;
	}
}