.fancy-title {
	font-family: 'Cinzel Decorative', cursive;
	text-align: center;
	text-shadow: 0px 1px 0px #d7b58b, 0px 0px 6px #604731;
}

hr {
	background: #9d7c5f;
	box-shadow: 1px 1px 1px #cea78587;
}

.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: 2.5rem;
	text-shadow: 1px 1px 1px #d7b58b;
	text-align: center;
}

.panel-primary li.list-group-item {
	padding:  .75rem .75rem .75rem 2rem;
	background-color: #c39d7a;
}

.panel-primary li.list-group-item a {
	color: #eddbcd;
}

.panel-primary li.list-group-item a:hover {
	color: #fff;
}

.panel-primary li.list-group-item::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0.5rem;
	top: 1rem;
}

.tab-header {
	font-family: 'MorrisRoman';
	font-weight: 600;
	font-size: 40px;
	text-shadow: 1px 1px 1px #b79170;
	color: #322215;
}

.tab-panel {
	background-color: #af8d6f;
	border: 4px double #604731;
	border-radius: 5px;
	box-shadow: 0 0 4px 0px #604731;
	color: #322215;
	font-size: 15px;
	position: relative;
	margin-top: 3rem;
}

.tab-panel h4 {
	position: absolute;
	top: -1.8rem;
	font-family: 'MorrisRoman';
	font-size: 1.8rem;
	text-shadow: -1px -1px 0px #aa8567, 0px 0px 2px #5e3717, 0px 0px 1px #291809;
}
.tab-static h4, .tab-scroll h4 {
	top: 0;
	position: relative;
}
.tab-static, .tab-scroll {
	padding: 1.5rem;
}

.tab-scroll {
	box-shadow: inset 0 16px 15px -13px #725741, inset 0 -16px 15px -13px #725741;
	overflow-y: scroll;
	max-height: 750px !important;
}

.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;
}

.btn-dark:hover {
	background-color: #99755a;;
	border-color: #604731bd;
	color: #dbb89b;
	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;
}

[data-tab-content] {
	display: none;
}

.active[data-tab-content] {
	display: block;
	animation: fadeIn ease 1.5s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipmark {
	background: #4a311d;
	border-radius: 52px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 10px;
	color: #dfcbba;
	font-weight: bold;
	margin-left: -1px;
	position: relative;
}
.tooltipmark:hover {
	box-shadow: 0px 0px 3px 1px #d7c3b3;
	cursor: pointer;
}
.tooltiptext {
	text-align: center;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	font-size: 12px;
	width: calc(200px - 2em);
	background: #4a311d;
	color: #dfcbba;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #c9a587;
	transition: 0.2s ease-in;
	-webkit-transition: .2s ease-in;
	z-index: 1000;
	white-space: normal;
}
.tooltiptext > a, .tooltiptext > a:focus, .tooltiptext > a:active, .tooltiptext > a:visited {
	color: #c99b74;
}
.tooltiptext > a:hover {
	color: #ffffff;
}
.topleft, .topright, .top {
	bottom: 0;
	margin: -1em auto 2em auto;
}
.botleft, .botright, .bot {
	top: 0;
	margin: 2em auto -1em auto;
}
.topleft {
	right: -300%;
}
.topright {
	left: -300%;
}
.top {
	left: -500px;
	right: -500px;
}
.botleft {
	right: -300%;
}
.botright {
	left: -300%;
}
.bot {
	left: -500px;
	right: -500px;
}
.tooltiptext::after {
	content: "";
	position: absolute;
	border-width: 6px;
	border-style: solid;
}
.topleft::after, .topright::after, .top::after {
	border-color: #4a311d transparent transparent transparent;
}
.botleft::after, .botright::after, .bot::after {
	border-color: transparent transparent #4a311d transparent;
}
.topleft::after {
	bottom: -12px;
	right: 37px;
}
.topright::after {
	bottom: -12px;
	left: 37px;
}
.top::after {
	bottom: -12px;
	left: 50%;
	margin-left: -6px;
}
.botleft::after {
	top: -12px;
	right: 37px;
}
.botright::after {
	top: -12px;
	left: 37px;
}
.bot::after {
	top: -12px;
	left: 50%;
	margin-left: -6px;
}
.tooltipmark:hover > .tooltiptext, .tooltipbox:hover > .tooltiptext {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
}
/* SAME AS TOOLTIPMARK BUT MEANT FOR OTHER ELEMENTS THAN QUESTIONMARK TOOLTIP */
.tooltipbox {
	position: relative;
	width: 100%;
}
.tooltipbox > .tooltiptext {
	max-width: calc(150px - 2em);
}
.tooltipbox > .topleft {
	bottom: 6px;
	left: -50px;
	right: auto;
}
.tooltipbox > .topright {
	bottom: 6px;
	right: -50px;
	left: auto;
}
.tooltipbox > .top {
	bottom: 6px;
	left: -500px;
	right: -500px;
}
.tooltipbox > .botleft {
	top: 6px;
	left: -50px;
	right: auto;
}
.tooltipbox > .botright {
	top: 6px;
	right: -50px;
	left: auto;
}
.tooltipbox > .bot {
	top: 6px;
	left: -500px;
	right: -500px;
}
.tooltipbox > .topleft::after {
	right: 15%;
	margin-left: -50%;
}
.tooltipbox > .topright::after {
	left: 15%;
	margin-right: -50%;
}
.tooltipbox > .botleft::after {
	right: 15%;
	margin-left: -50%;
}
.tooltipbox > .botright::after {
	left: 15%;
	margin-right: -50%;
}
.tooltipbox:hover {
	cursor: pointer;
}