/* COLOUR REFERENCES



*/

/* !GENERAL */

body {
	margin-top: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	background: url('../img/tile.jpg') top left repeat;
}

/* !GLOBAL */

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
}

h1 {
	color: #00aeef;
	font-size: 3.5em;
	letter-spacing: -2px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

h1,h2 {
	margin: 0 0 40px;
}

h3 {
	margin: 20px 0;
}

h4 {
	font-size: 18px;
}

p {
	margin: 0 0 15px;
}

p.lead {
	font-weight: normal;
}

.lead {
	font-size: 22px;
	line-height: 1.2;
}

a:link, a:visited {
	color: #dd5638;
} 

a:hover {
	text-decoration: none;
	color: #c9302c;
}

/* !LAYOUT */

.row + .row {
	margin-top: 20px;
}

section {
	padding: 60px 0 20px 0;
}

section.main-content {
	padding: 0px 0;
}

.section-header {
	text-align: center;
}

section h2 {
	margin: 20px 0 40px;
}

section h3 {
	margin: 15px 0 10px;
	font-weight: 400;
}

#primary {
	padding-top: 0px;
	padding-bottom: 20px;
}

#splash-page {
	text-align: center;
}

.footer {
	font-size: 11px;
	width: 100%;
	height: 30px;
	color: #7f7f7f;
	padding-top: 30px;
}

#contact-form .row .hp {
	display: none;
}

/* Buttons */

.btn-group-lg > .btn, .btn-lg {
	padding: 8px 30px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 40px;
}

.btn-info {
	background-color: #00aeef;
	border-color: #46B8DA;
}

/* Icons */

.services-icon {
	padding: 35px 0 0 0;
}

/* !MEDIA QUERIES */










