@media ( orientation : landscape) {
	.smalltext {
		font-size: 0.85em;
	}
	.normaltext {
		font-size: 1em;
	}
	.bigtext {
		font-size: 1.5em;
	}
	.biggesttext {
		font-size: 2.4em;
	}
	.title{
		font-size: 1.4em;
		font-weight: bold;
	}
	
	.subtitle{
		font-size: 0.9em;
		font-weight: normal;
	}
	
}


@media ( orientation : portrait) {
	.normaltext {
		
	}
	
}