/* Full screen, but below 1000px height */

.screen-safe-width {

	height: min(100dvh, 1000px);

}



/* TO FIX / TO DO - Background opacity when cookies to accept

#wpconsent-root {

	z-index: 200;

	position: fixed;

	top:0; bottom: 0; left: 0; right: 0;

	background: rgba(0,0,0,0.5);

}

*/



/* Big navigation on mobile */

@media screen and (max-width: 600px) {

	.wp-block-navigation-item__content {

		font-size: 2rem;

	}

}



/* Fix footer margin top */

footer {

	margin-top: 0px!important;

}



/* Fix unconsistient bold between browsers */

b, strong {

  font-weight: 500;

}
