.center  {
	margin-left: auto;
	margin-right: auto;
}

p#blurb {
  text-align: center;
  font-size: 1.5em;
}

p#blurb, #name {
	font-family: 'Advent Pro', sans-serif;
	font-weight: 200;
}

#name {
	font-size: 2em;
	vertical-align:30%;
}

#body {
	background: rgba(224,224,224,0.5);
	margin-top: 2%;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

.curly-brackets {
	font-size: 3em;
	text-align: center;
}

@media screen and (max-width: 4in){
	.mobile-hide { display: none; }
}
