@charset "UTF-8";

body {
	font-size: 15px;
	background: #edece4;
}
a,
a img { transition: all 0.5s; }
a:hover img {
	opacity: 0.6;
}

#wrapper {
	margin: 90px auto 0;
}
#wrapper > .row > .col-lg-3 {
	background: #d4d3cf;
	box-shadow: 0px 0px 5px 0px #999;
	padding: 0 !important;
}
#wrapper > .row > .col-lg-6 {
	background: #FFF;
	box-shadow: 0px 0px 5px 0px #777;
	z-index: 2;
}

.h1 { font-size:16px !important; }
.p-2 .h1 { margin-bottom:0; }
@media screen and (max-width: 440px) {
	#wrapper {
		margin-top: 105px;
	}
}

/* side */
#wrapper > .row > .col-lg-3 > div {
	border-top: solid 3px #4d4d42;
}
#wrapper > .row > .col-lg-3 h2 {
	font-size: 0.98rem;
	color: #FFF;
	background: rgb(170,170,170);
	background: linear-gradient(180deg, rgba(221,221,202,1) 0%, rgba(116,116,102,1) 2%, rgba(159,158,147,1) 98%, rgba(221,221,202,1) 100%);
	border-bottom: solid 1px #747466;
	text-shadow: 0 1px 5px #57574e;
	margin-bottom: 0;
	padding: 10px;
}
#wrapper > .row > .col-lg-3 h2 + div {
	border-top: solid 2px #4d4d42;
}
.list-group-item.active {
	background: #bfaf8c;
	border:none;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
	background-color: #f2f2f2;
}

/* main */
#content_main h1 {
	font-size: 1.4rem;
}
#content_main h2 {
	font-size: 1rem;
	color: #FFF;
	background: rgb(170,170,170);
	background: linear-gradient(180deg, rgba(221,221,202,1) 0%, rgba(116,116,102,1) 2%, rgba(159,158,147,1) 98%, rgba(221,221,202,1) 100%);
	border-bottom: solid 1px #747466;
	text-shadow: 0 1px 5px #57574e;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	padding: 15px 2rem;
}
#content_main h3 {
	font-size: 1rem;
	border-bottom: solid 2px #000;
	/*margin-left: -2em;
	margin-right: -2em;
	padding: 10px 2rem;*/
	margin-bottom: 20px;
	padding: 10px;
}
#content_main h4 {
	font-size: 1rem;
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

/* Chromatic */
.outer {
	overflow: hidden;
	position: relative;
	width: clamp(300px, 100%, 600px);
	height: 400px;
	border: 1px solid #555;
	border-radius: 5px;
	background-color: #eee;
	margin-bottom: 15px;
}
#panzoom {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#panzoom .inner {
	position: relative;
}

#panzoom img {
	width: auto;
	height: auto;
	vertical-align: bottom;
}
.zoom {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.zoom > * {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 2px;
	background-color: #000;
	color: #fff;
	line-height: 1;
	letter-spacing: 0;
	cursor: pointer;
}
.print {
	display: flex;
}
