body{
    background-color: #FAFAFA;
	padding-top: 10px;
	margin: 0;
	}
p{
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	display:inline;
	}
blockquote.quote {
  font-family: 'Slabo 27px', serif;
  font-size: 1.5vw;
  margin-top: 10px;
  font-style: italic;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-right: 10px;
  padding-left: 15px;
}
/*Artisan Heading */
h1{
	font-size: 110px;
	margin: 0;
	clear:both;
	padding-top: 25px;
	font-family: 'Slabo 27px', serif;
	color:#0072bc;
	overflow: hidden;
	display:inline-block;
	line-height: 80%;
	}
h1::first-letter {
	font-size: 170px;
	font-family: 'Italianno', cursive;
	}
/*Plumbing and Heating Heading */
h2{	
	font-size: 35px;
	margin: 0;
	padding: 0;
	font-family: 'Slabo 27px', serif;
	color:#F13301;
	overflow: hidden;
	display:block;
	}
h2.margin{
	font-size: 25px;
	margin: 0;
	}
.right h2{
	padding-left: 200px;
	color: #0072bc;
	padding-right: 100px;
	}
.right h2:first-child{
	padding-top: 80px;
	}	
.right em{
	color: black;
	font-style: normal;
	padding-left: 10px;
	}
.logo{ 
	max-height:160px;
	max-width:160px;
	position:absolute;
	top: 10px;
	left: 10px;
	}
.logo2{ 
	max-height:160px;
	max-width:160px;
	position:absolute;
	top: 10px;
	right: 10px;
	}
/* Centres all heading elements */
.heading{ 
	height:160px;
	text-align: center;
	margin-bottom: 10px;
	}
.contentholder{
	width: 95%;
	max-width: 95%;
    margin: 0 auto;
    background-color: rgba(107, 143, 178, 0.3);
	border-radius: 3px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom:10px;
	overflow:hidden;
	}
.imgholderr{
	width: 100%;
	max-width: 40%;
	margin-left:15px;
	float: right;
	}
.padding{
	padding-bottom: 50px;
	}
.footer p{
	font-size: 10pt;
	float: left;
	padding:15px;
	margin-bottom:-30px;
	display:inline;
	color: #7f8c8d;
}
	
/*Navigation Bar */
nav {
    height: 35px;
	border-radius: 3px;
    width: 100%;
    background: #F13300;
    font-size: 16pt;
	font-family: 'Slabo 27px', serif;
    position: relative;
    border-bottom: 3px solid #0072bc;
	border-top: 3px solid #0072bc;
}
nav ul {
    padding: 0;
    margin: 0 auto;
    width: 800px;
    height: 40px;
}
nav li {
    display: inline;
    float: left;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
nav a {
    color: #fff;
    display: inline-block;
    width: 132px;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    text-shadow: 1px 1px 0px black;
	float: left;
	cursor: pointer;
}
nav li a {
    border-right: 2px solid #0072bc;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav li:first-child a {
    border-left: 2px solid #0072bc;
}
nav a:hover, nav a:active {
    background-color: #AE2500;
}
nav a#pull {
    display: none;
}
/* Contact Form */
.formstyle {
    max-width: 500px;
	float: left;
	padding-left: 30px;
}
.formstyle li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.formstyle p {
	font-size: 20px;
	}
h2.contact{
	font-size: 45px;
	color: #F13301;
	}
.formstyle label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
	color: #0072bc;
	font-weight: bold;
}
.formstyle form{
	padding: 0px;
	float: right;
	}
.formstyle input[type=text], 
.formstyle input[type=tel],
.formstyle input[type=email],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
}
.formstyle input[type=text]:focus, 
.formstyle input[type=tel]:focus,
.formstyle input[type=email]:focus,
.formstyle textarea:focus, 
.formstyle select:focus{
    -moz-box-shadow: 0 0 8px #F13300;
    -webkit-box-shadow: 0 0 8px #F13300;
    box-shadow: 0 0 8px #F13300;
    border: 1px solid #F13300;
}
.formstyle .field-divided{
    width: 49%;
	//change on small devices too 100
	//reduce padding
}

.formstyle .field-long{
    width: 100%;
}
.formstyle .field-textarea{
    height: 100px;
}
.formstyle input[type=submit]{
    background: #0072bc;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	float: right;
	background: #F13300;
	border: 1px solid #0072bc;
}
.formstyle input[type=submit]:hover, .formstyle input[type=button]:hover{
    background: #005B96;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.formstyle .required{
    color:red;
}

/* Owl Carousel */

owl-demo{
	width: 100%;
	}
	#owl-demo .item{
	  margin: 3px;
	}
	.owl-prev{
	font-family: 'Slabo 27px', serif;
	font-size: 2vw;
	color: #F13301;
	display:inline;
	}
	.owl-next{
	font-family: 'Slabo 27px', serif;
	font-size: 2vw;
	display:inline;
	color: #F13301;
	padding-left: 70%;
	}
	#owl-demo .item img{
	  display: block;
	  width: 100%;
	  height: auto;
	}
@media screen and (max-width: 1145px) {
	.right h2{
	padding-left: 25px;
	}
	.padding{
	padding-bottom: 5px;
	}
} 
@media screen and (max-width: 955px) {
	h2{
	font-size: 20px;
	}
	.padding{
	padding-bottom: 5px;
	}
} 
/*Resize 800px */  
@media screen and (max-width: 800px) {
p{
	font-size: 18px;
	}
blockquote.quote {
	font-size: 15px;
	margin-left: 15px;}
h1{
	font-size: 80px;
	}
h1::first-letter {
	font-size: 110px;
	}
h2.margin{
	font-size: 20px;
	}
.right h2{
	display: inline-block;
	padding: 10px;
	}
.right h2:first-child{
	padding-top: 10px;
	}
h2.contact{
	padding: 0;
	}
.logo{ 
	max-height:130px;
	max-width:130px;
	float: left;
	}
.logo2{ 
	max-height:130px;
	max-width:130px;
	float: right;
	}
.heading{ 
	height:130px;
	text-align: center;
	}
.imgholderr{
	padding-top: 48px;
	}
.formstyle {
	padding-left: 10px;
}
    nav { 
		font-size: 14pt;
        height: auto;
		border-bottom: none;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
    }
    nav li {
        width: 50%;
        float: left;
        position: relative;
    }
    nav li a {
        border-bottom: 2px solid #0072bc;
    }
	nav li:last-child a{
		 border-right: 2px solid #0072bc;
		 }
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
	
	.owl-prev{
		font-size: 3vw;
	}
	.owl-next{
		font-size: 3vw;
		padding-left: 55%;
	}
}
@media only screen and (max-width : 480px) {
p{
	font-size: 15px;
	}
h1{
	font-size: 50px;
	margin-left: 50px;
	}
h1::first-letter {
	font-size: 70px;
	}

h2.margin{
	font-size: 14px;
	margin-left: 65px;
	}
.logo{ 
	max-height:100px;
	max-width:100px;
	float: left;
	}
.logo2{
	display:none;
	}
.heading{ 
	height:100px;
	text-align: center;
	}
.contentholder{
	padding: 6px;
	}
.footer p{
	font-size: 12px;
}
.formstyle .field-divided{
    width: 100%;
	}
.formstyle input[type=submit]{
    width: 100%;
	font-size: 15px;
}
.formstyle {
	padding-left: 1px;
}
.right em{
	font-size: 20px;
	}
.right h2{
	font-size: 20px;
	}
.right .contact{
	font-size: 40px;
	}
nav {
	border-bottom: 2px solid #0072bc;
}
nav ul {
	display: none;
	height: auto;
}
nav a#pull {
	display: block;
	background-color: #ec4001;
	width: 100%;
	position: relative;
}
nav a#pull:after {
	content:"";
	background: url('nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 5px;
}

.owl-prev{
		font-size: 4vw;
	}
	.owl-next{
		font-size: 4vw;
		padding-left: 40%;
	}
}
@media only screen and (max-width : 320px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }
	.right h2{
	display: inline-block;
	padding: 10px;
	white-space: normal;
	padding-left: 5px;
	}
	h2.contact{
	font-size: 35px;
	}
}