/* Add here all your CSS customizations */
#header .header-logo img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin: 0px 15px 0px 0;
    top: 0;
}