.long-menu {
	white-space: nowrap;
	padding-right: 1.25rem;
	display: initial;
}

.long-menu-right {
	padding-right: 0rem;
}

.long-menu-close {
	visibility: hidden;
}

.long-menu-wrapper {
	width: 100%;
	position: relative;
	text-align: center;
}

.modal-dialog-longmenu {
	border: solid #F4F4F4 1px;
	top: 106px !important;
}

.header {
	background-color: white;
}

@media (max-width: 1199.98px) {
	.long-menu {
		padding-right: 0rem;
		position: relative;
		width: 100%;
		display: block;
	}

	.long-menu-close {
		visibility: visible;
	}

	.long-menu-wrapper {
		text-align: left;
	}

	.modal-dialog-longmenu {
		top: 1px !important;
	}

	.modal {
		z-index: 1051;
	}

	.header {
		z-index: 1000;
		background-color: white;
	}

	.main-menu {
		border: solid 1px #f2f2f2;
		border-radius: 5px;
		padding-bottom: 2rem;
	}

	.modal-header .close {
		top: 15%;
		right: -20%;
	}

	.navbar-brand {
		width: 80%;
	}
}

.logo-img {
	height: 50%;
	width: 50%;
}

@media (max-width: 1200px) {
	.logo-img {
		height: 20%;
		width: 20%;
	}
}
