.navbar{
    padding-bottom: 0!important;
    -webkit-box-shadow: 0 0 0!important;
    box-shadow: 0 0 0!important;
    border-bottom: 1px solid #2196F3;
    margin-bottom: 40px;
    padding-left: 110px;
    padding-right: 110px;
}

.side-bar-suggestion{
    position: fixed;    
}

@media only screen and (max-width: 768px) {
    .navbar{
        padding-left: 20px;
        padding-right:5px; 
    }
    .side-bar-suggestion{
        text-align: center;
        position: inherit;
    }
}

a .btn-dark{
    color:black;
    background: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.main-content {
    min-height: 300px;
}

blockquote{
    margin-block-end:16px!important;
    margin-block-start:16px!important;
    margin-inline-end:40px!important;
    margin-inline-start:40px!important;
    border-left: 6px solid #1976D2;
    padding-left: 15px;
    font-style: italic;
}

/*CSS FOR CARDS ON POSTS MENU*/

.card-title{
    text-transform: uppercase;
    padding: 6px;
}

.card-anchor:hover .card-title{
    background: pink!important;
}

/*CSS END FOR CARDS ON POSTS MENU*/

.article-post .h1,
.article-post .h2,
.article-post .h3,
.article-post .h4,
.article-post .h5,
.article-post .h6,
.article-post h1,
.article-post h2,
.article-post h3,
.article-post h4,
.article-post h5,
.article-post h6 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    padding-bottom: 0.33em;
    border-bottom: 1px solid hsla(0,0%,50%,.33);
}

.article-post img.shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}

.article-post {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*font-size: 1.1rem;*/
}

.article-post p {
    margin-bottom: 1.2rem;
}