/* Global Style */
.background-black,
body {
	background-color: #1d1d1d;
	color: #fff;
	font-family: 'Libre Baskerville', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.background-dark {
	background-color: #000;
}

.border-top {
	border-top: 1px solid #707070 !important;
}

.text-gold {
	--bs-text-opacity: 1;
	color: #90713b !important;
}

.block-gold {
	background-color: #d8b061;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
}

.nav-link-menu,
.nav-link-menu:link {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.nav-link-menu:hover {
	color: rgb(234, 233, 233);
}

.nav-link-menu.active,
.nav-pills .nav-link.active {
	background-color: transparent;
	color: #90713b;
}

.btn-gold {
	color: #fff;
	border-radius: 40px;
	background-color: #d8b061;
	border-color: #d8b061;
}

.btn-gold:hover {
	color: rgb(212, 209, 209);
	background-color: #b99244;
}

.background-hero {
	background-image: url('/assets/images/background-hero.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.background-sell-hero {
	background-image: url('/assets/images/sell-hero.jpg');
}

.background-shop-hero {
	background-image: url('/assets/images/shop-hero.jpg');
}

.background-sell-merchant {
	background-image: url('/assets/images/sell-merchant.jpg');
}

.tmb-desc {
	line-height: 2em;
}

.background-want-sell,
.background-want-shop {
	background-image: url('/assets/images/want-sell.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
}

.background-want-shop {
	background-image: url('/assets/images/want-shop.jpg');
}

.background-want-sell a,
.background-want-shop a,
.background-want-sell a:link,
.background-want-shop a:link {
	font-size: 4rem;
	text-decoration: none;
	color: #d8b061;
}

.background-want-shop a,
.background-want-shop a:link {
	color: #fff;
}

.font-nunito {
	font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.background-shop-why-1,
.background-shop-why-2,
.background-shop-why-3 {
	background-image: url('/assets/images/shop-why-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.background-shop-why-2 {
	background-image: url('/assets/images/shop-why-2.jpg');
}

.background-shop-why-3 {
	background-image: url('/assets/images/shop-why-3.jpg');
}

.modal-background-black {
	background-color: #000;
}

.btn-close-white {
	opacity: 1;
}
