/************** MY COLOURS ********* */
/************** GLOBAL ********* */
.maxWidthContainer {
  width: 1000px;
  display: block;
  margin: 0 auto; }

body {
  background-color: #f5f6f7; }

.btn {
  border-radius: 0; }

hr {
  margin: 5px; }

.text-box {
  background-color: white;
  padding: 10px;
  margin: 10px;
  margin-top: 0; }

/************** HEADER ********* */
header {
  background-color: #582a72;
  padding: 5px 0px 10px 0px;
  margin-bottom: 10px; }
  header div {
    display: inline-block;
    margin-top: 5px; }
  header #logo {
    max-height: 100px; }
  header #cleanerDiv {
    margin: 0 0 0 170px; }
    header #cleanerDiv img {
      max-height: 100px;
      position: relative;
      top: 10px; }
  header #ctaDiv {
    float: right; }
    header #ctaDiv p {
      font-size: 30px;
      color: white; }
    header #ctaDiv a {
      font-weight: bold; }
    header #ctaDiv span {
      margin-right: 5px; }

/************** CONTENT / LEFT ********* */
#contentLeft {
  width: 600px;
  float: left;
  border-right: 1px solid #582a72; }
  #contentLeft #carousel-example-generic {
    padding: 10px; }
  #contentLeft h2 {
    color: #582a72;
    margin: 10px 0px 10px 0px; }
    #contentLeft h2 span {
      font-size: 0.9em; }

.services {
  display: inline-block;
  margin-left: 12px; }
  .services a {
    display: block;
    width: 280px;
    font-weight: bold;
    font-size: 16px; }

#homeText {
  background-color: white;
  padding: 10px;
  margin: 10px; }
  #homeText h4 {
    margin-top: 10px; }
  #homeText p {
    font-weight: bold;
    margin-bottom: 15px; }
  #homeText li {
    margin-bottom: 10px;
    list-style: none; }
    #homeText li span {
      color: #7bb75b; }

.moreText {
  margin: 20px 10px; }

.servicesTable {
  margin: 10px auto; }
  .servicesTable td {
    border: 1px solid grey;
    padding: 5px 10px 5px 5px;
    font-weight: bold;
    font-size: 1.2em; }
    .servicesTable td span {
      color: #7bb75b; }

.caption {
  font-weight: bold;
  font-size: 2em;
  background-color: #582a72;
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  top: 40px; }

.captionSmall {
  background-color: #7bb75b;
  font-size: 1.2em;
  padding: 5px;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  top: 40px;
  font-weight: bold; }

iframe {
  margin-left: 10px; }

#homeUl {
  padding-left: 20px; }
  #homeUl li {
    display: inline;
    margin-right: 5px; }

#guildImg {
  max-height: 300px;
  display: block;
  margin: 0 auto; }

/************** CONTENT / RIGHT ********* */
#contentRight {
  width: 400px;
  float: left;
  padding: 0px 10px 10px 10px; }
  #contentRight h3 {
    color: #582a72;
    margin: 10px 0px 15px 0px; }
    #contentRight h3 span {
      font-size: 0.9em; }
  #contentRight a {
    display: block;
    margin-top: 20px; }
    #contentRight a span {
      position: relative;
      top: 4px;
      font-weight: bold;
      font-size: 1.1em; }

#guarantee {
  font-weight: bold;
  margin-top: 10px;
  color: #582a72;
  font-size: 1.2em; }

.testimonial {
  background-color: white;
  padding: 10px; }
  .testimonial img {
    display: inline-block;
    margin-right: 10px;
    max-height: 70px; }
  .testimonial h4 {
    display: inline-block; }
  .testimonial p {
    margin-top: 10px; }

#telSmall {
  font-weight: bold;
  color: #582a72;
  font-size: 1.2em; }

.ctaBox {
  background-color: white;
  padding: 10px; }
  .ctaBox #telSmall {
    margin-top: 10px;
    font-size: 1.5em; }

/************** CONTACT PAGE ********* */
#contactPage {
  width: 600px;
  display: block;
  margin: 0 auto; }
  #contactPage h2 {
    margin: 30px 0px 0px 0px; }
  #contactPage form {
    padding: 20px;
    background-color: white;
    margin-bottom: 20px; }
  #contactPage .form-group {
    padding: 5px; }

/************** FOOTER ********* */
footer {
  background-color: #582a72;
  height: 100px;
  width: 100%;
  clear: both; }
  footer img {
    max-height: 70px;
    display: block;
    margin: 0 auto; }

#footerLeft {
  float: left;
  width: 600px;
  margin-top: 20px;
  border-right: 1px solid white; }
  #footerLeft a {
    float: right;
    margin-right: 5px; }

#footerRight {
  float: left;
  height: 80px;
  width: 400px;
  padding: 20px 0 0 50px; }
  #footerRight h4 {
    color: white;
    font-weight: bold;
    padding-top: 10px; }
  #footerRight i {
    padding-right: 10px;
    color: white; }

#copyright {
  color: white;
  font-weight: bold;
  clear: both;
  position: relative;
  top: 30px; }
