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

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



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



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





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



.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 140px;
}