@font-face {
	font-family: 'Sahel';
	src: url('../assets/fonts/Sahel.eot'),
		 url('../assets/fonts/Sahel.ttf'),
		 url('../assets/fonts/Sahel.woff'),
		 url('../assets/fonts/Sahel.woff2');
	font-style: normal;
	font-weight: normal;
}

* {
	font-family: 'Sahel', sans-serif;
}

body {
	overflow-x: hidden;
}

.bg-snake {
	background-image: url("../assets/images/bg-header.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.card-img-top.rounded-4.mb-3.h-50 {
	height: 250px !important;
}

.article-detail h3 {
	color: #ff6633;
}


.nav-link.dropdown-toggle::after {
	float: right;
	margin-top: 8px;
}

@media only screen and (max-width: 1000) {
	.bg-snake {
		/* background-size: contain; */
		background-size: 50%;
		background-clip: padding-box;
		/* background-position: left;
		background-position-x: left; */
	}
}

pre {
	direction: ltr;
}


/* Table Styles */
article table {
	font-family: "Arial Black", Gadget, sans-serif;
	border: 2px solid #000000;
	background-color: #4A4A4A;
	width: 100%;
	height: 200px;
	text-align: center;
	border-collapse: collapse;
}

article table td, article table th {
	border: 1px solid #4A4A4A;
	padding: 3px 2px;
}

article table tbody td {
	font-size: 13px;
	color: #E6E6E6;
}

article table tr:nth-child(even) {
	background: #888888;
}

article table thead {
	background: #2b2b2b;
	border-bottom: 3px solid #000000;
}

article table thead th {
	font-size: 15px;
	font-weight: bold;
	color: #E6E6E6;
	text-align: center;
	/* border-left: 2px solid #4A4A4A; */
}

article table thead th:first-child {
	border-left: none;
}

article table tfoot {
	font-size: 12px;
	font-weight: bold;
	color: #E6E6E6;
	background: #000000;
	background: -moz-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
	background: -webkit-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
	background: linear-gradient(to bottom, #404040 0%, #191919 66%, #000000 100%);
	border-top: 1px solid #4A4A4A;
}

article table tfoot td {
	font-size: 12px;
}


/* Scroll To Top Button */
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    display: none;
    z-index: 1000;
}