@charset "utf-8";
/* CSS Document */


/* Basic Scructure */

.brand {
   color: #c7b6b6; 
}

.body .container {
    background-color: #050008;
    color: #c7b6b6;
}
  
.site-title {
    font-size: 30px;
}

.body {
  font-family: Lato, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
   }

[itemprop="articleBody"] {
  line-height: 1.5;
   }

.smaller {
  font-size: 13px;
  }

/* Navigation */

.layout-blog .navigation {
    margin-bottom: 20px;
}

.nav-pills {
  font-size: 16px;
  font-weight: bold;
}

.nav-pills > li > a {
    border-radius: 5px;

.nav-tabs > li > a, .nav-pills > li > a {
    line-height: 14px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color: #1b1919;
}

.nav > li > a:focus {
	background-color: #f3eded;
}
  

/* Breadcrumb */

.breadcrumb {
	font-size: 14px;
  	background-color: #050008;
    margin: 10px 0 0 0;
}

.breadcrumb > li { 
    text-shadow: none;
}

.breadcrumb > li, .breadcrumb > .active {
    color: #a29191;
}
  
  /* Pager */

.pager {
  margin: 0px;
}

.pager li > a, .pager li > span {
   background-color: #050008;
   border: none;
   padding: 5px 14px;
   margin: 0px;
   font-size: 14px;
}

/* Text */

hr {
    margin: 9px 0;
    border-bottom: none;
    border-top: 1px solid  #716464;
}

a {
    color: #ea9f5c;
}

a:hover,
a:focus {
	color: #a27251;;
	text-decoration: underline;
}
  
h1 {
  padding-bottom: 10px;
}

.info {
	color: #8e7d7d;
}
  
  .clear {
  clear: both;
}

.date {
    line-height: 1px;
    padding: 0 0 9px;
}


/* Images */

.thumb-horizontal {
  margin: 0px 30px 10px 0px;
  float: left;
  width: 40%;
}

.thumb-vertical {
  margin: 0px 30px 10px 0px;
  float: left;
  width: 27%;
}

.thumb-nudle {
  margin: 0px 30px 10px 0px;
  float: left;
  width: 20%;
}

.card-vertical {
  margin: 0px 50px 30px 0px;
  float: left;
  width: 30%;
}

/* Blog */

/* .blog p {
   margin: 0px 0px 0px 0px;
   font-size: 14px;
} */

.blog-title {
  margin: 0px 0px 10px 0px !important;
  text-align: center;
}  

.blog .inline {
	display: none;
}

/* Tags */

.label-info[href],
.badge-info[href] {
	background-color: #383131;
    color: #ea9f5c;
}

.btn-toolbar {
    display: none;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #111111;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5 !important;
}


/* Footer */

.footer {
  color: #947e7e;
}
