#site {
	background-color: #81DAF5;	
}

.bubbles{
	background-color: #FFFFFF;
}

.houseicon, .speechbubblesicon, .phoneicon{
	text-align: center;
}

body {
	background-color: #C9E2FF;
}

header{
	background-color: #FFFFFF;
	vertical-align: bottom;
}

header .container{
	position: relative;
}

header h1{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 17px;
	line-height: 22px;
}

p.banner {
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	background-color: #336699;
}

.service h2{
	text-align: center;
} 

ul, .service p, #left, #phone{
	text-align: left;
}

.service {
	padding:15px;
}

.service-alternate{
	background-color: white;
}

@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container{
  	padding-right: 20px;
    padding-left: 20px;
  }
  header h1{
  	position: static;
  }
  /*
  #content .container{
  	padding-left:0px;
  	padding-right:0px;
  }
  */
}