#form-message {
    color: red;
    height: 15px;
    font-size: 12px;
    font-weight: 400;
}
@media (max-width: 820px) {
    header .header-wrap .header-logo a {
        height: 39px;
        width: 39px;
    }
    .menu-toggle {
        width: 30px;
        height: 30px;
    }
    .hamburger span {
        width: 15px;
        height: 1.6px;
        margin-bottom: 2.3px;
    }
}
