/*
Theme Name: Kinematic
Description: Pixel-perfect WordPress conversion of the Kinematic Automation Adobe Muse static site.
Version: 1.0
Author: Amplifi
Text Domain: kinematic
*/

/* WP admin bar fix — don't let it push the Muse layout */
body.admin-bar {
    margin-top: 32px;
}
@media screen and (max-width: 782px) {
    body.admin-bar {
        margin-top: 46px;
    }
}
