/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 119px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 119px; /* Set the fixed height of the footer here */
  /*background-color: #14A0E7;*/

}


@media screen and (min-width:480px) and (max-width:639px)  {
	
body {
  margin-bottom: 200px;
}
.footer {
  height: 200px;

}
}


@media screen and (min-width:320px) and (max-width:479px)  {
	
body {
  margin-bottom: 245px;
}
.footer {
  height: 245px;

}
}


