/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}
.footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  padding: 40px;
	  background-color: #fbbe07;
	  transition: all 0.5s ease;
	  cursor: pointer;
	  text-align: center;
	  text-decoration: none;
	  font: 24px 'Helvetica_neue_lt_pro_hr95Blk', Arial, sans-serif;
	  text-transform: uppercase;
}
.footer:hover {
  background-color: #e0ab15;
   padding: 60px;
   text-decoration: none;
}



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

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
