/*/////////------- INDEX------------////////*/

/*
Main

==> Header
	---> Menu
	---> BANNER
==> GAMES
	
==> FOOTER





  */



/* Main */
@-ms-viewport{
  width: device-width;
}
body{
	font-family: 'Montserrat',sans-serif;
}



/* --------------MENU---------------- */


nav.navbar{
	background: #000;
	padding: 0px;
}
.navbar-toggler-icon{
	border: 2px solid #fff !important;
	background: #fba83d !important;

}
ul.navbar-nav{
	width: 100%; 
    text-align: right;
    padding-top: 20px;
}
ul.navbar-nav li:first-child{
	width: 100%;
}
ul.navbar-nav li.nav-item{
}
ul.navbar-nav li.nav-item a.nav-link{
    padding: 0px;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}
ul.navbar-nav li.nav-item a.nav-link pre{
	color: #fff;
	font-size: 11px;
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
	padding: 0px 20px;
	border-right: 2px solid #fff;

}




/* ------ BANNER -------- */
section.banner{
	padding: 150px 0px;
	background-image: url("../images/slider-1.jpg");
	background-position: 40% 0;
	background-size: cover;
}

section.banner a.text-btn{
	color: #000;
    font-weight: 500;
    font-size: 27px;
    text-transform: uppercase;
    background-image: linear-gradient(#679D22, #b2fe32, #679D22);
    border: 2px solid #466A13;
    padding: 0px 26px;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;

}

section.banner h2{
/* 	font-family: 'Kanit', sans-serif; */
	font-size: 40px;

}
section.banner h3{	
	font-size: 35px;
    font-weight: lighter;
    margin-top: 30px;
}

/* section.banner a{
	padding: 8px 30px;
    background: transparent;
    border-radius: 5px;
    border: 2px solid #ffb347;
    color: #ffb347;
    font-weight: bolder;
    margin-top: 30px;
    margin-bottom: 30px;
}

section.banner a:hover{
	background: #ffb347;
	color: #fff;
	text-decoration: none;
} */







/* ------------ GAMES ------------ */

section.games{
	padding: 60px 0px;
	background: #1e1e1d;
}

section.games div.row div.col-md-2 div{
	border: 2px solid #c5c5c5;
}
section.games div.row div.col-md-2 div h3{
	background: #000;
	color: #fff;
	font-size: 17px;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
}

section.games div.row div.col-md-2 a{
	color: #fff;
	text-decoration: none;
}










/* ----------------Footer------------------- */
footer{
	background: #1e1e1d;
	color: #fff;
	padding: 10px 0px;
	border-top: 1px solid #2b2b29;
}
footer pre{
	color: #fff;
	margin: 0px;
	padding: 0px;

}





@media only screen and (max-width: 700px){
	
}