:root{
	--main-color-h: 38;
	--main-color-s: 96%;
	--main-color-l: 54%;

	--sub-color-h: 38;
	--sub-color-s: 96%;
	--sub-color-l: 54%;

	--third-color-h: 0;
	--third-color-s: 0%;
	--third-color-l: 24%;

	--fourth-color-h: 160;
	--fourth-color-s: 100%;
	--fourth-color-l: 41%;
}

.navbar-header .logo a{
	background-image: url('https://boostmybookings.com/storage/5311/png.svg');
}

.logohere {
    	background-image: url('https://boostmybookings.com/storage/5311/png.svg');
    	background-repeat: no-repeat;
    	background-position: center;
    	background-size: contain;
}

.logohere_black {
    	background-image: url('https://boostmybookings.com/storage/5313/logo-dark.svg');
    	background-repeat: no-repeat;
    	background-position: center;
    	background-size: contain;
}

.logo_mask {
    mask-image: url('https://boostmybookings.com/storage/5313/logo-dark.svg');
    mask-size:contain;
    mask-repeat: no-repeat;
    mask-position: left;

    -webkit-mask-image: url('https://boostmybookings.com/storage/5313/logo-dark.svg');
    -webkit-mask-size:contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left ;
}

@media screen and (max-width: 1050px) {
    .logo_mask {
    mask-position: center;
    -webkit-mask-position: center;
    }
}

* {
    --tw-ring-color: #faa71a !important;
}

.navbar-header .logo svg{
	display: none;
}

.new_home div.headerimage{
    	background-image: url('https://boostmybookings.com/storage/5312/Westersingel-13-(1).webp');
    }

    