﻿.banner {
	
	background: url('../images/casserole-horizontal-2100.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
}


@media only screen and (max-width:1600px) {

.banner {
	background: url('../images/casserole-horizontal-1600.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
}

@media only screen and (max-width:1100px) {
.banner {
	
	background: url('../images/casserole-horizontal-1100.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
}

@media only screen and (max-width:800px) {
.banner {
	background: url('../images/casserole-horizontal-800.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
}

@media only screen and (max-width:400px) {
.banner {
	background: url('../images/casserole-horizontal-400.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
}


#content {
	width:100%;
	padding: 3% 12% 5% 12%;
	max-width: 1766px;
}



.content-wrapper {
	width:100%;
	display:block;
	position: relative;
	padding:5% 12%;	
	
}

@media only screen and (max-width:800px) {
	.content-wrapper {
		padding:5% 0;
	}
}

.content-wrapper img {
	width:100%;
	padding-top:5%;
}

@media only screen and (max-width:600px) {
	.content-wrapper img {
		display:none;
	}
}


h1 {
	font-size:44px;
	text-align: left;
	padding-left:12%;
}

@media only screen and (max-width:800px) {
	h1 {
		padding-left:0;
		padding-top: 5%;
	}
}

@media only screen and (max-width:400px) {
	h1 {
		padding-left:0;
		padding-top: 15%;
	}
}

h2 {
font-size:30px;
font-weight:500;
color:#333333;
padding-top:3%;
}

.no-padding {
	padding-top:0;
}


@media only screen and (max-width:600px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 25px;
	}
	
}

h3 {
	font-size:15px;
	font-weight:600;
	color:#333333;
	padding-top:3%;
	text-transform:uppercase;
}

a.services {
	color:#5b99a9;
	font-weight:600;
	padding:10px 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	line-height:2;
}
p.services {
	padding:10px 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	line-height:2;
}


@media only screen and (max-width:800px) {
p.services, a.services {
	font-size: 16px;
}