/* #### Desktops #### */
@media screen and (min-width: 1024px){
	    body {margin-left:0%;margin-right:0%;background-color:#f2f4f4;
		      font-size:1em;color:black;font-family:"Noto Sans Grantha";
		      line-height:1.5em;}
}

/* iPhone in Portrait */
@media only screen
and (min-device-width : 428px)  and (min-device-height: 926px) and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {
	    body {margin-left:5%;margin-right:5%;background-color:#f2f4f4;
		      font-size:1.5em;color:black; text-align:justify; line-height:1.5em;}
}

/* iPhone in Landscape */
@media only screen
and (min-device-width : 428px)  and (min-device-height: 926px) and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {
	    body {margin-left:10%;margin-right:10%;background-color:#f2f4f4;
		      font-size:1.25em;color:black; text-align:justify; line-height:1.5em;}
}
