/*
Theme Name: Muskoka Limousine Services
Theme URI: https://muskokalimousineservices.ca/
Author: Muskoka Limousine Services
Description: Premium private transportation theme for Muskoka Limousine Services. Activating the theme creates every page (services, fleet, reservations, contact and all service areas) and sets the front page automatically.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: muskoka-limousine
*/

/* Site styles live in css/style.css and css/areas-we-serve.css (enqueued from functions.php).
   Only WordPress-specific corrections belong here. */

/* The site header is fixed; drop it below the admin bar for logged-in users. */
.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
