/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */

/* Set the fixed height of the footer here */
#footer {margin-top:20px;
margin-bottom:10px;

  height: auto;
  background-color: #fb9f90;
  
  background-image: linear-gradient(bottom, #FCB6AB 23%, #FB9E90 54%);
background-image: -o-linear-gradient(bottom, #FCB6AB 23%, #FB9E90 54%);
background-image: -moz-linear-gradient(bottom, #FCB6AB 23%, #FB9E90 54%);
background-image: -webkit-linear-gradient(bottom, #FCB6AB 23%, #FB9E90 54%);
background-image: -ms-linear-gradient(bottom, #FCB6AB 23%, #FB9E90 54%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.23, #FCB6AB),
	color-stop(0.54, #FB9E90)
);
color:#631f63;
}


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



#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}