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

.banner-img{
	background-image: url("../img/banner-img-01.jpg");
	background-size: cover
}

.bg-primary {
  background-color: #ec8f6a; }

.bg-secondary {
  background-color: #8bbabb; }

.bg-tertiary {
  background-color: #e2c275; }

.bg-quarternary {
  background-color: #b96b9f; }

.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

@media (min-width: 0px) {
	.form-height{
		height: 600px;
	}
}
@media (min-width: 768px) {
	.form-height{
		height: 500px;
	}
}

.form-background {
	background-image: url("../img/form-background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.service-broken-window{
	background-image: url("../img/service-window-repair.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
}
.service-screen-enclosure{
	background-image: url("../img/service-screen-enclosure.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
}
.service-sliding-glass-door{
	background-image: url("../img/service-sliding-glass-door.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
}