@charset "utf-8";
/* CSS Document */


/* Large monitors*/
@media (min-width:1201px) and (max-width: 2000px) {
	
body {
  overflow: hidden;
}
}





/* Desktops and laptops */
@media (min-width:960px) and (max-width: 1200px) {
	
body {
  overflow: hidden;
}
}











/*For browser/screen widths from 760px to 959px*/
@media (min-width:760px) and (max-width: 959px) {

#containersplash {
	background-image: url(../images/harwood-carpentry-salisbury-wiltshire-959.jpg);
	background-size: 959px auto;
	background-repeat: no-repeat;
}
body {
  overflow: auto;
}
}










/*For browser/screen widths from 600px to 759px*/
@media (min-width:600px) and (max-width: 759px) {

#containersplash {
	background-image: url(../images/harwood-carpentry-salisbury-wiltshire-959.jpg);
	background-size: 959px auto;
	background-repeat: no-repeat;
}
body {
  overflow: auto;
}
}










/*For browser/screen widths from 480px to 599px*/
@media (min-width:480px) and (max-width: 599px) {

#containersplash {
	background-image: url(../images/harwood-carpentry-salisbury-wiltshire-959.jpg);
	background-size: 959px auto;
	background-repeat: no-repeat;
}
body {
  overflow: auto;
}
#box501 {
	text-align: center;
	float: left;
	height: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 75%;
	clear: left;
        }
#box502 {
	width: auto;
	float: left;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
}
.hr002 {
	display: block;
	height: 1px;
	border: 0;
	border-top: 0.3px solid #72A9E1;
	margin: 1em 0;
	padding: 0;
	width: 100%;
}
}










/*For browser/screen widths from 320px to 479px*/
@media (max-width: 479px) {

#containersplash {
	background-image: url(../images/harwood-carpentry-salisbury-wiltshire-959.jpg);
	background-size: 959px auto;
	background-repeat: no-repeat;
}
body {
  overflow: auto;
}
#box501 {
	text-align: center;
	float: left;
	height: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 75%;
	clear: left;
}
#box502 {
	width: auto;
	float: left;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
}
.hr002 {
	display: block;
	height: 1px;
	border: 0;
	border-top: 0.3px solid #72A9E1;
	margin: 1em 0;
	padding: 0;
	width: 100%;
}
}
