/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom:300px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height:300px;
  background-color: #fff;
}
@media (max-width:1200px) {
body {margin-bottom:340px;}
.footer{height:340px;}
}

/* Custom page CSS
-------------------------------------------------- */
 