@media(min-width:200px) and (max-width:400px)
{
	.uk-h2, h2 {
    font-size: 27px;
	}
	
	.uk-h3, h3 {
    font-size: 24px;

}
	.uk-heading-primary {
    font-size: 40px;

}
	.uk-h1, h1 {
    font-size: 35px;
}
	.btn, .uk-button {
    font-size: 15px;
}
	.uk-navbar-center:not(:only-child) {
    top: 50%;
}
	.uk-heading-hero {
    font-size: 2rem;
}
	html {
    font-size: 16px;
}
}
@media(min-width:400px) and (max-width:1200px)
{
	.uk-responsive-height {
    max-height: 65%;
}
	.uk-navbar-center:not(:only-child) {
    top: 86%;
}
}