/* COMPUTER */
@media only screen and (min-width: 1211px) {
	.computer-nav-bar, .computer {
		display: block;
		width: auto;
	}
	.mobile-nav-bar, .mobile {
		display: none;
	}
div.booking-data-bubble {
	width: calc(25% - 28px);
}

.edit-topic-container {
	left: 250px;
	right: 0;
}
	.capture-clip-canvas {
		--ccWidth: calc(95vw - 270px);
		width: var(--ccWidth);
		height: calc((9/16) * var(--ccWidth));
	}
	.announcement-container {	
		left: 250px;
	}
	#floating-chat-content {
		left: 250px !important;
	}
	.send-message-container {
		left: 250px !important;
	}
	#search-container {
		left: 250px !important;
	}
	.file-segment {
		width: calc(33% - 25px) !important;
	}
	.content-box {
		margin: 5vw;
		border: 2px solid var(--border-color);
		border-radius: 10px;
		background-color: var(--background-color);
	}
	.gallery-navigation {
		left: 250px !important;
	}
	.computer-nav-menu {
		display: block;
		position: fixed;
		top: 80px;
		left: 0;
		width: 250px;
		bottom: 0;
		overflow-y: auto;
		background-color: rgba(255,255,255,0.9);
		box-shadow: 2px 2px 5px black;
		z-index: 3;
	}
	.computer-nav-button {
		width: calc(100% - 30px);
		padding: 7.5px;
		padding-right: 22.5px;
		text-align: right;
		font-size: 16px;
		font-weight: bold;
		transition: 0.6s;
	}
	.computer-nav-button:hover {
		background-color: #DCDEE2;
		color: var(--primary-color) !important;
	}
	.content-container {
		left: 250px;
		right: 0;
		bottom: 0;
		top: 80px;
		box-shadow: 2px 2px 5px black;
	}
	div.button-bar {
		top: 79px;
	}
	.fixed-button {
		right: 50px;
		bottom: 30px;
	}
	.logo-container {
		height: 80px;
	}
	.computer-logo-image {
		height: 150px;
	}
	.row {
		display: flex;
	}
	.column-right, .column-left {
		width: 50%;
		float: left;
		height: auto;
	}
	.greenscreen-column-right {
		width: 35%;
		float: left;
		height: auto;
	}
	 .greenscreen-column-left {
		width: 65%;
		float: left;
		height: auto;
	}
	.forum-topic-left {
		width: 30%;
		float: left;
		height: auto;
	}
	.forum-topic-right {
		width: 70%;
		float: right;
		height: auto;
	}
}