/*!
 * Start Bootstrap - Portfolio Item (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/*body {*/
    /*padding-top: 70px; */

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    padding: 40px 0;
    background-color: black;
   position: relative;
  bottom: 0;
  left:0;
  right:0;
  width: 100%;
  height: 3.5rem;  
  margin-top: 30px;
}

.footer2 {
    padding: 40px 0;
    background-color: black;
   position: absolute;
  bottom: 0;
  left:0;
  right:0;
  width: 100%;
  height: 3.5rem;  
}
.footer3 {
    padding: 40px 0;
    background-color: black;
   position: absolute;
  bottom: 0;
  left:0;
  right:0;
  width: 100%;
  height: 3.5rem;  
}

@media screen and (max-width: 850px) {
    .footer2 {
    padding: 40px 0;
    background-color: black;
   position: relative;
  bottom: 0;
  left:0;
  right:0;
  width: 100%;
  height: 3.5rem;  
}
}