﻿/* ------------ Branding colours -------------*/
:root {
	/* Main */
	/* Header and navbar */
	/* Typography */
	/* Sections and inputs */
}

/* -------------- Header Style ---------------*/

.headerGrid {
	grid-template-columns: auto 2fr 2fr 1fr;
	grid-template-rows: 20% 30% 25% 25%;
	height: 135px;
}

.defaultLogo {
	display: none;
}

.customLogo {
	display: block;
	background: url('./img/logo.png') no-repeat center/100%;
	background-position: center;
	width: 104px;
	height: 75px;
	margin-left: 27px;
}
