.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 3px;
  width: auto;
}

#footer-message {
    position: fixed;
    left: 10%;
    bottom: 5px;
    width: 80%;
    z-index:1;
}
#inner-message {
    margin: 0 auto;
    background-color: white;
    color:black;    
    font-size:medium;
    text-align:justify;
}

#inner-message > .header {
    color: black;
    padding-bottom: 5px;
    font-weight: bold;    
    text-align:center;
    font-size:large;
}