/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 20px;
  padding-top: 3px;
}

.footer p{
  font-family: 'Open Sans', arial;
    font-size: 9px;
    text-align: center; 
    color:#FFF;  
}

.footer a{
color: #000;   
    color:#FFF;
}

.footer a:hover{
    background-color: #FF5542; 
    color:#FFF;
    text-decoration: none;
}


