@charset "UTF-8";
/*------------------------------------
  Default Styles
------------------------------------*/
body {
	font-weight: 400;
	font-size: 0.9em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.6;
	color: #555;
	text-align: center;
	margin: 0px; }
	
div {
	padding: 30px;
	margin: 0px; }
	
a {
	color: #ec0973; }
	
a:focus,
a:hover {
	color: #ca0662; }
	
img {
	width: 80%;
	max-width: 300px;
	margin-bottom: 30px;
	margin-top: 40px; }
	
.content {
	margin-bottom: 20px; }

.footer {
	color: #777;
	font-size: 0.8em;
	background-color: #E9E9E9;
	padding: 60px;
	text-align: left; }