.header {
    background-color: #3889cc;
    height: 100px;
    margin-top: 0px;
}
.header-logo {
    width: 50%;
    float: left;
}

.header-top {
    padding-right: 20px;
    width: 50%;
    float: left;
    text-align: right;
}

.header-top .name{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    float: right;
    padding: 10px;
    margin-top: 30px;
}

.header-top a{
    color: #fff;
    font-size: 12px;
}

.header-logo img {
    height:90px;
}

.footer {
    background-color: #0058a3;
    height: 50px;
    margin-top: 0px;
}

.footer-copyright {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
}

.sticky-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}
.header-logo{}

