/**
* @author Matthew Hopkins <matthew@clickcreative.com.au>
* @author Simone Bosco <simone@clickcreative.com.au>
* @author Click Creative
* @copyright 2015 Click Creative
* @package GaryPeerRealEstate/Template
* @since 08/2015
*/


/*Colours*/

/*
Blue		#00194d
Light Blue	#3a4c72
Dark Blue	#001135
Orange		#ed8f31
Grey		#666666
Light Grey	#f8f8f8
Red			#d84040
*/

/*Font Face
================================================== */

/*
@font-face {
	font-family: 'Avenir-Black';
	src: url('../fonts/Avenir-black.eot');
}

@font-face {
	font-family: 'Avenir-Black';
	src: url('../fonts/Avenir-black.woff') format('woff'),
	url('../fonts/Avenir-black.svg#Avenir-Black') format('svg');
}

@font-face {
	font-family: 'Avenir-Roman';
	src: url('../fonts/Avenir-roman.eot');
}

@font-face {
	font-family: 'Avenir-Roman';
	src: url('../fonts/Avenir-roman.woff') format('woff'),
	url('../fonts/Avenir-roman.svg#Avenir-Roman') format('svg');
}
*/


@font-face {
	font-family: 'Grifo-S-LIght';
	src: url('../fonts/Grifo-S-Light.eot'),
	     url('../fonts/Grifo-S-Light.woff') format('woff');
}

@font-face {
	font-family: 'Grifo-S-Medium';
	src: url('../fonts/Grifo-S-Medium.eot'),
	     url('../fonts/Grifo-S-Medium.woff') format('woff');
}

@font-face {
	font-family: 'GT-America-S-Regular';
	src: url('../fonts/GT-America-Standard-Regular.eot'),
	     url('../fonts/GT-America-Standard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'GT-America-S-Bold';
	src: url('../fonts/GT-America-Standard-Bold.eot'),
	     url('../fonts/GT-America-Standard-Bold.woff') format('woff');
}




/*Type
================================================== */

body{
	font-family: 'GT-America-S-Regular', sans-serif;
	color: #58575B;
	font-size: 16px;
	line-height: 1.6;
}

a{
	color: #000035;
}

a:hover{
	color: #eb3300;
}

.blue-text{
	color: #000035;
}

.orange-text{
	color: #f0662f;
}

hr.hr-margin-top{
	margin: 30px 0 0 0;
}

.lead{
	line-height: 34px;
	font-size: 24px;
	color: #444;
}

/*
h1,h2,h3,h4,h5,h6{
	font-family: 'Grifo-S-LIght';
	color: #444;
}
*/
