/* @override 
	http://canvas.paulkellycreative.com.au/formflow/index.css
	http://canvas.paulkellycreative.com.au/empireprotection/index.css
	http://canvas.paulkellycreative.com.au/southern-piling-landing/index.css
	http://canvas.paulkellycreative.com.au/daact/index.css
	http://daact.com.au/index.css */

* {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body {color: #333;margin: 0;background: #fff;
}
a, p, h2, h3, h4, li {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	}
a {text-decoration: none; color: #7e7e7f;
}
p {
	font-size: 20px;
}
h3 {
	font-size: 30px;
}
.wrapper {
	text-align: center;
	padding-top: 100px;
}
a {
	color: #333!important;
}
.text {
	margin: 40px 0;
}
span {
	color: #5ce1e6;
}
img {max-width: 100%;}
h4 a {
	background: #5ce1e6;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff!important;
}
h4 a:hover {
	opacity: 0.9;
}
@media screen and (min-width:1800px) {

}
@media screen and (max-width:600px) {
	h3 {
		padding: 20px;
	}
	.logo {
		padding: 20px;
	}
}