html {
    width: 100%;
    min-height: 100%;
    position: relative;
}

code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px!important;
    background-color: #e4e4e4!important;
    padding: 4px;
}

body {
    margin-bottom: 200px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #3F3F3F!important;
    padding-top: 60px;
    background-color: #f9f9f9;
}

div.article-content {
    font-family: Georgia,Helvetica,Arial,sans-serif!important;
    color: #3F3F3F!important;
    font-size: 18px!important;
}

textarea {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif!important;
    font-size: 18px!important;
    color: #3F3F3F!important;
}

input {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif!important;
    font-size: 18px!important;
    color: #3F3F3F!important;
}

.comments_section{
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
    margin-top: 1.5rem;
}

.reply {
    font-size: 14px;
    text-decoration: none;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #5a9ecc;
  color: white;
  border-radius: .3rem;
}

.btn-primary {
    background-color: #5a9ecc;
}

.card-body {
    height: 380px;
}

.card-text {
    text-align: center;
    color: grey!important;
    font-size: 17px;
}

.bg-image {
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    display: flex;
    height: 95vh;
}

.article-icon {
    height: 250px;
}

.v-select {
    width: 100%;
}

footer {
    position: absolute;
    width: 100%;
    padding: 50px 10%;
    background-color: #5a9ecc;
    font-size: 1.2em;
    color: white;
    bottom: 0;
}

footer a {
    color: white!important;
}

p.copyright {
    margin: 15px 0 0;
    color: white!important;
    text-align: center;
}

.comment-textarea {
    resize: none;
    width: 100%;
    height: 100px;
    margin-top: 10px;
}

.comment-submit {
    margin-top: 10px;
}

.about-author {
    margin-bottom: 70px;
}


/* *********** navbar ************* */

.navbar-brand {
    width: 100px;
    padding: 1px 1px 1px 30px;
}

.navbar-brand img {
    width: 70%;
}

.navbar a {
    color: white!important;
    font-size: 18px!important;
}

.navbar a:hover {
    color: #9fd6f1!important;
}

.navbar a.active {
    color: #9fd6f1!important;
}

.bg-dark {
    background-color: #232323!important;
}

.nav-item {
    padding-right: 10px!important;
}

/* ******************************** */

.img-responsive {
    max-width: 100%!important;
    height: auto;
}

.btn-primary-search {
    background-color: #5a9ecc;
}

.btn-primary-read {
    background-color: #5a9ecc;
}

.btn-primary-search:hover {
    background-color: #FFA254
;
}

.btn-primary-read:hover {
    background-color: #344F5F;
}

.blog-label {
    background-color: purple;
    color: white;
    display: block;
    width: 20%;
    margin-right: auto;
    margin-left: auto;
}


[class^="language"] {
    background-color: #EDEDED!important;
    
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.text-accent {
    color: #FFA254;
}

.comments_section .media {
    border-left: 4px solid #007bff;
}

.comment-submit {
    min-width: 140px;
}

.reply-toggle-btn {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}