@font-face {
    font-family: 'Mongolian Writing';
    src: url('/fonts/MongolianWriting.woff2') format('woff2'),
        url('/fonts/MongolianWriting.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mongolian Script';
    src: url('/fonts/MongolianScript.woff2') format('woff2'),
        url('/fonts/MongolianScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.script-writing {
	/*font-family: 'Mongolian Writing';*/
	font-family: 'Mongolian Script';
	writing-mode: vertical-lr;
	text-orientation: sideways-right;
	color: #fff;
	font-size: 1.4rem;
}

.top-nav {
	height: 200px;
	background-color: #8F010A;
	/*background: url(/v1/images/sutra.jpg);
	background-size: cover;*/
}

.navbar-nav a {
	font-family: 'Merriweather', serif !important;
	font-weight: bold;
	font-size: 1.1em !important;
}

.font-merriweather {
	font-family: 'Merriweather', serif !important;
}

.tibetan {
	font-size: 1.5em;
}

.color-pomegranate {
	color: #c0392b;
}

.color-midnight {
	color: #2c3e50;
}

.color-river {
	color: #3498db;
}

.color-asphalt {
	color: #34495e;
}

/*.slogan {
	font-size: 1.6em;
	line-height: 32px;
	font-weight: bold;
	text-shadow: 2px 2px #000;
}

.slogan2 {
	font-size: 1.2em;
	line-height: 32px;
	font-weight: bold;
	color: white;
	font-family: 'Merriweather';
}

/*.nav.navbar-nav a {
	font-family: 'Merriweather', serif !important;
	font-weight: bold;
	font-size: 1.4em !important;
}

.container-header {
	height: 268px;
}

@media (min-width: 992px) {
	.container-header.type1 .logo a img {
		box-shadow: none !important;
	}
	.container-header.type3 .logo {
		top: 0px;
		right: 0px;
	}
}

.d-inline-block { display: inline-block; }

.bg-white {
	background-color: white;
}

.m-t-1 { margin-top: 8px; }
.m-t-2 { margin-top: 16px; }
.m-t-3 { margin-top: 24px; }*/

/*.cover-image {
	width: 100%;
	height: 60vh;
	background-size: cover;
}

#sidebar-nav {
	font-family: 'Merriweather', serif !important;
	font-size: 1.25em;
}

#sidebar-nav li a {
	border-radius: 0px !important;
}

#sidebar-nav li.active a {
	background-color: #1a265c;
}*/

.bg-red {
	background-color: #8F010A;
}

.bg-pomegranate {
	background-color: #800009;
}

.p-read {
	text-indent: 2em;
	line-height: 32px;
	text-align: justify;
}