
a {
	color: #666;
}

body {
  zoom: 1.25;
  background: #000;
  margin: 0;
  padding: 0;
  font-family: din-2014, courier, sans-serif;
  font-size: 12px;
  line-height: 1rem;
}

#canvas {
	position: absolute; 
	top: 0; left: 0; right: 0; bottom: 0;

	max-width: 1200px;
	max-height: 1200px;

	margin: auto;

	box-shadow: 0 0 100px rgba(255, 255, 255, 0.2);
}

#hidden_canvas, #canvas_layer, #debug_canvas {
  display: none;
}

.photo-wrap {
	position: relative; 
	top: 8vh; left: 0; right: 0; bottom: 0;

	max-width: 500px;
	height: 92vh;
	max-height: 750px;

	margin: auto;
}

div.loading {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: auto;
	text-align: center;
	color: #666;
}

.photo-wrap #photo {
	width: 100%;
	margin: auto;
}

.photo-wrap h2#title {
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #ccc;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

#photo {
	opacity: 0;
	box-shadow: 0 0 100px rgba(255, 255, 255, 0.2);
}

.full-opacity {
	opacity: 1 !important;
}

.info {
	background: rgba(0, 0, 0, 0.4);
	color: #666;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
}

.image-info {
	-webkit-transition: 0.3s opacity easy-in-out;
	transition: 0.3s opacity easy-in-out;
}

#order-now {
	border: 1px solid #806C00;
	color: #fff;
	background: #786500;
	padding: 4px 8px;
	font-size: 14px;
	letter-spacing: 0.03em;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
	font-family: din-2014, courier, sans-serif;
	cursor: pointer;
	border: 1px solid #A98E00;
	}

button#next {
	float: right;
	border: 1px solid #444;
	color: #999;
	background: #333;
	padding: 4px 8px;
	font-size: 10px;
	font-family: din-2014, courier, sans-serif;
	cursor: pointer;
	outline: none;
}

button#next:disabled {
	opacity: 0.4;
}