#banner {
    height:500px;
    background-image: url('../images/blog-banner.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid 3px lightgray;
}

.rating-container {
  display: inline-block;
}

.glyphicon-star,
.empty-stars,
.fa-star,
.fa-star-o {
  font-size: 25px;
  color: rgb(119,48,65);
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.blog-share {
    color: rgb(119,48,65);
}

.blog-share:hover {
    color: rgb(118,126,132);
}

.hide {
  display: none;
}

.blog-comment-title {
  text-align: center;
  font-weight: bolder;
  font-size: 2em;
}

.blog-information {
  text-align: right;
  font-size: 0.8em;
  font-style: italic;
  font-weight: bold;
  color: gray;
}

.blog-information span {
  margin-left: 20px;
}

.center-block {
  display: block;
  margin: auto;
  text-align: center;
}

.box {
  padding: 20px;
  border: solid 1px rgb(119,48,65);
}

.box-comment {
  padding: 10px;
  border: solid 1px lightgray;
  display: inline-block;
}

.blog-comment-title {
  color: rgb(119,48,65);
}

.blog-image img {
  max-height: 200px;
}

.blog-title {
  text-align: center;
}

.top-blog-section {
  padding-top: 20px;
}

.bordered {
    margin: 10px;
    padding: 20px;
    border: solid 1px rgb(119,48,65);
}

.blog-description {
    font-weight: bolder;
    font-size: 0.8em;
    font-style: italic;
    color: lightgray;
    text-align: right;
}

.blog-title {
    text-align: center;
    color: rgb(119,48,65);
    font-weight: bolder;
    font-size: 1.5em;
    text-decoration: underline;
}

.blog-page-title {
    text-align: center;
    color: rgb(119,48,65);
    font-weight: bolder;    
}

.page-link {
    color: rgb(119,48,65);
}

.page-item.active .page-link {
    background-color: rgb(119,48,65);
}

.center-block {
    display: block;
    margin: auto;
    text-align: center;
}

.pagination-container {
    display: table;
    margin: auto;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    #banner {
        height: 250px !important;
    }
    .blog-share-container {
        margin-top: 20px;
    }    
}
