@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

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

div.page-header h1{
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 2.4em;
	color: #00000;
}

div.page-header h1 small{
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	color: #7f8c8d;
}

.contact_detail {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 35px;
}

footer{
	margin-top: 50px;
	text-align: right;
	width : 90%;
}

footer a{
	color:#7f8c8d;
}

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

a.brand{
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
}

a.brand small{
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	padding-left: 10px;
	color: #7f8c8d;
}

#contact_details .btn{
	min-width: 120px;
}











