body {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}

.we-fixed-bottom-ad {
	background-color: #171717; 
	border-top: 4px solid #F3CA8E;
	border-left: 4px solid #F3CA8E;
	border-right: 4px solid #F3CA8E;
	width: 745px;
	height: 110px;
	padding: .35rem; 
	bottom: 0;
	left: 28%;
	text-align: center;
	z-index: 99;
}

.we-fixed-bottom-mobile-ad {	
	background-color: #171717; 
	border-top: 4px solid var(--bs-orange);
	border-left: 4px solid var(--bs-orange);
	border-right: 4px solid var(--bs-orange);
	width: 320px;
	height: 65px;
	padding: .35rem; 
	bottom: 0;
	left: 25%;
	text-align: center;
	z-index: 99;
}

.we-navbar {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;			
	margin-bottom: 0;
	border-bottom: 0;
	padding: 20px 0;
	-webkit-transition: .3s all;
	transition: .3s all;
	font-size: 1.6rem;
}
.nav-link {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}
.we-nav-title {
	color: #F3CA8E;
	font-size: 3rem;
	font-weight: bold;
	margin-top: -1rem;
}
.we-cnt-header {
	color: #F3CA8E;
}
.we-cnt-body {
	font-size: 1.3rem;
	color: white;
}
.we-footer {
	padding: 65px 0 40px;
	background: #111111;
	font-size: 1.2rem;
	line-height: 29px;
	color: rgba(255, 255, 255, 0.8);
}