
body {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 

  font-family: Verdana, Arial, Helvetica, sans-serif ;
  font-size: 18px;

}

h1, h2, h3 {
  margin: 0 0 15px 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

p {
  margin: 0 0 10px 0;

  line-height: 1.25;
}

a {
  color: #533415;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

.container {
  margin: auto;
  width: 960px;
}

.header {
  margin: -20px 0 10px 0;
 text-align: center;
 #background: #ffffff;
}

.menu {
  border: 1px solid #341a09;
  font-size: 24px;
  text-align: left;
  background: #0000ff;
}

.menu ul li {
  display: inline;
}

.menu ul li a {
  display: inline-block;
  margin: 0 50px;
  padding: 12px;

  color: #ffffff;
  text-decoration: none;
}

.nav ul li a:hover {
  color: #d7d7d7;
}





.main {
  padding: 5px;
  margin: 5px 0 25px 0;
  background: #ffffff;

}

.home-content {
  margin: 0 0 25px 0;
 height:400px;
}

.popular-services {
  text-align: center;
}

.popular-services > div {
  float: left;
  width: 300px;
}

.footer {
  margin: 0 0 15px 0;
  font-size:12px;
  text-align: center;

}

.footer a {
  color: #000000;
}

.footer a:hover {
  text-decoration: none;
}
.bottom {
  padding: 15px;
  margin: 0 0 10px 0;
  font-size:22px;
  font-weight:bold;
  text-align: center;
  background: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
}
.serviceList {
  padding: 15px;
  margin: 0 0 10px 33px;
  font-size:24px;

}
.callus {
  padding: 15px;
  margin: 0 0 10px 0;
  font-size:24px;
  font-weight:bold;
  text-align: center;
  background: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
}
.midlist {
  padding: 15px;
  margin: 0 0 10px 0;
  font-size:22px;
  font-weight:bold;
  text-align: center;
  background: #fff;
  border: 1px solid #ebccd1;

}
.debug {
  position: absolute;
  bottom:0;
  background-color: #99FFFF;
}

.service {
  margin: 0 0 25px 0;
}

.about {
  padding: 15px;
  margin: 5px 0 25px 0;
 

}

.errors {
  color: red;
  font-weight: bold;
}

.errors li {
  margin: 0 0 10px 0;
}

.footer {
  padding: 15px;

  background: #ffffff;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1200px;
  
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  
  /* Set up positioning */
  position: fixed;
  top: -25;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1200px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -600px;   /* 50% */
  }
}

        .banner { position: relative; overflow: auto;  text-align: center ; }
        .banner li { list-style: none; }
        .banner ul li { float: left; height:400;}
        .banner img { margin: 1 10 25px 10;}

        .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #000;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.dots li.active {
  background: #fff;
  opacity: 1;
}

.serviceImg{
padding:5px;
 border: 1px solid gray;
margin: 10;
}
.angie{
  position: absolute;
  left: 60px;
  right: 0;
  top: 20px;
}
.bbb{
  position: absolute;
  left: 20px;
  right: 0;
  top: 200px;
}

.work{
  background: #fff;
  margin: 5px -5px 25px -5px;
  align: "center";
}
.work img {

  padding: 10px;
  height: 350px;
  width: 45%;

}
