/*
Theme Name: Royal Park Hall
Description: Purpose-built WordPress theme for the Royal Park Hall management website.
Version: 2.0.0
Author: Ajay
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #edf3f5;
}

body.admin-bar .bhm-top-nav {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .bhm-top-nav {
    top: 46px;
  }
}
