/*========================================
   3.1 TYPOGRAPHY
==========================================*/
* {
	font-family: "sourcesans", sans-serif;
}                                               

.dark-bg {
	color:#fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2c3e50;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
	color: #fff;
}

h1 {
	font-size: 2.813rem;
	margin-bottom:10px;
	text-transform: uppercase;
}

h2 {
	font-size: 2.188rem;
	margin-bottom:10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5rem;
	margin-bottom:10px;
}

h4 {
	font-size: 18px;
	margin-bottom:8px;
}

h5 {
	font-size: 16px;
	margin-bottom:7px;
}

h6 {
	font-size: 14px;
	margin-bottom:5px;
}

.text1 {
	font-face: verdana;
	font-color: #000000;
	font-size: 20px;
	margin-bottom:0px;
}


.text2 {
	font-face: verdana;
	font-color: #000000;
	font-size: 14px;
	margin-bottom:0px;
}

.text_italic {
	font-size: 14px;
	font-style: italic;
	margin-bottom:5px;
}

.sub-heading {
	font-size: 2rem;
}

::-moz-selection {
	color: #fff;
}

::selection {
	color: #fff;
}

table {
  border-space: 0px;
  border-collapse: collapse;
}

tr.bg {
    background-image : url(images/header-bg.jpg) repeat-y;
    background-attachment: fixed;
}

td {
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.gumtree {
  padding: 25px;
}