:root {
  --main_bg: #121a1b;
  --accent_btn: #0e0d05;
  --menu_faq: #f6f306;
  --headers: #f6f306;
  --accent_btn_text: #f6f306;
  --button-text: #f6f306;
  
}

main > .container {
	padding: 60px 15px 0;
}

	body {
		background: var(--main_bg);
		color: #fff;
		font-size: 15pt;
		line-height: 1.85em;
		font-family: "Helvetica Neue","Open Sans","Segoe UI","Ubuntu","Roboto","Oxygen","Cantarell",sans-serif;
		font-weight: 300;
		text-align: justify;
	}
	
table,thead,tbody,tr,td,th {
	border-collapse: collapse;
	border-spacing: 0;
	color: #fff !important;
	border-width: 0.1em;
	border-color: #fff;
	padding: 0.3em;
	margin: 0.5em auto;
	text-align: left;
}

a {
	color: inherit;
	text-decoration: none;
}
	
.navbar {
	background: var(--main_bg)!important;
}

.navbar-nav {
	margin-left: auto;
}

.toplogo {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 500;
}

.image_logo {
	max-height: 97px;
}


.btn-outline-success {
	color: var(--accent_btn_text)!important;
	background: var(--accent_btn)!important;
	border-color: var(--accent_btn_text)!important;
}

.featured {
	display: block;
	width: 100%;
	margin: 0 0 4em 0;
}
		

.popup{
	border-color: var(--accent_btn_text);
	border-style: solid;
	border-width: 6px;
	background-color: var(--accent_btn);
	width: 360px;
	max-width: 85vw;
	padding: 10px 10px;
	position: fixed;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	border-radius: 8px;
	display: none; 
	text-align: center;
	z-index: 3;
}
.popup button{
	padding: 0;
	display: block;
	margin:  0 0 0 auto;
	font-size: 30px;
	color: var(--accent_btn);
	background: #ddd;
	border-radius: 100%;
	border-style: none;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	cursor: pointer;
	line-height: normal;
}
.popup h2{
	margin-top: -20px;
}
.popup p{
	font-size: 2em;
	text-transform: uppercase;
	color: #ddd;
	text-align: center;
	font-weight: bold;
	margin: 20px 0;
}
.popup a{
	display: block;
	width: 100%;
	position: relative;
	margin: 10px auto;
	text-align: center;
	background-color: #ddd;
	border-radius: 11px;
	border-style: none;
	color: var(--accent_btn);
	text-decoration: none;
	font-size: 1.7em;
	font-weight: bold;
	padding: 8px 0;
}

footer {
	background-color: var(--main_bg)!important;
}

.disclaimer {
	background-color: #fff!important;
	color: #000!important;
	border-color: #000!important;
	border: 0.5em solid;
	text-align: center;
}

.bottom {
	min-height: 4em;
}

.text-muted {
	text-align: center;
}