﻿.image-shadow:hover {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.50);
}

.text-shadow:hover {
	text-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.50);
}

.edit-menu-container {
	display: none;
	position: fixed;
	top: 0px;
	right: 0;
	width: 25vw;
	min-height: 100vh;
	max-height: 100vh;
	z-index: 1;
	overflow-y: auto;
}

	.edit-menu-container.visible {
		display: block;
	}

.show-edit-menu-button {
	display: none;
	position: fixed;
	top: 60px;
	right: 10px;
	z-index: 1001;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 5px;
}

	.show-edit-menu-button:hover {
		box-shadow: rgba(0,0,0,0.4) 0px 0px 10px;
	}

.app-move-left {
	width: 74vw;
}

.edit-menu-change-color {
	width: 100%;
	align-items: stretch;
	justify-content: center;
	display: flex;
	margin: 5px 6px 5px 6px;
}

.css-editor {
	min-height: 80vh;
	max-height: 80vh;
	padding: 10px;
	width: 100%;
	font: 13px Tahoma, cursive;
	display: block;
	border-radius: 3px;
	border: 1px solid #F7E98D;
}