@font-face {
    font-family: 'Ganjnameh';
    src:url('https://cdn.font-store.ir/fonts/ganjnameh/GanjNamehSans-Regular.woff2') format('woff2'),
    url('https://cdn.font-store.ir/fonts/ganjnameh/GanjNamehSans-Regular.woff') format('woff'),
    url('https://cdn.font-store.ir/fonts/ganjnameh/GanjNamehSans-Regular.ttf') format('truetype'),
	url('https://cdn.font-store.ir/fonts/ganjnameh/GanjNamehSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
html {
	position: relative;
	min-height: 100%;
}

.bg-dark {
    background-color: #84a4c2!important;
}

body {
	/* Padding top for navbar */
	padding-top: 56px;
	/* Margin bottom for footer height */
	margin-bottom: 60px;
	direction: rtl;
	text-align: right;
	font-family: 'Ganjnameh', Tahoma;
}

section {
	padding: 150px 0;
}

img {
	max-width: 100%;
}


pre, code {
	background: #f8f8f8;
	color: #333;
	direction: ltr;
	text-align: left;
}

pre {
	border-right: 2px solid #ccc;
	padding: 10px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1rem;
}

thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: right;
	vertical-align: bottom;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th, td {
	padding: 0.5em 1em;
}

h1.title,
h2.title {
	font-size: 2.3rem;
}

blockquote {
        padding: 10px 20px;
        margin: 0 20px 20px 0;
        border-right: 5px solid #eee;
        font-style: italic;
}

/* Navbar */
img.nav-svg-icon {
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}

.nav-link {
	font-size: 0.8em;
}

/* Footer */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0.8em;
}

.mini-logo {
	height: 22px;
	padding-bottom: 5px;
}

/* Plugins */
.plugin {
	margin-top: 3rem;
}

.plugin-label {
	font-size: 1em;
	text-transform: uppercase;
}

.plugin ul {
	list-style: none;
	padding: 0 10px 0 0;
}

/*Edit */

a:hover{
	text-decoration: none;
}

.ml-auto, .mx-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

h1,h2,h3,h4,h5,h6,
p,span{
	font-family: 'Ganjnameh', Tahoma;
}
