p {
		margin: 0px;
		padding: 5px;
		font-family: Roboto;
		font-size: 17px;
		line-height: 140%;
	}

	li {
		margin: 0px;
		padding: 5px;
		font-family: Roboto;
		font-size: 17px;
		line-height: 140%;

	}

	h2 {
		margin: 0px;
		padding: 5px;
		font-family: Roboto;
		font-size: 26px;
		line-height: 120%;
	}	

	h3 {
		margin: 0px;
		padding: 5px;
		font-family: Roboto;
		font-size: 22px;
		line-height: 120%;
	}	
	
	h4 {
		margin: 0px;
		padding: 5px;
		font-family: Roboto;
		font-size: 20px;
		line-height: 120%;
	}

	a {
		color: #bbb;
		font-family: Roboto;
		font-size: 17px;
		line-height: 140%;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
		color: #e5bb35;
		font-size: 17px;
	}
	
	a:active {
		color: #e5bb35;
	}

body {
	margin: 0px;
	width: 100%;
	background-color: #faeb86;
}

@media (min-width: 300px) {
/* top banner */

/* logo and animation */

.headerbanner {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/mainhomepagelogo.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.headerbannerservices {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/serviceshomepagelogo.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.headerbannerportfolio {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/portfoliohomepage.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.Schoolsmain {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/SchoolWorkshomepage.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.Gardensmain {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/Gardenhomepage.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.color-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  background-color: black;
  opacity: .7;
  position: absolute;
  animation-name: image-fade;
  animation-duration: 5s;
}

.logo {
 margin-top: 50px;
 display: inline-block;
 z-index: 1;
 width: 100%;
 position: absolute;
 text-align: center;
 animation-name: logo-fade;
 animation-duration: 5s;
}

.logopic {
	width: 300px;
}

.logotext {
 display: inline-block;
 z-index: 2;
 color: #e5bb35;
 margin-top: 250px;
 width: 100%;
 position: absolute;
 text-align: center;
 animation-name: logotext-fade;
 animation-duration: 5s;
 padding: 0px;
}

@keyframes image-fade {
	
 0% {
  opacity: .0;
 }
 
100% {
 opacity: .7;
}

}

@keyframes logo-fade {
 0% {
  opacity: .0;
 }
 
100% {
 opacity: .9;
}

}

@keyframes logotext-fade {
	0% {
  opacity: .0;
 }
 
100% {
 opacity: .9;
}

}

/*info banner */

.infobanner {
	background-color: black;
}

.infobanner a {
	color: #bbb;
	text-decoration: none;
	font-size: 20px;
}

.infobanner a:active {
	color: #e5bb35;
}

.infobanner a:focus {
	color: #e5bb35;
}

a#active {
	color: #e5bb35
}

.introtext {
	font-size: 22px;
	padding: 20px;
	text-align: center;
	color: white;
}

.introtext img {
	vertical-align: middle;
	height: 50px;
	padding: 5px;
}

.introtext a {
	padding-right: 60px;
	
}

/* content area */

.content {
	background-color: black;
    margin-top: 20px;
    color: white;
    width: 100%;
    padding: 20px 30px 30px 20px;
    text-align: center;
	display: inline-block;
}

.contentform {
	background-color: black;
	margin-top: 30px;
	color: #bbb;
	padding: 100px 100px;
	padding-bottom: 40px;

}

.titleheading {
	color: #e5bb35;
}

/* services columns */

.columnservices {
  float: left;
  width: 100%;
  border: 3px solid #e5bb35;
  margin-left: 10px;
  margin-bottom: 20px;
  text-align: center;
}

	/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.image {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow:hidden;
}

.button {
	font-size: 17px;
      box-shadow: inset 0 0 0 2px #e5bb35 !important;
    color: #e5bb35 !important;
    border: 0;
  cursor: pointer;
    display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.button:hover {
  background-color: #e5bb35;
    color: black !important;
}

/*portfolio hompage boxes */

.rowportfolio {
	padding-top: 10px;
	display: inline-flex;
}

	/* Clear floats after the columns */
.rowportfolio:after {
  content: "";
  display: table;
  clear: both;
}
  
.columnportfolio {
  float: left;
  border: 3px solid #e5bb35;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.imageportfolio {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow:hidden;
}

.buttonportfolio {
	font-size: 17px;
      box-shadow: inset 0 0 0 2px #e5bb35 !important;
    color: #e5bb35 !important;
    border: 0;
  cursor: pointer;
    display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.buttonportfolio:hover {
  background-color: #e5bb35;
    color: black !important;
}

/* gallery */

.row {
	padding-top: 0px;
	padding-bottom: 0px;
	}

div.gallery {
  border: 1px solid #e5bb35 ;
}

div.gallery:hover {
  border: 1px solid #e5bb35 ;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 10px;
  text-align: center;
  background-color: black;
  color: white;
}

* {
  box-sizing: border-box;
}

/* gallery set */

.responsive {
  padding: 0 6px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* contact bar */

.contactus {
	margin-top: 20px;
	background-color: black;
	display: none;
}

.contact {
	font-size: 22px;
	padding: 20px;
	text-align: center;
	color: white;
}

.contact img {
	vertical-align: middle;
	height: 50px;
	padding: 5px;
}

.contact a {
	padding-right: 30px;
	
}

/* form */

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #e5bb35;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 20px;
  background: rgba(255,255,255,0.1);
  color: #fff;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #e5bb35;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 20px;
  height: 150px;
  background: rgba(255,255,255,0.1);
  color: #fff;
}

input[type="submit"] {
    font-size: 17px;
      box-shadow: inset 0 0 0 2px #e5bb35 !important;
    color: #e5bb35 !important;
    border: 0;
  cursor: pointer;
    display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	margin-top: 20px;
	background-color: black;
}

input[type="submit"]:hover {
	background-color: #e5bb35;
    color: black !important;
}

label {
    float: left;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    line-height: 24px;
    box-sizing: border-box;
    color: #e5bb35;
}

.form {
	background-color: black;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #bbb;
	padding-bottom: 40px;
	
}

/* Footer */

.footer {
	background-color: black;
	margin-top: 20px;
}

.footer p {
	color: #bbb;
}

.footer h2 {
	color: #e5bb35;
}

.footerrow {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footercolumn {
	float: left;
	width: 100%;
	margin-left: 10px;
}

.footercolumnlinks {
	float: left;
	width: 100%;
	margin-left: 10px;
}

.footercolumnfind {
	float: left;
	width: 100%;
	margin-left: 10px;
	
}

/* Clear floats after the columns */
.rowfooter:after {
  content: "";
  display: table;
  clear: both;
}
}

@media (min-width: 768px) {
/* top banner */

/* logo and animation */

.headerbanner {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/mainhomepagelogo.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.headerbannerservices {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/serviceshomepagelogo.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.headerbannerportfolio {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/portfoliohomepage.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.Schoolsmain {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/SchoolWorkshomepage.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.Gardensmain {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/Gardenhomepage.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.color-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  background-color: black;
  opacity: .7;
  position: absolute;
  animation-name: image-fade;
  animation-duration: 5s;
}

.logo {
 margin-top: 50px;
 display: inline-block;
 z-index: 1;
 width: 100%;
 position: absolute;
 text-align: center;
 animation-name: logo-fade;
 animation-duration: 5s;
}

.logopic {
	width: 409px;
}

.logotext {
 display: inline-block;
 z-index: 2;
 color: #e5bb35;
 margin-top: 325px;
 width: 100%;
 position: absolute;
 text-align: center;
 animation-name: logotext-fade;
 animation-duration: 5s;
 padding: 0px;
}

@keyframes image-fade {
	
 0% {
  opacity: .0;
 }
 
100% {
 opacity: .7;
}

}

@keyframes logo-fade {
 0% {
  opacity: .0;
 }
 
100% {
 opacity: .9;
}

}

@keyframes logotext-fade {
	0% {
  opacity: .0;
 }
 
100% {
 opacity: .9;
}

}

/*info banner */

.infobanner {
	background-color: black;
}

.infobanner a {
	color: #bbb;
	text-decoration: none;
	font-size: 20px;
}

.infobanner a:active {
	color: #e5bb35;
}

.infobanner a:focus {
	color: #e5bb35;
}

a#active {
	color: #e5bb35
}

.introtext {
	font-size: 22px;
	padding: 20px;
	text-align: center;
	color: white;
}

.introtext img {
	vertical-align: middle;
	height: 50px;
	padding: 5px;
}

.introtext a {
	padding-right: 50px;
	
}

/* content area */

.content {
	background-color: black;
    margin-top: 20px;
    color: white;
    width: 100%;
    padding: 20px 30px 30px 20px;
    text-align: center;
	display: inline-block;
}

.contentform {
	background-color: black;
	margin-top: 30px;
	color: #bbb;
	padding: 100px 100px;
	padding-bottom: 40px;

}

.titleheading {
	color: #e5bb35;
}

/* services columns */

.columnservices {
  float: left;
  width: 100%;
  border: 3px solid #e5bb35;
  margin-left: 10px;
  margin-bottom: 20px;
  text-align: center;
}

	/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.image {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow:hidden;
}

.button {
	font-size: 17px;
      box-shadow: inset 0 0 0 2px #e5bb35 !important;
    color: #e5bb35 !important;
    border: 0;
  cursor: pointer;
    display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.button:hover {
  background-color: #e5bb35;
    color: black !important;
}

/*portfolio hompage boxes */

.rowportfolio {
	padding-top: 10px;
	display: inline-flex;
}

	/* Clear floats after the columns */
.rowportfolio:after {
  content: "";
  display: table;
  clear: both;
}
  
.columnportfolio {
  float: left;
  border: 3px solid #e5bb35;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.imageportfolio {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow:hidden;
}

.buttonportfolio {
	font-size: 17px;
      box-shadow: inset 0 0 0 2px #e5bb35 !important;
    color: #e5bb35 !important;
    border: 0;
  cursor: pointer;
    display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.buttonportfolio:hover {
  background-color: #e5bb35;
    color: black !important;
}

/* gallery */

.row {
	padding-top: 0px;
	padding-bottom: 0px;
	}

div.gallery {
  border: 1px solid #e5bb35 ;
}

div.gallery:hover {
  border: 1px solid #e5bb35 ;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 10px;
  text-align: center;
  background-color: black;
  color: white;
}

* {
  box-sizing: border-box;
}

/* gallery set */

.responsive {
  padding: 0 6px;
  float: left;
  width: 49.99999%;
  margin-bottom: 10px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* contact bar */

.contactus {
	margin-top: 20px;
	background-color: black;
	display: block;
}

.contact {
	font-size: 22px;
	padding: 20px;
	text-align: center;
	color: white;
}

.contact img {
	vertical-align: middle;
	height: 50px;
	padding: 5px;
}

.contact a {
	padding-right: 30px;
	
}

/* form */

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #e5bb35;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 20px;
  background: rgba(255,255,255,0.1);
  color: #fff;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #e5bb35;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 20px;
  height: 150px;
  background: rgba(255,255,255,0.1);
  color: #fff;
}

input[type="submit"] {
    font-size: 17px;
      box-shadow: inset 0 0 0 2px #e5bb35 !important;
    color: #e5bb35 !important;
    border: 0;
  cursor: pointer;
    display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	margin-top: 20px;
	background-color: black;
}

input[type="submit"]:hover {
	background-color: #e5bb35;
    color: black !important;
}

label {
    float: left;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    line-height: 24px;
    box-sizing: border-box;
    color: #e5bb35;
}

.form {
	background-color: black;
	margin-top: 10px;
	margin-left: 100px;
	margin-right: 100px;
	color: #bbb;
	padding-bottom: 40px;
	
}

/* Footer */

.footer {
	background-color: black;
	margin-top: 20px;
}

.footer p {
	color: #bbb;
}

.footer h2 {
	color: #e5bb35;
}

.footerrow {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footercolumn {
	float: left;
	width: 100%;
	margin-left: 10px;
}

.footercolumnlinks {
	float: left;
	width: 100%;
	margin-left: 10px;
}

.footercolumnfind {
	float: left;
	width: 100%;
	margin-left: 10px;
	
}

/* Clear floats after the columns */
.rowfooter:after {
  content: "";
  display: table;
  clear: both;
}
}

@media (min-width: 992px) {
/* top banner */

/* logo and animation */

.headerbanner {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/mainhomepagelogo.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.headerbannerservices {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/serviceshomepagelogo.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.headerbannerportfolio {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/portfoliohomepage.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.Schoolsmain {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/SchoolWorkshomepage.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.Gardensmain {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/Gardenhomepage.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.color-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  background-color: black;
  opacity: .7;
  position: absolute;
  animation-name: image-fade;
  animation-duration: 5s;
}

.logo {
 margin-top: 50px;
 display: inline-block;
 z-index: 1;
 width: 100%;
 position: absolute;
 text-align: center;
 animation-name: logo-fade;
 animation-duration: 5s;
}

.logopic {
	width: 409px;
}

.logotext {
 display: inline-block;
 z-index: 2;
 color: #e5bb35;
 margin-top: 325px;
 width: 100%;
 position: absolute;
 text-align: center;
 animation-name: logotext-fade;
 animation-duration: 5s;
 padding: 0px;
}

@keyframes image-fade {
	
 0% {
  opacity: .0;
 }
 
100% {
 opacity: .7;
}

}

@keyframes logo-fade {
 0% {
  opacity: .0;
 }
 
100% {
 opacity: .9;
}

}

@keyframes logotext-fade {
	0% {
  opacity: .0;
 }
 
100% {
 opacity: .9;
}

}

/*info banner */

.infobanner {
	background-color: black;
}

.infobanner a {
	color: #bbb;
	text-decoration: none;
	font-size: 20px;
}

.infobanner a:active {
	color: #e5bb35;
}

.infobanner a:focus {
	color: #e5bb35;
}

a#active {
	color: #e5bb35
}

.introtext {
	font-size: 22px;
	padding: 20px;
	text-align: center;
	color: white;
}

.introtext img {
	vertical-align: middle;
	height: 50px;
	padding: 5px;
}

.introtext a {
	padding-right: 50px;
	
}

/* content area */

.content {
	background-color: black;
    margin-top: 20px;
    color: white;
    width: 100%;
    padding: 20px 30px 30px 20px;
    text-align: center;
}

.contentform {
	background-color: black;
	margin-top: 30px;
	color: #bbb;
	padding: 100px 100px;
	padding-bottom: 40px;

}

.titleheading {
	color: #e5bb35;
}

/* services columns */

.columnservices {
  float: left;
  width: 30%;
  border: 3px solid #e5bb35;
  margin-left: 30px;
  margin-bottom: 20px;
  text-align: center;
}

	/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.image {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow:hidden;
}

.button {
	font-size: 17px;
      box-shadow: inset 0 0 0 2px #e5bb35 !important;
    color: #e5bb35 !important;
    border: 0;
  cursor: pointer;
    display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.button:hover {
  background-color: #e5bb35;
    color: black !important;
}

/*portfolio hompage boxes */

.rowportfolio {
	padding-top: 10px;
	display: inline-flex;
}

	/* Clear floats after the columns */
.rowportfolio:after {
  content: "";
  display: table;
  clear: both;
}
  
.columnportfolio {
  float: left;
  border: 3px solid #e5bb35;
  margin-bottom: 20px;
  text-align: center;
  width: 30%;
  margin-left: 30px;
}

.imageportfolio {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow:hidden;
}

.buttonportfolio {
	font-size: 17px;
      box-shadow: inset 0 0 0 2px #e5bb35 !important;
    color: #e5bb35 !important;
    border: 0;
  cursor: pointer;
    display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.buttonportfolio:hover {
  background-color: #e5bb35;
    color: black !important;
}

/* gallery */

.row {
	padding-top: 10px;
	padding-bottom: 10px;
	}

div.gallery {
  border: 1px solid #e5bb35 ;
}

div.gallery:hover {
  border: 1px solid #e5bb35 ;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 10px;
  text-align: center;
  background-color: black;
  color: white;
}

* {
  box-sizing: border-box;
}

/* gallery set */

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* contact bar */

.contactus {
	margin-top: 20px;
	background-color: black;
	display: block;
}

.contact {
	font-size: 22px;
	padding: 20px;
	text-align: center;
	color: white;
}

.contact img {
	vertical-align: middle;
	height: 50px;
	padding: 5px;
}

.contact a {
	padding-right: 30px;
	
}

/* form */

/* form */

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #e5bb35;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 20px;
  background: rgba(255,255,255,0.1);
  color: #fff;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #e5bb35;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 20px;
  height: 150px;
  background: rgba(255,255,255,0.1);
  color: #fff;
}

input[type="submit"] {
    font-size: 17px;
      box-shadow: inset 0 0 0 2px #e5bb35 !important;
    color: #e5bb35 !important;
    border: 0;
  cursor: pointer;
    display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	margin-top: 20px;
	background-color: black;
}

input[type="submit"]:hover {
	background-color: #e5bb35;
    color: black !important;
}

label {
    float: left;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    line-height: 24px;
    box-sizing: border-box;
    color: #e5bb35;
}

.form {
	background-color: black;
	margin-top: 10px;
	margin-left: 150px;
	margin-right: 150px;
	color: #bbb;
	padding-bottom: 40px;
	
}

/* Footer */

.footer {
	background-color: black;
	margin-top: 20px;
}

.footer p {
	color: #bbb;
}

.footer h2 {
	color: #e5bb35;
}

.footerrow {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footercolumn {
	float: left;
	width: 20%;
	margin-left: 40px;
}

.footercolumnlinks {
	float: left;
	width: 15%;
	margin-left: 40px;
}

.footercolumnfind {
	float: left;
	width: 20%;
	margin-left: 120px;
	
}

/* Clear floats after the columns */
.rowfooter:after {
  content: "";
  display: table;
  clear: both;
}
}

@media (min-width: 1100px) {
/* top banner */

/* logo and animation */

.headerbanner {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/mainhomepagelogo.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.headerbannerservices {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/serviceshomepagelogo.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.headerbannerportfolio {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/portfoliohomepage.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.Schoolsmain {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/SchoolWorkshomepage.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.Gardensmain {
  background: #000 url(https://www.herbertpropertyservices.co.uk/Images/Homepages/Gardenhomepage.png);
    color: #000;
    height: 459px;
  width: 100%;
  position: relative;
}

.color-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  background-color: black;
  opacity: .7;
  position: absolute;
  animation-name: image-fade;
  animation-duration: 5s;
}

.logo {
 margin-top: 50px;
 display: inline-block;
 z-index: 1;
 width: 100%;
 position: absolute;
 text-align: center;
 animation-name: logo-fade;
 animation-duration: 5s;
}

.logopic {
	width: 409px;
}

.logotext {
 display: inline-block;
 z-index: 2;
 color: #e5bb35;
 margin-top: 300px;
 width: 100%;
 position: absolute;
 text-align: center;
 animation-name: logotext-fade;
 animation-duration: 5s;
 padding: 40px;
}

@keyframes image-fade {
	
 0% {
  opacity: .0;
 }
 
100% {
 opacity: .7;
}

}

@keyframes logo-fade {
 0% {
  opacity: .0;
 }
 
100% {
 opacity: .9;
}

}

@keyframes logotext-fade {
	0% {
  opacity: .0;
 }
 
100% {
 opacity: .9;
}

}
	

/*info banner */

.infobanner {
	background-color: black;
}

.infobanner a {
	color: #bbb;
	text-decoration: none;
	font-size: 20px;
}

.infobanner a:active {
	color: #e5bb35;
}

.infobanner a:focus {
	color: #e5bb35;
}

a#active {
	color: #e5bb35
}

.introtext {
	font-size: 22px;
	padding: 20px;
	text-align: center;
	color: white;
}

.introtext img {
	vertical-align: middle;
	height: 50px;
	padding: 5px;
}

.introtext a {
	padding-right: 50px;
	
}

/* content area */

.content {
	background-color: black;
    margin-top: 20px;
    color: white;
    width: 100%;
    padding: 20px 30px 30px 20px;
    text-align: center;
}

.contentform {
	background-color: black;
	margin-top: 30px;
	color: #bbb;
	padding: 100px 100px;
	padding-bottom: 40px;

}

.titleheading {
	color: #e5bb35;
}

/* services columns */

.columnservices {
  float: left;
  width: 30%;
  border: 3px solid #e5bb35;
  margin-left: 30px;
  margin-bottom: 20px;
  text-align: center;
}

	/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.image {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow:hidden;
}

.button {
	font-size: 17px;
      box-shadow: inset 0 0 0 2px #e5bb35 !important;
    color: #e5bb35 !important;
    border: 0;
  cursor: pointer;
    display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.button:hover {
  background-color: #e5bb35;
    color: black !important;
}

/*portfolio hompage boxes */

.rowportfolio {
	padding-top: 10px;
	display: inline-flex;
}

	/* Clear floats after the columns */
.rowportfolio:after {
  content: "";
  display: table;
  clear: both;
}
  
.columnportfolio {
  float: left;
  border: 3px solid #e5bb35;
  margin-bottom: 20px;
  text-align: center;
  width: 30%;
  margin-left: 30px;
}

.imageportfolio {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow:hidden;
}

.buttonportfolio {
	font-size: 17px;
      box-shadow: inset 0 0 0 2px #e5bb35 !important;
    color: #e5bb35 !important;
    border: 0;
  cursor: pointer;
    display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.buttonportfolio:hover {
  background-color: #e5bb35;
    color: black; !important;
}

/* gallery */

.row {
	padding-top: 10px;
	padding-bottom: 10px;
	}

div.gallery {
  border: 1px solid #e5bb35 ;
}

div.gallery:hover {
  border: 1px solid #e5bb35 ;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 10px;
  text-align: center;
  background-color: black;
  color: white;
}

* {
  box-sizing: border-box;
}

/* gallery set */

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* contact bar */

.contactus {
	margin-top: 20px;
	background-color: black;
}

.contact {
	font-size: 17px;
	padding: 20px;
	text-align: center;
	color: white;
}

.contact img {
	vertical-align: middle;
	height: 50px;
	padding: 5px;
}

.contact a {
	padding-right: 50px;
	
}

/* form */

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #e5bb35;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 20px;
  background: rgba(255,255,255,0.1);
  color: #fff;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #e5bb35;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 20px;
  height: 150px;
  background: rgba(255,255,255,0.1);
  color: #fff;
}

input[type="submit"] {
    font-size: 17px;
      box-shadow: inset 0 0 0 2px #e5bb35 !important;
    color: #e5bb35 !important;
    border: 0;
  cursor: pointer;
    display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	margin-top: 20px;
	background-color: black;
}

input[type="submit"]:hover {
	background-color: #e5bb35;
    color: black !important;
}

label {
    float: left;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    line-height: 24px;
    box-sizing: border-box;
    color: #e5bb35;
}

.form {
	background-color: black;
	margin-top: 10px;
	margin-left: 150px;
	margin-right: 150px;
	color: #bbb;
	padding-bottom: 40px;
	
}

/* Footer */

.footer {
	background-color: black;
	margin-top: 20px;
}

.footer p {
	color: #bbb;
}

.footer h2 {
	color: #e5bb35;
}

.rowfooter {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footercolumn {
	float: left;
	width: 20%;
	margin-left: 70px;
}

.footercolumnlinks {
	float: left;
	width: 20%;
	margin-left: 70px;

}

.footercolumnfind {
	float: left;
	width: 20%;
	margin-left: 70px;
	
}

/* Clear floats after the columns */
.rowfooter:after {
  content: "";
  display: table;
  clear: both;
}
}