
@media(min-width:420px){
	
	body > header h1 a {
		padding-left: 60px !important;
		background-size: 35px 40px !important;
	}
	
	.breadcrumbs h1 {
		margin-top: 10px;
		
	}

}

@media(min-width:576px){
    
    
    .naslov {
		font-size: 18px !important;
	}
    
    
	body > header h1 a {
		background-size: 35px 44px;
    }
}


@media(min-width:768px){
    
	.naslov {
		font-size: 19px !important;
	}
	
    .breadcrumbs h1 {
		color: #253965;
		font-weight: 500;
		font-size: 2.5rem;
		margin-bottom: 0; 
		line-height: 50px;
		padding: 10px 0 11px;
		margin-top: 0;
	}
	
    
}


/* @media screen and (max-width: 990px) */
/* body > header.open .mobile-handle { */
    /* background-color: #253965; */
/* } */


/* @media screen and (max-width: 990px) */
/* body>header.open .mobile-handle { */
    /* width: 32px; */
    /* height: 32px; */
    /* border-color: #fff; */
    /* top: 7px!important; */
    /* background: url(https://test.eid.gov.rs/img/mclose.svg) no-repeat 50% 50%; */
    /* background-size: 12px 12px; */
/* } */

/* @media screen and (max-width: 990px) */
/* body > header .mobile-handle { */
    /* position: absolute; */
/* } */

/* @media screen and (max-width: 990px) */
/* body>header .mobile-handle { */
    /* display: block; */
    /* width: 41px; */
    /* height: 41px; */
    /* box-sizing: border-box; */
    /* border: 1px solid #253965; */
    /* border-radius: 22px; */
    /* position: fixed; */
    /* top: 15px; */
    /* right: 10px; */
    /* background: url(https://test.eid.gov.rs/img/menu-handle.svg) no-repeat 50% 50%; */
    /* background-size: 19px 13px; */
    /* z-index: 10; */
/* } */


@media(min-width:992px){
    
    .naslov {
		font-size: 22px !important;
	}
	
	body > header h1 a {
		background-size: 45px 55px !important;
    }
    
	body > header.scrolled h1 a.registrationPortalHome {
		margin-top:-15px;
		background-size: 35px 50px !important;
	}
	
}





@media(min-width:1200px){
    
    
    
}