#header .menu-logo img {
    width: auto;
    height: 90px;

  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

#header .menu-logo{
  max-width: 75%;
  float: right !important;
}

@media(min-width:1010px){
  #header .menu-logo{
    padding-right:160px;
  }
}

.menu-toggle #menu-btn{
  display: none;
}


#header {

    width:100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    background: #3e3e40!important;
  border-bottom: 16px solid #164d95!important;
}


h3 {
  color: #164d95!important;
  font-size: 1.4em;
  line-height: 1.4em;
  letter-spacing: 0.1px;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
