/*Content CSS*/
#header_wrap { width:100%; height:60px; z-index:57;    background: #fff; position:fixed; transition: all 0.3s; top:0; border-bottom: 1px solid #eee; display: flex;
align-items: center; justify-content: center;}
#header_wrap #logo { padding:0 !important; display: flex; justify-content: center; align-items: center;}
#header_wrap #logo a {display: block;  text-align: center;  font-size: 32px;font-weight: 700;color: #072a60; letter-spacing: -1.92px; font-family: 'Raleway', sans-serif;}
#header_wrap #logo a img {max-height: 37px; }

/* .scrolled #header_wrap {background: #fff; border-bottom: 1px solid #eee;}
.scrolled #header_wrap #logo a {background-image:url('../img/logo-b.png'); } */

/* @media screen and (max-width:1200px) {

}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 640px) {
    #header_wrap {top:0px;}
} */
