/*Start of the footer section*/

#footer
{
  background: #007BFF;
}

#footer .footer
{
  padding: 30px 0;
}

#footer .footer-cpyright
{
  background: #c60905;
  color: #FFF;
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
}

#footer .footer-cpyright p
{
  color: #FFF;
  margin: 0 0 8px;
}

/*End of the footer section*/