/* General */
html{
    background: white;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    word-wrap: break-word!important;
    background: linear-gradient(78.44deg, #fefefe 14%, #f3faff 67%) !important;
}

@media (min-width: 960px) {
    body {
        margin: auto 8%!important;
    }
}

.underline {
    text-decoration: underline;
}

p, li {
    font-size: 14px;
    margin-bottom: 0.6em;
}

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;
    font-weight: bold;
}


#logo:hover {
    text-decoration: none !important;
    color: blue;
}

.postTitle a {
    color: black;
    text-decoration: none;
}

.post-date{
    color: #37423e !important;
}

.postFeed {
    border-bottom: solid 1px #f3e4e4;
}

.tagLink {
    display: inline-block;
    color: white!important;
    background: #d53051;
    margin: 0.2em 0.2em 0.2em 0;
    white-space: nowrap;
    padding: 0.2em 0.4em;
    font-size: 0.8em;
    border-radius: 0.6em;
}
/*Category in sidebar*/
.sidebarMenuItem{
    list-style: none;
}
.sidebarMenuLink{
    background: #e51646;
    padding: 0.2em 0.8em;
    border-radius: 1em;
}
/*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{
    color:blue!important;
    text-decoration: underline!important;
}

footer *{
    color: white!important;
}
th, td {
    border: 1px solid black !important;
    padding: 8px;
    text-align: left;
}
