/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */


	
		header {
			width: 93.75%; /* 720px / 768px */
		}

		#maincontent{
			width: 93.75%; /* 720px / 768px */
		}

		
		.maincontent{
			width: 93.75%; /* 720px / 768px */
		}

		
		footer {
			width: 93.75%; /* 720px / 768px */
		}
		
		.software-title {
			font-size: 1.8em;
		}

		.megatext-front-light {
			font-size: 1.4em;
		}

		.ma-headline{
			font-size:5.15em;
		}
				
		.morpholioapp-nav {
			font-size: 85%;
		}

		.morpholio{
			font-size:2.15em;
			text-align:left;
			margin-top:.4em;
			line-height:0.9em;
		}

		.ma-icon-subwrapper{
			width:100%;
			margin-left:0;
		}