

@media screen and (max-width : 800px){

	#stage-title {
		font-size: 2em;
		line-height: 25px;
	}

	#mm-title {
		font-size: 5em;
	}

}

@media screen and (max-width: 550px) {


	#mm-title {
		font-size: 3.5em;
		line-height: 60px;
	}

	#start-button {
		height: 70px;
		width: 170px;
	}

    #start-font {
	    margin: 4px;
	    font-size: 12px;
    }
}

@media screen and (max-width: 370px) {

	#start-button {
		height: 50px;
	}

	#mm-title {
		font-size: 2.8em;
		line-height: 55px;
	}

    #start-font {
	    margin: 0;
	    padding: 14px;
    }
}