/*
Theme Name: Kadence Child
Theme URI: https://kadence-theme.com/
Description: Custom Child Theme for Project VR SEO
Author: Vincent Ramas
Template: kadence
Version: 1.0.4
*/

/* Brand Colors */
:root {
    --primary-color: #334e68;
    --secondary-color: #2f7f7a;
    --accent-color: #f1f5f9;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.v-to-r-gradient {
    background: linear-gradient(135deg, #334e68 0%, #2f7f7a 100%);
}

/* Logo sizing update:
   Increased max-height to 140px to make the branding much more visible.
   Width is auto to maintain correct proportions.
*/
#logo {
    width: auto;
    max-width: 200px;
    height: auto;
    max-height: 200px; 
    display: block;
}

#inner-wrap {
    padding-top: 50px;
}