/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 190px;
}
#footer {
  /*padding: 10px;*/
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 190px;
  /*background-color: #8F9AAA;*/
  /*background-color: #505968;*/ /*#6C7A89;*/ /*434A54;*/
  /*color: #cecece;*/
}