#content {
  height: auto;
  margin-bottom: 50px;
}
.copyonly {
  width: 700px;
}
.copyonly p {
  line-height: 26px;
  margin-bottom: 20px;
}
#portfolio {
  height: auto;
  color: #fff;
}
#services {
  margin-bottom:-10px;
}
#projects {
  margin-top: 105px;
}
#projects ul {
  margin-top: 0;
}
#projects li {
  margin-right: 7px;
  margin-bottom: 0;
}
#projects li a img {
  margin-right: 0;
  margin-bottom: 0;
}
h2 {
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .copyonly {
    width: 100%;
  }
}
@media screen and (max-width:720px) {
  #projects {
    margin-top: 0;
  }
  #projects li a img {
    width: 280px;
  }
}