
/* Index Page Styling */

body {
		font-size: 130%;
	}


/* Media Queries */


@media (max-width: 800px) {

		body {
			font-size: 100%;
		}


	}

