/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 60px 15px 0;
}
.footer{
  position: fixed;
  width: 100%;
  bottom: 0px;
  background: #181818;
  box-shadow: 0px 0px 10px;

  z-index: 999999;

}
