@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&subset=latin-ext,vietnamese");
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700');
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-image: url('../images/poker-bg.jpg');
	color:#FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
	color:#f7ac00;
}
a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
	color:#f7ac00;
}
.btn-sm {
	font-size:12px !important;
	padding:4px 8px !important;
}
.btn-primary {
    background: #eb9a0d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eb9a0d), color-stop(51%, #e57709), to(#eb9a0d));
    background-image: linear-gradient(to bottom, #eb9a0d 0%, #e57709 51%, #eb9a0d 100%);
    border: none;
    background-size: 200% auto;
    font-weight: 500;
    -webkit-transition: all ease-out .2s;
    transition: all ease-out .2s;
    background-position-y: 0;
	font-size:14px;
	padding:8px 16px;
	text-transform:uppercase;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-custom {
    background: #e57909;
}
.section-blog {
	margin-top:40px;
	color:#fff;
}
.section-blog h1{
	font-size:20px;
}
.section-blog p {
	font-size:14px;
}
.section-blog-more {
	margin-top:40px;
	color:#fff;
}
.section-blog-more h1{
	font-size:28px;
}
.section-blog-more h2{
	font-size:22px;
}
.section-blog-more h3{
	font-size:20px;
}
.section-blog-more h4{
	font-size:18px;
}
.section-blog-more h5{
	font-size:16px;
}
.back {
	position:fixed;
	bottom:10px;
	right:10px;
}
.img-responsive img{
	width:100%;
	max-height:200px;
}

@media (max-width: 768px) {
   .img-responsive img {
	max-height: none;
   }
}

