/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 150px;
}
#footerstyle h1{
font-size:22px;
}
#footerstyle{
color:#e1e1e1;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 150px;

	padding:0;
	margin:0;

/* background-color:#374859; */
}


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



