

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.center-block {
    display: block;
	text-align: center;
    margin-top: auto;
	width: 200px;
	margin-top: 20px;
 }
 
 p{
	font: "Helvetica Light", Arial, sans-serif;
 }
 
 .footer{
	 position: absolute;
	 bottom: 0;
	 width: 80%;
 }















