@media screen and (max-width:359px){
	#container {
		width:320px;		
	}

	h1 {
		font-size: 2.3em;		
	}

	.subpage {
		width:320px;
	}

	#homePageContainer {
		width:320px;
	}

	.numberSelection {
		width:19px;
	}

	.mathQuestionBox {
		width:86px;
	}

}