/*
Theme Name: Hello Elementor Child
Theme URI: https://yourwebsite.com/
Description: A child theme for Hello Elementor.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

#site-header {
    background-color: #ffffff;
    border-bottom: 3px solid #FF4500;
}
.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-navigation {
    flex-grow: 1;
    text-align: right;
}


/* Constrain the logo size and center it */
.site-branding .custom-logo {
    max-height: 150px; /* Adjust this value as needed */
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  
  /* Optional: Ensure the site-branding container centers its content */
  .site-branding {
    text-align: center;
  }
  