@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto+Condensed:wght@400;700&display=swap');



/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 20px;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4,
.display-1, .display-2, .display-3, .display-4 {
	font-family: 'Playfair Display', serif;
	font-weight: 400!important;
}
h5, h6,
.h5, .h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
h1 {
	font-size: 4rem;
	line-height: 4rem;
	margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h2 {
	font-size: 3rem;
	line-height: 1.07em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h3 {
    font-size: 2.5rem;
    line-height: 1.1em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h4 {
	font-size: 1.75rem;
    line-height: 1.31em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h5 {
	font-size: 1.5rem;
	line-height: 1.25em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h6 {
	font-size: 16px;
	line-height: 1.8em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

a {
	text-decoration: none;
	font-weight: 700;
	color: #cb9d06;
}
a:hover,
a:focus {
	color: #cb9d06;
	text-decoration: underline;
}

b {
	font-weight: 500;
}

.h-100 {
	height: 100%;
}

.w-100 {
	width: 100%;
}

ul, ol {
	margin-bottom: 3rem;
}
li {
	line-height: 2.5rem;
	margin-bottom: 1rem;
}

.bg-darker {
	background-color: #1e1e1e;
}

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

.bg-gold-nugget {
	background-image: url('../img/gold-nugget-2.jpg');
	background-size: cover;
	background-position: center bottom;
}

.bg-naana {
	background-image: url('../img/naana1.jpg');
	background-size: cover;
	background-position: center bottom;
}

.bg-overlay-40 {
	background: rgba(0,0,0,0.4);
}
.bg-gradient-left {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
}
.bg-gradient-right {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
}

.btn {
	text-transform: uppercase;
	padding: .5rem 1.5rem;
	font-weight: 600;
}

.btn-warning {
	color: #fff;
	background-color: #cb9d06;
	border-color: #cb9d06;
}
.btn-warning:hover,
.btn-warning:focus {
	color: #fff;
	background-color: #cb9d06;
	border-color: #cb9d06;
	opacity: .8;
	text-decoration: none;
}
.btn-outline-warning {
	color: #cb9d06;
	border-color: #cb9d06;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus {
	color: #fff;;
	border-color: #cb9d06;
	background-color: #cb9d06;
	text-decoration: none;
}

.lead {
	font-size: 1.2rem;
	font-weight: 400;
}

.disclaimer {
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 400;
}

.tagline {
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #404040;
}

.br-20 {
	border-radius: 20px;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
	
.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}
	
.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

footer {
	border-top: 1px solid #6c757d;
}

.navbar-brand {
	transition: opacity .15s ease-in-out;
}

.navbar-brand:hover,
.navbar-brand:focus {
	opacity: .8;
}

.navbar-dark {
	background: #000;
}
.navbar-dark .nav-link {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}
.navbar-dark .nav-link:hover,
.navbar-dark .nav-link:focus {
	color: #cb9d06;
}

.navbar li,
.nav-item {
	margin-bottom: 0;
}
	
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
	
.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.section-brands {
	padding: 0;
}

footer ul,
footer ol {
	margin-bottom: 1rem;
}
footer li {
	line-height: 1;
	margin-bottom: 0;
}

footer a,
.social-links a {
	color: #fff;
}
.social-links a:hover,
.social-links a:focus {
	color: #cb9d06;
}

.social-links a img {
	filter: invert(99%) sepia(1%) saturate(243%) hue-rotate(347deg) brightness(115%) contrast(100%);
}
.social-links a:hover img,
.social-links a:focus img {
	filter: invert(90%) sepia(100%) saturate(4733%) hue-rotate(322deg) brightness(101%) contrast(99%);
}

.tradingview-widget-container iframe {
	width: 100%!important;
}

.tradingview-widget-container .js-copyright-label {
	display: none!important;
	opacity: 0;
}


/* CUSTOMIZE THE HEADER
-------------------------------------------------- */

.header-wrap {
	position: relative;
	background-image: url('../img/block173.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-bg {
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
}
.header-content {
	position: relative;
	padding: 5rem 0;
}


/* MARKETING CONTENT
-------------------------------------------------- */

.section {
	padding-top: 4rem;
	padding-bottom: 6rem;
}

.section-top {
	border-bottom: 1px solid #2f2f2f40;
}

.section-bottom {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.article-divider {
	margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
	letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}
	
@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
	h1 {
		font-size: 4.5rem;
		line-height: 4.5rem;
		margin: 25px 0;
	    -ms-word-wrap: break-word;
	    word-wrap: break-word;
	}
	h2 {
		font-size: 3.5rem;
		line-height: 1.07em;
	    margin: 25px 0;
	    -ms-word-wrap: break-word;
	    word-wrap: break-word;
	}
	h3 {
	    font-size: 2.75rem;
	    line-height: 1.1em;
	    margin: 25px 0;
	    -ms-word-wrap: break-word;
	    word-wrap: break-word;
	}
	h4 {
		font-size: 2rem;
	    line-height: 1.31em;
	    margin: 25px 0;
	    -ms-word-wrap: break-word;
	    word-wrap: break-word;
	}
	h5 {
		font-size: 1.5rem;
		line-height: 1.25em;
	    margin: 25px 0;
	    -ms-word-wrap: break-word;
	    word-wrap: break-word;
	}
	h6 {
		font-size: 16px;
		line-height: 1.8em;
	    margin: 25px 0;
	    -ms-word-wrap: break-word;
	    word-wrap: break-word;
	}
}
