/*   
Theme Name: Online Tourism - Developer
Description: This is the WordPress basic theme template
Author: Online Tourism
Author URI: https://www.onlinetourism.com.au
Version: 2.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;
}


body {
	/*background: url(images/grid.gif);*/
	font-family: 'Arial', sans-serif;
	background: url(images/light_wool.png) repeat;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 40px 0 !important;
}


#wrap {
	width: 100%;
	padding: 3% 0;
}

.container {
	max-width: 980px;
	margin: auto;
}

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

.footer {
	color: #fff;
	font-size: 14px;
	background: #277cc2;
	padding-top: 10px;
	padding-bottom: 10px;
}



