.tx_dbaystyleguide {
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
}

.tx_dbaystyleguide .header .menu .brand-logo {
	height: 100%;
	padding: 15px 0;
	width: auto;
}

.tx_dbaystyleguide .header .menu .brand-logo img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

.tx_dbaystyleguide .header {
	width: 100%;
	height: 75px;
	background-color: transparent;
	border-bottom: 1px solid var(--borderColor, #DEDEDE);
}

.tx_dbaystyleguide .header .menu {
	width: 95%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.tx_dbaystyleguide .stage {
	width: 100%;
	height: 350px;
	background-image: url("../../Images/databay-styleguide-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1em 47.5% 1em 2.5%;
}