/*   
Theme Name: Clik Marketing Developer Preview
Description: This is the WordPress basic theme template
Author: Clik Marketing
Author URI: http://www.clikmarketing.com.au
Version: 1.0
*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f7951e;
}



body {
	/*background: url(images/grid.gif);*/
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing:-1.04px;
	text-align: center;
	background: #606060;
	margin: 0 0 60px 0 !important;

}


#wrap {
	width: 100%;
}

.masthead {
	background:#606060;
	height: 32px;
	width: 100%
}

.header {
	background:#fff url(images/bg-ui-gradient.png) repeat-x;
	padding: 30px 0 20px 0;
	width: 100%
}

.content  {
	background: #606060 url(images/shadow-2.png) no-repeat top center;
	padding: 8% 0;
}

.container {
	max-width: 980px;
	margin: auto;
	color: #fff;

}

.container h2 {
	color: #fff;
	text-shadow: 0px 2px 1px rgba(54, 54, 54, 1);
	line-height: 1.5;
}

.desc {
	margin: 30px 0;
	color: #5d5d5d;
	font-weight: 100;
}

.footer {
	color: #000;
	font-size: 14px;
	letter-spacing:-0.5px;
	padding: 10px 0; 
}



