.logo img { 
    max-height: 50px;
    display: inline-block;
}
.logo a {
    line-height: 50px;
}
.hero {
    background-image: url("../../images/bg-blur-1.jpg");
}
.fixed-header-container .logo {
    padding-bottom: 0px;
}
section.contact .message {
    display: none;
}
section.contact .message.ok {
    color: #008000;
}
section.contact .message.error {
    color: #D20000;
}