@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
body
{
	background-color: #E7719F;
	text-align: center;
	margin: 0px;
}
h1
{
	color: #B6EF75;
	font-family: "Source Code Pro";
	background-color: #DA4F85;
	text-align: center;
	padding: 1em 0;
	font-weight: normal;
	font-size: 72px;
	margin-top: -8px;
	margin-bottom: -0px;
}
p, h2, ol, ul, li, h2, h3, h4, h5, div, th, td
{
	color: #B6EF75;
	font-family: "Source Code Pro";
}
.btn
{
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	font-family: Georgia;
	color: #B6EF75;
	font-size: 32px;
	background: #B461C2;
	padding: 10px 20px;
	text-decoration: none;
}
.btn:hover
{
	background: #D18EDC;
	text-decoration: none;
}
.btnout
{
	width: 40px;
	height: 20px;
}
#footer
{
	text-align: center;
	color: gray;
	font-size: 0.7em;
	margin: 1em 0
}
#casestudy
{
	width: 600px;
	text-align: left;
	margin: 1em auto;
	font-family: sans-serif;
	line-height: 1.4em;
	padding-left: 64px;
}
#casestudy p
{
	color: #B6EF75;
	font-size: 16px;
	font-family: Quicksand;
	margin: 0;
}
#casestudy p span
{
	font-weight: bold;
	color: #B461C2;
}