/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
   font-family: 'Roboto', sans-serif;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  table,tr,td,th {
    border: 1px solid #000;
  }
  td,th {
    padding: 10px;
  }
  tr:nth-of-type(odd) {
    background-color: #904590

  }
#rideouttitle {
    font-family: 'Anton', sans-serif;
    background-position: center center;
    font-size: 120px;

}

#homeimg {
    height: 350px;
    width: 100%;
    background-image: url(http://www.geocities.ws/jerryrideout/img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
#customerimg {
    height: 300px;
    width: 100%;
    background-image: url(http://www.geocities.ws/jerryrideout/customers.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#servicesoverview {
    height: 300px;
    width: 100%;
    background-image: url(http://www.geocities.ws/jerryrideout/Svcimg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
#contactimg {
    height: 300px;
    width: 100%;
    background-image: url(http://www.geocities.ws/jerryrideout/contact.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
#cameraimg {
    height: 300px;
    width: 100%;
    background-image: url(http://www.geocities.ws/jerryrideout/camera.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
#flooringimg {
    height: 300px;
    width: 100%;
    background-image: url(http://www.geocities.ws/jerryrideout/flooring.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}   
#cabinetimg {
    height: 300px;
    width: 100%;
    background-image: url(http://www.geocities.ws/jerryrideout/cabinet.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}    
#furnitureimg {
    height: 300px;
    width: 100%;
    background-image: url(http://www.geocities.ws/jerryrideout/newfurn.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}   
#secondimg {
  float:left;
  height: 180px;
  width: auto;
  transform: rotate(-4deg);
  padding-right: 10px;
  transition: 2s all;
}
#secondimg:hover {
 
  
  width: auto;
  transform: rotate(-364deg);
  padding-right: 10px;

}
#personimg {
  float:left;
  height: 180px;
  width: auto;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 30px;
}
#leftphoto {
  float:left;
  height: 300px;
  width: auto;
  
  padding: 10px;
  transition: 1s all;
}
#leftphoto:hover {
 
 
  transform: scale(1.8);
  float:left;
  padding-left: 10px;

}
#rightphoto {
  float:right;
  height: 300px;
  width: auto;
  
  padding: 10px;
  transition: 1s all;
}
#rightphoto:hover {
 
 
  transform: scale(1.8);
  float:right;
  padding-right: 10px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
/*=========================================
    Main Styles
    =========================================*/
   

    .home {
      background-image: url(http://www.geocities.ws/jerryrideout/bg2.jpg);
    }
    .aboutbg {
     
      background-image: url(http://www.geocities.ws/jerryrideout/oldfactory.jpg);
    }
    .services {
      background-color: #8c5a1c;
    }
    .photos{
      background-color: #592d07;
    }

    .testimonial{
      background-color: #a69076;
    }
    .standardbg{
      background-color: #d9c0a3;
    }

    .indentparagraph {
      margin-left: 100px;
      margin-right: 100px;
    }
    .container {
      width: 80%;
      margin: 0 auto;
      background-color: #fff;
      padding: 30px;
      box-shadow: 0px 10px 20px #000;
    }
    .containerbg {
      width: 60%;
      margin: 40px auto;
      background-color: #fff;
      padding: 30px;
      box-shadow: 0px 10px 20px #000;
    }
    
     .container3 {
     
      width: 80%;
      margin: 0 auto;
      background-color: #592d07;
      padding: 30px;
      box-shadow: 0px 10px 20px #000;
      color: #fff;
    }
    
     body {
      font-family: 'Roboto', sans-serif;
      background-color: #aed6f1;
      margin:0;
    }
    h1 {
      font-family: 'Anton', sans-serif;
    }
    h2 {
      font-family: 'Roboto', sans-serif;
    }
    label {
      margin-bottom: 4px;
      display:block;
    }
    form {
      margin-left: 80px;
      
    }

    footer {
      text-align: center;
      padding-top: 50px;
    }
    nav {
      
    
      text-align: center;
    }

    nav li {
      display: inline;
      font-size: 24px;
      padding: 8px;
    }