/* 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;
    }
}


.underline {
    text-decoration: underline;
}

p, li {
    font-size: 14px;
}

h4 ul li {
    font-size: 13px;
}

a {
    color: #131313 !important;
    text-decoration: none !important;;
}

a:hover {
    text-decoration: underline !important;
    font-weight: bold;
}

li a {
    font-size: 13px;
}
img{
    max-width: 100%;
}

#admin-bar a{
    font-size: 0.6em;
}
/* Nav bar */
#header-nav {
    padding-bottom: 0;
}

.navbar .container-fluid {
    padding: 0;
}

.navbar-expand {
    padding-bottom: 0;
}

#navbarNavDropdown {
    margin-bottom: 0.1em;
}

.dropdown-backdrop {
    position: static;
}

/* Logo */
#logo {
    font-size: 2em;
}

#logo:hover {
    text-decoration: none !important;
    color: blue;
}

.postTitle a {
    color: black;
    text-decoration: none;
}

.postFeed {
    border-bottom: solid 1px #f3e4e4;
}

.tagLink {
    display: inline-block;
    color: white!important;
    background: #3c5f9f;
    margin: 0.2em 0.2em 0.2em 0;
    white-space: nowrap;
    padding: 0.2em 0.4em;
    font-size: 0.8em;
    border-radius: 0.6em;
}
/*Post content*/
.postContent h1,.postContent h2,.postContent h3,.postContent h4,.postContent h5,.postContent h6{
    margin: 0.6em auto!important;
    font-weight: 600!important;
}
/*.postContent img{
    width:100%;
    height: auto;
    display: block;
    margin:0.6em auto;
}*/

.postContent a{
    text-decoration: underline!important;
}

footer *{
    color: white!important;
}
/*Category in sidebar*/
.sidebarMenuItem{
    list-style: none;
}
.sidebarMenuLink{
    background: #203864;
    padding: 0.2em 0.8em;
    border-radius: 1em;
}
