/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;

}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}



.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  padding-bottom: 0px;
  background-color: #da1a35;
  border-top: 0px solid #cccccc;
  padding-top: 20px;
}



#eflogoimg {position:absolute;bottom: 0px;right: 20px;float:right}





    @media (max-width: 768px) {
    
body {
  /* Margin bottom by footer height */
  margin-bottom: 170px;
}



.footer {
  height: 150px;

}



}