/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://mahjongg.kelwynmanor.org
 Description:  Child theme for Hello Elementor — Kelwyn Manor Mahjong
 Author:       Kelwyn Manor
 Template:     hello-elementor
 Version:      0.0.0
 License:      GNU General Public License v3 or later
 License URI:  https://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  hello-elementor-child
*/

/* ── Header logo ── */
.site-header .custom-logo {
	max-height: 50px;
	width: auto;
}

.site-header .site-branding {
	padding: 20px;
}

/* ── Header background ── */
.site-header {
	background-color: #1a2f4a;
}

/* ── Navigation link colour ── */
.site-header .site-navigation ul.menu li a,
.site-header .site-navigation-dropdown ul.menu li a {
	color: #1abc9c;
}
