body, html {
    width: 100%;
    height: 100%;
    margin: 0;
}

#title{
    height:30%;
    width:88%;
    background-image:url(../img/title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 90%;
    margin-left: 160px;
    
}

#content {
    width: 80%;
    background-color: white;
    float: right;
    border-right: 0px;
}

#chair, #hutch, #piano, #rug, 
#card, #chess, #console, #lunch{
    width: 225px;
    height: 200px;
    
}

table {
    
    
    border-collapse:collapse;
    border-spacing: 1px;
    width:87%
  }
table, tr, td, th {
    border:1px solid #000;
}

td,th{
    padding:10px;
}

tr:nth-of-type(odd){
    background-color:#eee;
}



.contactinfo{
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: ghostwhite;
    padding-top: 5px;
    font-family: sans-serif;
    
}

.about{
    height: 100%;
    width: 88%;
    text-align: center;
    background-color:ghostwhite;
    padding-top: 5px;
    font-family: sans-serif;
    margin-left: 160px;
    
    
}

.sell{
    height: 100%;
    width: 100%;
    text-align: center;
    background-color:ghostwhite;
    padding-top: 5px;
    font-family: sans-serif;
}

.home{
    height: 100%;
    width: 88%;
    text-align: center;
    background-color:ghostwhite;
    padding-top: 5px;
    font-family: sans-serif;
    margin-left: 160px;
    
}

.container {
    width: 100%;
    height: 100%;
    }

.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:whitesmoke;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 160px;
  font-size: 28px; 
  padding: 0px 1px;
}


#arch, #chucks{
    float:right;
    width:280px;
    height:auto;
    transform: rotate(5deg);
    margin-right:10px;
}

#guitar, #firetruck{
    float:left;
    width:300px;
    height:auto;
    transform: rotate(-5deg);
    margin-left:20px;
}

#snow, #football{
    float:center;
    width:300px;
    height:auto;
}

#truck{
    float: left;
    width:300px;
    height:auto;
    margin-left:200px;
    
}

#pie{
    float: right;
    width:200px;
    height:auto;
    margin-right:200px;
    
}
 .footer {
      padding-top: 2px;
      text-align: center;
        
    }
