body{
	background: #088 /*url('square_bg.png')*/;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #222;
}
.main{
	min-height: 200px;
	max-width: 800px;
	width: 80%;
	margin: 20px auto;
	background-color: #DDD;
	border-radius: 10px;
	padding: 45px;
	box-shadow: 2px 2px 10px 5px rgba(30,30,30,.3);
}
.footer{
	font-size: .625em;
	text-align: center;
	margin: 25px auto -35px;
	padding: 10px;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #67E;
}
.project>li{
	list-style-type: none;
	text-indent: -2em;
	margin-left: 2em;
}
.project ul{
	text-indent: 0;
	list-style-type: disc;
	margin-left: -2em;
}
li{
	margin-top: .4em;
}
p{
	font-size:1em;
	margin-left: 1em;
	margin-top: .4em;
}
h1{
	font: 2.4em 'Lobster';
	margin: 0 0 0.5em 0;
	text-align: center;
}
h2{
	font: 1.75em 'Lobster';
}
h3{
	font: 1.375em 'Lobster';
}
hr{
	border: inset 1px;
	width: 18rem;
	margin: 0 auto 10px;
}
@media screen and (max-width: 720px){
	body{
		/*font-size: 1.125em;*/
	}
}
@media screen and (max-width: 470px){
	.main{
		width: 85%;
		padding: 45px 20px;
	}
	hr{
		width: 12rem;
	}
}
@media print{
	*{
		box-shadow: none !important;
		color: inherit !important;
		background: transparent !important;
	}
	.main{
		width: 100%;
		margin-top: 0;
		padding: 0;
	}
	a[href^="http"]::after{
		content: " [" attr(href)"]";
		color: #67E;
	}
	@page{
		margin: .5in;
	}
	@page :first{
		margin-top: 1in;
	}
}