html {
	scroll-behavior: smooth;
}
img.marking {
	width: 100%;
}
h5.minititle {
	font-family: "MorrisRoman";
	font-size: 1.5rem;
}
img.listimg {
	vertical-align: text-top;
}
img.listimg2 {
	vertical-align: middle;
	margin-right: 3px;
}
.panel-primary {
	background-color: #af8d6f;
	border: 4px double #604731;
	border-radius: 15px;
	box-shadow: 0 0 4px 0px #604731;
	color: #322215;
	font-size: 15px;
}
.panel-primary .title {
	font-family: "OdinsonBold";
	font-size: 40px;
	text-shadow: 1px 1px 1px #d7b58b;
	text-align: center;
}
.panel-primary a:link, .panel-primary a:visited, .panel-primary a:active, .panel-primary a:focus {
	color: #ffe6d2;
}
.panel-primary a:hover {
	color: #ffffff;
}
.btn-dark {
	font-family: 'Norse';
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #dbb89b;
	border: 4px double #604731bd;
	border-radius: 10px;
	background: #7e5e46;
	box-shadow: -4px 4px 4px -4px #604731, -4px -4px 4px -4px #604731;
}
.btn-dark:focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
	background-color: #af8d6f;
	border-color: #604731bd;
	color: #322215;
	box-shadow: -4px 4px 4px -4px #604731, -4px -4px 4px -4px #604731;
}
.btn-dark:hover {
    background-color: #99755a;
    border-color: #604731bd;
    color: #dbb89b;
    box-shadow: -4px 4px 4px -4px #604731, -4px -4px 4px -4px #604731;
}
.mb-5, .my-5 {
	margin-bottom: 2em!important;
}
.fancy-title {
    font-family: 'Cinzel Decorative', cursive;
    text-align: center;
    text-shadow: 0px 1px 0px #d7b58b, 0px 0px 6px #604731;
}
.marking-title {
    text-align: center;
    font-size: 2em;
    color: #432b18;
    font-weight: 400;
}
.marking-desc {
	font-size: 15px;
	font-style: italic;
	text-align: center;
	padding: 10px 5px 5px;
}
.panel-primary li.list-group-item {
    padding: 0.75em 0.75em 0.75em 1em;
    background-color: transparent;
    list-style: none;
}
.tabcontent {
	background: #af8d6f;
	padding: 1em;
	color: #322215;
	border-style: solid;
	border-width: 1px;
	border-color: #604731;
	border-radius: 1em;
	box-shadow: 0px 0px 0px 1px #ddb99c, 0px 1px 4px 2px #694a30;
	min-height: 475px;
}
.marking {
	max-width: 400px;
	background-color: transparent;
	margin: 0 auto;
}
.marking:hover {
	opacity: 0.7;
	cursor: pointer;
}
.baseswatch {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	display: block;
	background-color: transparent;
}
.baseswatch:hover {
	opacity: 0.7;
	cursor: pointer;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1100;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
	margin: auto;
	display: block;
	width: auto;
	max-width: 850px;
	background-color: #ffffff8f;
	top: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	max-height: 100%;
}
.modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}
@keyframes zoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 50px;
	font-weight: bold;
	transition: 0.3s;
}
.close:hover, .close:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.quoteblock {
	border-left: 4px solid #937459;
	padding: 3px 10px;
	margin-inline-start: 10px;
	margin-top: 10px;
}
ul.rulelist {
	list-style: none;
	padding-inline-start: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul.rulelist > li {
	list-style-position: inside;
	padding: 3px 10px;
}
@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}