body {
  margin: 0;
  font-size: 150%;
  font-family: Arial, Helvetica, sans-serif;
}

.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: #7c1823;
}


#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 17px;
  line-height: 150%;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #4CAF50;
  color: white;
  line-height: 150%;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

a {
	text-decoration: none;
}

p {
	max-width: 90%;
	line-height: 150%;
	padding: 1% 0% 0% 5%;
	font-size: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

p a {
	max-width: 90%;
	line-height: 150%;
	padding: 1% 0% 0% 5%;
	font-size: 100%;
	text-decoration: none;
}

p .dropcap {
	float: left;
	color: #D4D4C7;
	font-size: 450%;
	line-height: 85%;
	padding-top: 1.5%;
	padding-right: 1.5%;
	padding-left: 1.5%;
	padding-bottom: 1.5%;
	background-color: #f4f5f7;
}

p .p2 {
	max-width: 60%;
	line-height: 150%;
	padding: 1% 0% 0% 5%;
	font-size: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	text-indent: 8em;
}

p-list {
	max-width: 80%;
	line-height: 150%;
	padding: 1% 0% 0% 0%;
	font-size: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

p-list a {
	max-width: 80%;
	line-height: 150%;
	padding: 1% 0% 0% 0%;
	font-size: 100%;
	text-decoration: none;
}

img {
	text-align: center;
	max-width: ;
	height: auto;
	width: auto;
}

.hd-title {
	width: 50%;
	background-color: #7c1823;
	padding: 35px;
	height: 120%;
	background-position: left;
	background-repeat: no-repeat;

}

.hd-title hd-title-text {
	font-style: none;
	font-size: 150%;
	float: left;
    margin-top: 2px;
	line-height: 5%;
	color: #f4f5f7;
	font-weight: 800;
}

.div1 {
	width: 70%;
	border: 1px solid #278cdb;
	border-radius: 8px;
	margin: 0 15% 0 15%;
	padding: 25px;
	text-decoration: none;
}

hr {
	display: block;
	margin-top: 0.1em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 0.5px;
	color: #f4f5f7;
}

.contr {
  position: relative;
}

.center {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

/*--------------------------------------------------------------
# back-to-top
--------------------------------------------------------------*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  font-size: 18px; /* Increase font size */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #d1b4b4; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 8px; /* Rounded corners */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}



/*----------------------------------------------------
# Use of text color running
------------------------------------------------------*/

  
/*----------------------------------------------------
# Use of Lee ttf
------------------------------------------------------*/
leemf {
	font-family: LiQiannan_mountfaber;	
	text-align: left;
	font-weight: ;
	line-height: 180%;
	font-size: 250%;

}
 
leemf2 {
	font-family: LiQiannan_mountfaber;	
	text-align: left;
	font-weight: ;
	line-height: 180%;
	font-size: 180%;

}

@font-face {
    font-family: LiQiannan_mountfaber;
    src: url("fonts_lee/lee_mountfaber.eot"); /* IE9 */
    src: url("fonts_lee/lee_mountfaber.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts_lee/lee_mountfaber.woff") format("woff"), /* chrome, firefox */
    url("fonts_lee/lee_mountfaber.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("fonts_lee/lee_mountfaber.svg#LiQiannan_mountfaber") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

mfont {
	font-family: 'LiQiannan_mountfaber';	
}


/*----------------------------------------------------
# Footer
------------------------------------------------------*/

.footer {
	background-color: #7c1823;
	color: #fff;
	width: 100%;
	font-size: 150%;
	text-align: left;
	padding: 1% 0% 2% 5%;
}

.footer a {
	text-decoration: none;
	color: #fff;
}

/*--------------------------------------------------------------
# Media setting!!!
--------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
body {
	position: absolute;
}

p {
	max-width: 95%;
	line-height: 150%;
	padding: 1% 0% 0% 5%;
}

p .dropcap {
	float: left;
	color: #D4D4C7;
	font-size: 450%;
	line-height: 85%;
	padding-top: 1.5%;
	padding-right: 1.5%;
}

.hd-title {
	width: 70%;
	background-color: #7c1823;
	padding: 35px;
	height: 150%;
	background-position: left;
	background-repeat: no-repeat;
	
}

.hd-title hd-title-text {
	font-style: none;
	font-size: 120%;
	float: left;
    margin-top: 2px;
	line-height: 5%;
	color: #f4f5f7;
	font-weight: 800;
}

img {
	text-align: center;
	max-width: 95%;
	height: auto;
	width: auto;
}



}

/*------------------------------------------
# Footer
--------------------------------------------*/

.footer {
	background-color: #7c1823;
	color: #fff;
	width: 95%;
	font-size: 80%;
	text-align: left;
	padding: 1% 1% 2% 5%;
}

.footer a {
	text-decoration: none;
	color: #fff;
}

/*----------------------------------------------------
# Use of Lee ttf
------------------------------------------------------*/
leemf {
	font-family: LiQiannan_mountfaber;	
	text-align: left;
	font-weight: ;
	line-height: 180%;
	font-size: 180%;

}
 
leemf2 {
	font-family: LiQiannan_mountfaber;	
	text-align: left;
	font-weight: ;
	line-height: 180%;
	font-size: 120%;

}

@font-face {
    font-family: LiQiannan_mountfaber;
    src: url("fonts_lee/lee_mountfaber.eot"); /* IE9 */
    src: url("fonts_lee/lee_mountfaber.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts_lee/lee_mountfaber.woff") format("woff"), /* chrome, firefox */
    url("fonts_lee/lee_mountfaber.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url("fonts_lee/lee_mountfaber.svg#LiQiannan_mountfaber") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

mfont {
	font-family: 'LiQiannan_mountfaber';	
}

