:root {
  --green:#b8cfb0;
  --red:#d7919a;
  --border:#809d95;
  --background:#fff9ef;
  --lightblue:#798cb4;
  --darkblue:#4d6381;
	--brown:#916b48;
	--bouquetBackground: #ffffff;
}
html {
	background: var(--darkblue);
  font-family: "Lora", serif;
  font-optical-sizing: auto;
	color: rgb(60, 60, 60);
}
body {
	background-color: var(--background);
	min-width: 1000px;
	max-width: 1200px;
	border: solid var(--border);
  border-width: 0 8px ;
	margin: 0 auto;
	padding-bottom: 20px;
	/* height: 100vh; */
}


p, h3 {
	margin: 15px 0;
}
p {
	font-weight: 400;
	font-size: 1em;
}
p#up, p#down {
	font-size: 2em;
}
h4 {
	margin: 12px 8px 14px 10px;
}
h3 {
	color: whitesmoke;
}
h5 {
	font-size: 1.3em;
	margin: 10px 0px 4px 0px;

}
h6 {
	font-size: 1.2em;
	margin: 5px 0px;
}
header {
	background-color:	var(--background);
	text-align: center;
	padding: 5px 0;	
	margin: 0;
}
header p {
	color: var(--darkblue);
	font-size: 2.6rem;
}

#wrapper {
	margin: 0 10px;
	/* width: 99%; */
	padding: 20px;
	border-radius: 10px;
	background-color: var(--brown);
}
#stickerPage {	
	display: flex;
	width: 100%;
}
#menu {
	flex-wrap: nowrap;
	width: 260px;
	/* height: 520px; */
	display: inline-block;
	margin-bottom: 20px;
	background-color: rgb(255, 240, 222);
	border-radius: 10px;
	padding: 0px 10px 20px 10px;
}
#flowerChoices {
	background-color: white;
	height: 150px;
	overflow-y:scroll;
	margin: 10px;
	margin-top: 0px;
	padding: 10px;
	border: solid var(--border);
  border-width: 2px ;
	border-radius: 10px;
  box-shadow: 0 0 4px var(--lightblue)
	/* scrollbar-color: var(--border); */

}
#flowerChoices img {
	margin: 0 auto;
	height: 40px;
}
#highlightedFlower {
	display: block;	
	margin:  0 10px;
	margin-top: 0px;
	border: thin solid #809d95;
	border-radius: 8px;	
	height: 180px;
	background-color: var(--bouquetBackground);
  box-shadow: 0 0 4px var(--lightblue)
}
#highlightedFlower img {
	/* vertical-align: bottom; */
	display: block;
	margin: 0 auto;
	max-width: 140px;
	max-height: 170px;
}
#flowerBouquet {		
	flex-wrap: nowrap;
	position: relative;
	display: inline-block;
	width: 800px;
	height: 600px;
	border: thin solid black;
	border-radius: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: var(--bouquetBackground);
	overflow: hidden;
	z-index: 0;
}
#flowerBouquet img {
	max-width: 140px;
	max-height: 190px;
	align-items: center;
	z-index: 100;
	}
#adjustments {
	background-color: bisque;
	padding: 8px 20px 0px 20px;
	border-radius: 20px;
}

#adjustments input {
	margin: 15px 8px;
	width: 190px;
}
#adjustments p {
	margin: 8px 4px;
}
.adjustmentOptions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: calc(740-40)px;
}
#printOptions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: calc(740-40)px;
	background-color: bisque;
	padding: 10px 20px;
	border-radius: 12px;
	margin-top: 20px;
}
#printOptions .button-success {
	cursor: pointer;
	font-size: .8em;
	width: 60px;
	height: 20px;
	line-height: 18px;
	color: whitesmoke;
	background: var(--border);
	border:none;
	padding: 2px 4px;
	margin: 0px 5px;
	border-radius: 3px;
	box-shadow: none;
	text-align: center;
}
button {
	cursor: pointer;
	font-size: 1.2em;
	color: whitesmoke;
	background: rgb(42, 148, 174);
	border: 3px solid rgb(191, 233, 244);
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 3px 6px 6px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
button#delete, button#flip, button#pagePrint, button#refreshPage {
	cursor: pointer;
	font-size: .8em;
	width: 60px;
	height: 20px;
	color: whitesmoke;
	background: var(--border);
	border:none;
	padding: 2px 4px;
	margin: 0px 5px;
	border-radius: 3px;
	box-shadow: none;
	vertical-align: center;
}
svg.revertButton {
	margin: 0px 10px 0px -5px;
	display: inline-block;
	width: 20px;
	cursor: pointer;
}
footer {
  text-align: center;
	margin-top: 50px;
}

/* STYLE CLASSES */
.flipped {	
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.rotated {
transform: rotate(0);
}

/* .drop {
	border: 2px solid rgb(183, 156, 237);
	background: none;
} 

.flowerChoices {
  width: 92%;
  min-height: 180px;	
	padding: 10px;
}
.flowerBouquet {
  width: 92%;
  height: 300px;
  position: relative;	
	padding: 10px;
}

.flowerChoices > div {
	cursor: pointer;
	border: none;
}

.flowerChoices {
	margin-bottom: 20px;
}








*/

.droppable {
  position: absolute;
  display: inline-block;
}

/* @media print {
	.pagePrint {
		display: none;
	}
} */

@media print {
	header,
	#menu,
	section
	 {
		display: none !important;
	}
	#wrapper, 
	html {
		background-color: white;
	}
	body{
	border: none;
	background-color: none;
	}
	:root {
		--background:#fff;
	}
	#flowerBouquet {		
		border: thin solid #b7bbbe;
	}
}



