@charset "utf-8";
/* CSS Document */

/* Main text CSS */

/* comment out code to clear padding when mobile, tablet, or desktop is used */
/*.row:before, .row:after {
	content: ""; 
	display:table;
	}
.row:after {clear:both;} */

/* Align text for h1 and p */
h1 {margin-left:80px;margin-right:80px;}
p {margin-left:80px;margin-right:80px;}




