.content {
	color: #37200d;
}
.row {
	justify-content: center;
}
.content a:link, .content a:visited {
	color: #ebd0bb;
}
.content a:hover {
	color: #ffffff;
}
.maintitle {
	font-family: 'MorrisRoman';
	text-align: center;
	font-size: 2.2em;
	letter-spacing: 1.1px;
}
.titletext {
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
}
.secondarytitle {
	font-family: 'MorrisRoman';
	text-align: center;
	font-size: 1.85em;
	letter-spacing: 1px;
	margin-top: 1.5em;
}
.headerleft {
	display: block;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	box-shadow: 1px 1px 5px 0px #37200d, -1px -1px 0px 0px #efcfb2, inset 0px 0px 5px 1px #614b37;
	border-radius: 10px;
	background: #bd9472;
	border-style: double;
	border-color: #765c42;
	border-width: 3px;
}
.headertextbox {
	display: block;
	margin: 0 auto;
	box-shadow: 1px 1px 5px 0px #37200d, -1px -1px 0px 0px #efcfb2, inset 0px 0px 5px 1px #614b37;
	border-radius: 10px;
	background: #bd9472;
	padding: 1em 3em;
	font-size: 14px;
	height: 100%;
	border-style: double;
	border-color: #765c42;
	border-width: 3px;
}
.headertitle {
	font-size: 1.4em;
	font-family: 'MorrisRoman';
	letter-spacing: 1px;
	text-shadow: -1px -1px 0 #c7a081, 1px 1px 3px #593f28;
	background: #ab8464;
	padding: 2px 20px;
	border-radius: 20px;
	box-shadow: 1px 1px 3px 0 #71533b, -1px -1px 0px 0 #e5b994;
	margin-bottom: 10px;
	margin-top: 10px;
}
.quotblock {
	padding-inline-start: 1em;
	border-left: 5px solid #997354;
	line-height: 1.35;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.promptbox {
	background-color: #bd9472;
	background-image: url(/images/eventimages/promptholder1.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	display: block;
	margin: 1em auto 0;
	box-shadow: 1px 1px 5px 0px #37200d, -1px -1px 0px 0px #efcfb2;
	border-radius: 10px;
	font-size: 1.1em;
	border-style: solid;
	border-color: #9f7c5a;
	border-width: 2px;
	max-width: 1500px;
}
@media (max-width: 1320px) {
	.promptbox {
		background-size: cover;
		background-position-x: 31%;
		background-position-y: top;
	}
}
.prompttext {
	height: 100%;
	background: linear-gradient(90deg, transparent, #bd9472b8 10%, #bd9472 20%, #bd9472 30%);
	display: block;
	border-radius: 8px;
	z-index: 1;
	position: relative;
	padding: 1em 3em 1em 8em;
}
.promptach {
	position: absolute;
	top: -0.5em;
	right: 0.25em;
	z-index: 2;
	display: block;
	filter: drop-shadow(-1px 2px 3px #735338);
}
.bgcopyright {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	padding: 0 0 1px 4px;
	text-shadow: 0 0 4px #ebc7aa, 0 0 4px #ebc7aa, 0 0 4px #000000, 0 0 10px #231104, 0 0 10px #d5b093;
	display: block;
	z-index: 2;
}
.bgcopyright a:link, .bgcopyright a:visited {
	color: #ffe3cc;
}
.bgcopyright a:hover {
	color: #ffffff;
}
.achiholder {
	padding: 1em 2em;
	text-align: center;
}
.achiimg {
	display: inline-block;
	margin: 0 auto;
	padding: 0 0.5em;
}
.achiholder > .tooltipbox {
	min-width: 150px;
	border-radius: 1em;
	background: #bd9472;
	padding: 5px;
	box-shadow: 1px 1px 3px 0px #4b2e16, -1px -1px 0px 0px #efcfb2;
	border: 1px solid #957050;
	margin: 5px 5px;
}
.itembox {
	background-color: #bd9472;
	display: block;
	margin: 0.25em auto;
	box-shadow: 0px 0px 5px 0px #59391f, inset 0px 0px 1px 1px #efcfb6;
	border-radius: 10px;
	font-size: 15px;
	border-style: double;
	border-color: #a58366;
	border-width: 3px;
	height: 100%;
	text-align: center;
}
.itembox a:link, .itembox a:visited {
	color: #e7cbb5;
	text-shadow: 1px 1px 3px #2d1b0d;
}
.itembox a:hover {
	color: #ffffff;
}
.loot {
	margin: 0.25em 5em;
	border: 1px solid #ad8a6d;
	padding: 0 2em 4em;
	border-radius: 1.5em;
	max-height: 500px;
	overflow: auto;
	mask-image: linear-gradient(
		to bottom,
		black,
		black 5em,
		black calc(100% - 5em),
		transparent), linear-gradient(black, black);
	mask-size: calc(100% - 1em) 100%, 1em 100%;
	mask-position: 0 0, 100% 0;
	mask-repeat: no-repeat, no-repeat;
	-webkit-mask-image: linear-gradient( to bottom, black, black 5em, black calc(100% - 5em), transparent), linear-gradient(black, black);
	-webkit-mask-size: calc(100% - 1em) 100%, 1em 100%;
	-webkit-mask-position: 0 0, 100% 0;
	-webkit-mask-repeat: no-repeat, no-repeat;
}
.loot::-webkit-scrollbar {
	width: 1em;
	border-radius: 0 1.5em 1.5em 0;
}
.loot::-webkit-scrollbar-thumb {
	background-color: #ad8a6d;
	outline: 1px solid #ad8a6d;
	border-radius: 0 1.5em 1.5em 0;
}
.loot::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #d9bfaa;
	border-radius: 0 1.5em 1.5em 0;
	outline: 1px solid #ad8a6d;
}
.itemimg {
	max-width: 115px;
	width: 100%;
	margin: 0 auto;
	padding: 8px 10px 0;
	display: block;
}
.itemimg2 {
	max-width: 115px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 10px;
	display: block;
	float: left;
}
@media (max-width: 1630px) {
	.itemimg2 {
		float: none;
	}
}
.content li {
	list-style-image: url(/images/activities/wolf2.png);
}
.titlebox {
	background-color: #bd9472;
	position: relative;
	display: block;
	margin: 1em auto 0;
	box-shadow: 1px 1px 5px 0px #37200d, -1px -1px 0px 0px #efcfb2;
	border-radius: 10px;
	font-size: 1.1em;
	border-style: solid;
	border-color: #9f7c5a;
	border-width: 2px;
	max-width: 1500px;
}
.tooltiptitle {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}
.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;
	letter-spacing: normal;
	font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.tooltipmark:hover {
	box-shadow: 0px 0px 3px 1px #d7c3b3;
	cursor: pointer;
}
.tooltiptext {
	text-align: center;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	font-size: 12.5px;
	width: calc(180px - 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(180px - 2em);
}
.tooltipbox > .topleft {
	bottom: 4em;
	left: -50px;
	right: auto;
}
.tooltipbox > .topright {
	bottom: 4em;
	right: -50px;
	left: auto;
}
.tooltipbox > .top {
	bottom: 4em;
	left: -500px;
	right: -500px;
}
.tooltipbox > .botleft {
	top: 4em;
	left: -50px;
	right: auto;
}
.tooltipbox > .botright {
	top: 4em;
	right: -50px;
	left: auto;
}
.tooltipbox > .bot {
	top: 4em;
	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;
}
@media (min-width: 1200px) {
	.row-cols-xl-8 > * {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}
.card {
	height: 100%;
	font-size: 14px;
}
.card-header2 {
	text-align: center;
	background-color: #ab8767;
	border-style: solid;
	border-width: 1px;
	border-color: #836348;
	padding: 7px 10px;
	border-radius: 8px 8px 0 0;
	border-bottom: none;
	box-shadow: 0px 0px 0px 1px #bd987a, 0px -1px 3px 2px #836349;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #674325, -1px -1px 1px #674325, 0px 0px 3px #352110;
	position: relative;
}
.card-body2 {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #836348;
	padding: 3px 5px 10px;
	background: #b59172;
	border-radius: 0 0 8px 8px;
	border-top: none;
	box-shadow: 0px 0px 0px 1px #bd987a, 0px 1px 3px 2px #836349;
	position: relative;
	z-index: auto;
}
input {
	text-align: center;
	padding: 2px 6px;
	outline: none !important;
	background: #e7c6aa;
	border: 1px solid #836348;
	border-radius: 3px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
input:active, input:focus {
	background: #f9e6d7;
	border: 1px solid #ad8767;
}
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	position: relative;
	padding-left: 22px;
	font-size: 12px;
	cursor: pointer;
	line-height: 10px;
	display: inline-block;
	margin: 0.75em auto 0.5em;
	text-align: center;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #6a4f38;
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 3px;
	margin: auto;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.currholder {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	background: linear-gradient(0deg, #d9a97e, #f1c094);
	padding: 1px 10px 1px 4px;
	border-radius: 1em;
	box-shadow: 0px 0px 0px 1px #9a602f, 0px 0px 1px 2px #f4bb87;
}

.buy-btn, .buy-btn:active {
	margin: 0 auto 5px;
	outline: none !important;
	padding: 3px 15px;
	background: #c19d7e;
	border-radius: 10px 10px;
	border: none;
	box-shadow: 0px 0px 0px 1px #d9b496, 0px 0px 1px 2px #916643;
	font-size: 12px;
	font-weight: 700;
}
.buy-btn:hover {
	outline: none !important;
	background: #cfa989;
	box-shadow: 0px 0px 0px 1px #e5c3a9, 0px 0px 1px 2px #725035;
	cursor: pointer;
}