@charset "utf-8";
/* CSS Document */
@media screen and (max-width:480px) {
	.brand-name{
		font-size:50px;
	
	}
}

@media screen and (max-width:320px) {
	.brand-name{
		font-size:30px;
	
	}
}
@media screen and (max-width:240px) {
	.brand-name{
		font-size:22px;
	}
	
}
@media screen
and (orientation : portrait) {
	
	.brand-name{
		font-size:25px;
	}
	.menuRubrik{
		font-size:22px;
	  }
}