header.masthead {
    margin-bottom: 50px;
    background: no-repeat 50%;
    background-color: #6c757d;
    background-attachment: scroll;
    position: relative;
    background-size: cover
}

header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: .7
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
    padding: 200px 0 150px;
    color: #fff
}

@media only screen and (min-width:768px) {
    header.masthead .page-heading,
    header.masthead .post-heading,
    header.masthead .site-heading {
        padding: 200px 0
    }
}

header.masthead .page-heading,
header.masthead .site-heading {
    text-align: center
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
    font-size: 50px;
    margin-top: 0
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
    margin: 10px 0 0;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media only screen and (min-width:768px) {
    header.masthead .page-heading h1,
    header.masthead .site-heading h1 {
        font-size: 80px
    }
}

header.masthead .post-heading h1 {
    font-size: 35px
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
    line-height: 1.1;
    display: block;
    color: white;
}

header.masthead .post-heading .subheading {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 30px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

header.masthead .post-heading .meta {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    font-family: Lora, Times New Roman, serif
}

header.masthead .post-heading .meta a {
    color: #fff
}

@media only screen and (min-width:768px) {
    header.masthead .post-heading h1 {
        font-size: 55px
    }
    header.masthead .post-heading .subheading {
        font-size: 30px
    }
}
.comments-section img {
    margin-top: 3px;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ccc;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.25);
}
  
  .comments-section p {
    line-height: 15px; }
  
  .comments-section .comment-author {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    color: var(--secondColor);
}
  
  .comments-section .comment-time {
    font-style: italic;
    font-size: 11px;
    margin-left: 10px;
    color: #888888; }
  
  .comments-section .comment-content {
    padding-bottom: 30px;
    line-height: 20px;
  }
  
  .comments-section .comment-post-reply .comment-content,
  .comments-section .comment-post-reply .comment-author {
    color: #888888; }
  
.comments-section textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 10px;
}

.comments-section .btn {
    padding: 5px 10px;
    /* letter-spacing: 4px; */
}

.comments-section .btn-default:hover {
    background-color: #cc3642;
    color: #fff;
}

.card {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    border: 0;
}
.card-header{
    border-radius: 8px 8px 0 0 !important;
}