/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
@font-face {
  font-family: 'PyiDaungSu';
  src: url("PyiDaungSu.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html,
body {
    height: 100%;
    font-family:'PyiDaungSu';
}
p, div, body, p, div, body, textarea, input, h1, h2, h3, h4, h5, h6 { font-family: 'PyiDaungSu'; font-style: normal; font-weight: normal; }
body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
	padding: 30px 0;
    font-weight: bold;
    color:#000;
}
.footer-right{
	text-align:right;
}
h1{
	font-size:34 !important;
}
.page-header {
  padding-bottom: 5px;
  margin: 20px 0 10px;
  /*color:#008000;*/
  color:#ad0d0a;
  font-weight:bold;
}
.navbar-right li a{
	display:none !important;
}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.no-js .test {display:none;}

.navbar-inverse{
	/** background-color:#008000;
	background-color:#3fffd5; **/
	background-color:purple;
}
.navbar-inverse a{ 

color:#fff;
	}
a{
	color:#000;
}
a:focus, a:hover{
	/*color:#008000;*/
	color:#008000;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th{
padding:10px;
font-size:16px;

}
td, th{
	line-height:40px;
	border-bottom:1px solid #ddd;	
}
.navbar-inverse .navbar-brand {
    color: #ffffff;
    /*color: darkred;*/
}
.navbar-inverse .navbar-brand:hover {
    font-weight: bold;
    background-color: transparent;
}
#statistics {
    text-align: center;
    font-size: 24px;
}
#r2025 {
    text-align: center;
    font-size: 16px;
	font-weight: bold;
}