/* General */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #131313;
    word-wrap: break-word!important;
}

@media (min-width: 960px) {
    body {
        margin: auto 8%!important;
    }
}
p, li {
    font-size: 14px;
    margin-bottom: 0.4em!important;
}

h4 ul li {
    font-size: 13px;
}
a {
    text-decoration: none !important;;
}

a:hover {
    color: blue!important;
}

li a {
    font-size: 13px;
}


.bgGradientText {
    font-size: 3.6rem;
    font-weight: 700;
    background-image:linear-gradient(80deg, #0014ff, #517fad, #dabf39);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}



/*Post content*/
.postContent h1,.postContent h2,.postContent h3,.postContent h4,.postContent h5,.postContent h6{
    margin: 0.6em auto!important;
    font-weight: 500!important;
}
.postContent img{
    max-width:100%;
    height: auto;
    margin:0.6em auto;
}

.postContent a{
    text-decoration: underline!important;
}
blockquote{
    border-left: 4px solid #ccc !important;
}


/* Footer Menu */
footer *{
    color: white !important;
    font-size: 0.9em;
}

/*Tag cloud*/
.tagLink {
    color: grey;
    display: inline-block;
    background: #e3f9fd;
    margin: 0.2em 0.2em 0.2em 0;
    white-space: nowrap;
    padding: 0.1em 0.4em;
    font-size: 0.8em;
    border-radius: 0.6em;
}

/*Category in sidebar*/
.sidebarMenuItem{
    list-style: none;
}
.sidebarMenuLink{
    background: #dc3545;
    padding: 0.1em 0.8em;
    border-radius: 1em;
}


/*QuillJS editor*/
.ql-align-center{
    text-align: center;
}
