/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
    margin-bottom: 360px; 
}
.footer {
  position: absolute;  
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 260px;
  background-color: #f5f5f5;
}
.footer .container {
    
   margin-top: 20px; 
    
}

.footerMenuList {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;

}
.footerMenuList > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 700px) {
    
    .footerMenuList > li {
        display: list-item;
      
    }     
}
@media (min-width: 700px) {
.footer {
     
   bottom: 0; 
     
     
   }   

}
@media (max-width: 410px) {
    
    body {
        margin-bottom: 560px;
    } 
    
}