/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height original was 60px */
  margin-bottom: 40px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* original was 60px or blue #64B3D2 Set the fixed height of the footer here and change background-color */
  height: 40px;
  background-color: #0d153c;
  }


/* added below */
/* MAIN CONTENT STUFF */
@media only screen and (max-width: 520px) {
.footer  {height: 80px;width: 90%;left:5%;}
body {margin-bottom: 80px;}
}

