/*
Theme Name: FJG WPUBS Theme
Theme URI: https://fjgsuccesssolutions.ca
Author: Frederick J. Grothe
Author URI: https://fjgsuccesssolutions.ca
Description: Lightweight Gutenberg-first theme shipped with WP Ultimate Booking System (WPUBS).
Version: 1.5.03
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: fjg-theme
*/


body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.site-tagline {
    background: #f2f2f2;
    text-align: center;
    padding: 5px 0;
    font-size: 0.9em;
}

.site-header {
    background: white;
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 50px;
}

.header-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-left .site-name {
    margin-left: 10px;
    font-weight: bold;
    font-size: 1.2em;
}

.header-left .custom-logo {
    max-height: 90%;
    height: auto;
    width: auto;
    max-width: 100%;
}

.main-menu {
    flex-grow: 1;
    text-align: center;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.main-menu li {
    margin: 0 10px;
}

.main-menu a {
    text-decoration: none;
    color: black;
}

.header-right {
    display: flex;
    align-items: center;
}

.logo img { max-height: 75%; height: auto; }
