
@media ( orientation : portrait) {
	.minitext {
		font-size: 0.8em;
	}
	
	.smalltext {
		font-size: 0.9em;
	}
	.tabtext {
		font-size: 1em;
	}
	.normaltext {
		font-size: 0.9em;
	}
	.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;
	}
	
}