body {
	font-family: 'Arial', sans-serif !important;
	font-weight: 700;
}

a img:hover {
	cursor: pointer;
}

#mwd-logo-section {
	padding: 30px 0;
	background-color: #fff;
}

#mwd-content-section {
	position: relative;
	min-height: calc(100vh - 160px);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('img/bg_big.jpg');
}

#mwd-content-section .container-fluid {
	position: absolute;
}

#mwd-content-section .dwh-container img,
#mwd-content-section .studio-container img,
#mwd-content-section .dwhx-container img {
	max-height: 65px;
}

#mwd-content-section .logo-container {
	margin-bottom: 0px !important;
}

.arrow-link {
	display: inline-block;
	margin-top: 10px;
	position: absolute;
	top: -5px;
	right: 5px;
	rotate: -45deg;
}

.arrow-up {
	display: block;
	width: 100%;
	margin-top: 5px;
}

.tab-element {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.text-box {
	color: black !important;
	text-decoration: none !important;
	border-radius: 4px 4px 0 0;
	width: 100%;
}

.dwhx-box {
	background-color: indigo;
	background-image: url('img/dwhx-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	border-radius: 4px 4px 0 0;
	text-decoration: none !important;
	color: whitesmoke !important;
	width: 100%;
}

.text-box div,
.dwhx-box div {
	max-width: 500px;
	margin: 0 auto;
}

.invert {
	filter: invert(1);
}

.opacity-75 {
	opacity: 0.75;
}

@media all and (max-width: 991px) {
	#mwd-content-section {
		min-height: calc(100vh - 180px);
	}
}

@media all and (max-width: 767px) {
	#mwd-logo-section .col-0 {
		display: none;
	}

	#mwd-logo-section {
		padding: 10px 0 13px !important;
	}

	#mwd-logo-section img {
		height: 70px;
	}

	#mwd-content-section .text-right,
	#mwd-content-section .text-left {
		font-size: 0.9rem;
	}

	#mwd-logo-section .text-right,
	#mwd-logo-section .text-left {
		font-size: 0.8rem;
		margin-top: 1rem !important;
	}

	#mwd-content-section {
		position: relative;
		min-height: calc(100vh - 163px);
		min-height: calc(var(--vh, 1vh) * 100 - 163px);
	}

	#mwd-content-section .row.h-100 {
		align-content: flex-end;
		flex-flow: column;
	}

	#mwd-content-section .dwh-container img.img-fluid,
	#mwd-content-section .dwhx-container img.img-fluid,
	#mwd-content-section .studio-container img.img-fluid {
		height: 50px;
	}

	.dwh-container,
	.dwhx-container,
	.studio-container {
		background-color: #fff;
		padding: 0;
	}

	.dwh-container a,
	.dwhx-container a,
	.studio-container a {
		color: black;
		text-decoration: none;
	}

	.arrow-up {
		width: auto;
		margin-left: 30px;
		float: right;
	}

	a:has(.collapsed) .arrow-up {
		transform: rotate(90deg);
	}

	.mwd-mobile-bg {
		flex: 1; /* 1 and it will fill whole space left if no flex value are set to other children*/
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url('img/bg_big_mobile.jpg');
		overflow: auto;
	}

	#mwd-content-section .container-fluid {
		/*
        position: relative;
        */
	}

	.tab-element {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		padding: 0 1.1rem;
	}

	.text-box,
	.dwhx-box {
		font-size: 0.8rem;
		text-align: left !important;
		padding: 0 0.1rem !important;
		display: flex;
	}

	.dwhx-box {
		border-radius: 4px;
	}

	.arrow-link {
		display: block;
		margin-top: 10px;
		position: unset;
		align-self: center;
		rotate: 0deg;
		margin-left: 0.5rem;
		margin-right: 5px;
	}
}

@media all and (max-width: 575px) {
	#mwd-content-section .dwh-container img {
		max-height: 45px;
	}

	#mwd-content-section .studio-container img {
		max-height: 50px;
	}
}

@media all and (max-width: 509px) {
	#mwd-content-section {
		min-height: calc(100vh - 161px);
		min-height: calc(var(--vh, 1vh) * 100 - 161px);
	}
}

@media all and (max-width: 428px) {
	#mwd-content-section {
		min-height: calc(100vh - 185px);
		min-height: calc(var(--vh, 1vh) * 100 - 185px);
	}
}

@media all and (max-width: 355px) {
	#dwh-toggle .col-6,
	#dwh-studio-toggle .col-6 {
		width: 100% !important;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center !important;
	}

	#dwh-toggle .col-6.text-right,
	#dwh-studio-toggle .col-6.text-right {
		padding-bottom: 0rem !important;
		margin-bottom: 0 !important;
	}

	#dwh-toggle .col-6.text-left,
	#dwh-studio-toggle .col-6.text-left {
		padding-top: 1rem !important;
	}
}

.mwd-bg-light {
	background-color: #fff;
}

.mwd-hidden-box {
	display: none;
}

#cloudcontainer {
	pointer-events: none;
}
