body {
	font-family: Cabin, sans-serif;
	font-weight: 400;
	letter-spacing: .08rem;
	background: url(../img/body_bg.jpg);
}

.container {
	text-align: center;
	max-width: 960px
}

/* NAV */

.darkbar {
	
}

.nav-link {
	text-transform: uppercase;
	font-size: .8em;
	font-family: Cabin;
	font-weight: 600;
	color: #aea18d;
	transition: color .5s;
	letter-spacing: .2em;
}

.nav-link:hover {
	color: #ded0bb;
}

.btn-outline-primary {
	color: #54c5b7;
	border-color: #54c5b7;
	border-radius: 0;
	font-family: Cabin;

	text-transform: uppercase;
	font-size: .8rem;
	font-weight: bold;
	transition: .8s;
}

.btn-outline-primary:hover {
	color: #000;
	background: #54c5b7;
	border-color: #54c5b7;
}

.btn:focus {
	box-shadow: none;
}


.fixed-top.scrolled {
  background-color: #000 !important;
  transition: background-color 400ms linear;
}


/* NAV END */

/* INTRO */

.intro {
	padding: 2rem 1rem;
	background: url(../img/intro_bg.jpg) top; 
	background-size: cover;
	border-radius: 0.3rem;
	min-height: 80vh;
	display: flex;
	align-items: center;
	position: relative;
}

.intro:after {
	content: "";
	width: 100%;
	height: 40px;
	display: block;
	position: absolute;
	background: url(../img/intro-break.jpg) repeat-x 0 0;
	bottom: 0;
	left: 0;
}

.intro > .container {
	padding: 0 0 50px 0;	
}

@media (min-width: 576px) {
	.intro {
		padding: 4rem 2rem;
	}
}

@media (max-width: 400px) {
	.intro {
		height: 100vh;
		
	}
}

.main-title {
	max-width: 100%;
}

.counter {
	background: url(../img/counter_btn.png) no-repeat;
	width: 350px;
	height: 101px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -175px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	flex-direction: column;
}

#abertura {
	color: #000;
	font-family: Cinzel;
	font-weight: 600;
	font-size: 1.4rem;

}

.counter > p {
	color: #aea18d;
	margin-bottom: -12px;
}


.jogar {
	background: url(../img/jogar_btn.png) no-repeat;
	width: 350px;
	height: 88px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -175px;
	z-index: 1;
	transition: 1s;
}

.jogar:hover {
	background: url(../img/jogar_btn_hover.png) no-repeat;
}

/* INTRO END */


.feature {
	position: relative;
	padding: 3rem 0;
}

.feature:before {
	content: "";
	width: 100%;
	height: 10px;
	display: block;
	position: absolute;
	background: url(../img/small_break.png) repeat-x 0 0;
	top: -5px;
}

.feature-title {
	font-size: 2.2rem;
	font-family: cinzel;
	font-weight: 700;
	color: #ffc436;
	text-shadow: -3px 3px 8px rgba(0,0,0,.6);
	margin-top: 1em;
}

.feature-p {
	color: #aea18d;
	font-size: .9rem;
	padding: 1em;
	text-align: center;
	margin: 0 auto 0;

}

.f-right > .f-content {
order: 1;

}
.f-right > .f-video {
order: 2;

}

@media screen and (min-width:768px) {
	
	.feature-title {
		text-align: left;
		margin-top: 0;
	}
	
	.feature-p {
		text-align: justify;
	}
	
	.f-right > .f-content {
		order: 2

	}
	.f-right > .f-video {
		order: 1;

	}
	
	.f-right > .f-content > .feature-title{
		text-align: right;
	}
	.f-right > .f-content > .feature-p{
		text-align: right;
	}
}


.v-base {
	height: 214px;
	width: 300px;
	box-shadow: 0 0 26px rgba(0,0,0,.8); 
	margin: 0 auto;
	transition: all 1s;
	border: none;
	
}

.v-base:hover {
	box-shadow: 0 0 26px rgba(0,0,0,.8), 0 0 50px rgba(47,68,59,1); 
	border: none;

}

.v-base:focus {
	outline: none;
}

.v-warning {
	margin-top: 1em;
}

@media screen and (min-width: 768px) {
	.v-base {
		height: 250px;
		width: 350px;
		
	}
	.v-warning {
		margin-top: 0;
	}
}

/* Sections */

.feat-classes {
	background: url(../img/classes_bg.jpg) no-repeat center;

}

.feat-classes2 {
	background: url(../img/classes_bg.jpg) no-repeat center;

}

.v-classes {
	background: url(../img/video_classes.jpg) no-repeat;
	background-size: contain;
	
}

.v-classes:hover {
	background: url(../img/video_classes_hover.jpg) no-repeat;
	background-size: contain;
}


.feat-mix {
	background: url(../img/mix_bg.jpg) no-repeat center;
}

.v-mix {
	background: url(../img/video_mix.jpg) no-repeat;
	background-size: contain;
}

.v-mix:hover {
	background: url(../img/video_mix_hover.jpg) no-repeat;
	background-size: contain;
}

.feat-honra {
	background: url(../img/honra_bg.jpg) no-repeat center;
}

.feat-honra2 {
	background: url(../img/honra_bg.jpg) no-repeat center;
}

.v-honra {
	background: url(../img/video_honra2.jpg) no-repeat;
	background-size: contain;
}

.v-honra:hover {
	background: url(../img/video_honra_hover2.jpg) no-repeat;
	background-size: contain;
}

.v-honra2 {
	background: url(../img/video_honra.jpg) no-repeat;
	background-size: contain;
}

.v-honra2:hover {
	background: url(../img/video_honra_hover.jpg) no-repeat;
	background-size: contain;
}

.feature-light {
	background: url(../img/parchment.jpg);
}

.coming {
	font-size: 2rem;
	font-family: cinzel;
	font-weight: 700;
	color: #ffc436;
	text-shadow: -3px 3px 8px rgba(0,0,0,.6);
	margin: 1em auto;
	text-align: center;
}

/* DIVULGAÇÃO */

.divulga {
	background: url(../img/divulga_bg.jpg) no-repeat center;
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	padding-top: 50px;
	transition: 1s;
}

@media screen and (min-width:768px) {
	.divulga {
		filter: grayscale(100%);
	}
	.divulga:hover {
	filter: grayscale(0%);
	}
	
}

.divulga-title {
	max-width: 100%;
}

.divulga-btn {
	background: url(../img/divulga_btn.png) no-repeat;
	width: 216px;
	height: 70px;
	margin: 0 auto;
	margin-top: 60px;
	transition: 1s;
}

.divulga-btn:hover {
	background: url(../img/divulga_btn_hover.png) no-repeat;
}


/* FOOTER */


.footer {
	position: relative;
	padding: 3em 0 .5em;
}

.footer:before {
	content: "";
	width: 100%;
	height: 40px;
	display: block;
	position: absolute;
	background: url(../img/footer-break.png) repeat-x 0 0;
	top: -5px;
	box-shadow: 0 10px 20px rgba(0,0,0,.5);
}

.social_icons {
	background: url(../img/social_icons.png) 0 0 no-repeat;
	width: 103px;
	height: 139px;
	display: inline-block;
	margin: -20px auto 20px;
}

.social_icons--facebook { background-position: 0 -144px; }
.social_icons--facebook:hover { background-position: 0 0; }

.social_icons--youtube { background-position: -103px -144px; }
.social_icons--youtube:hover { background-position: -103px 0; }

.social_icons--discord { background-position: -206px -144px; }
.social_icons--discord:hover { background-position: -206px 0; }

.madrights {
	font-size: .8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .02rem;
}

.webzen {
	font-size: .6rem;
	text-transform: uppercase;
	letter-spacing: .02rem;

}

/* SCROLLBAR */

	::-webkit-scrollbar-track {
		background: #000;
	}
	::-webkit-scrollbar {
		width: 12px;
	}
	::-webkit-scrollbar-thumb {
		background: url(../img/parchment.jpg);
		border: 4px solid #000;
	}