/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
	hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
   -webkit-hyphens: auto;
}

main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f8f9fa;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
