/*
#016FEB
#004FA7
#004087
#00326B
#00234A
*/

body {
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", Heiti, "黑体", SimSun, "宋体", sans-serif;
    transform: scale(1.1);
    transform-origin: top center;
}

code {
    font-family: Monaco, "Bahnschrift SemiBold", "Ubuntu Mono", monospace;
}

.section {
    padding: 40px 100px;
}

.container {
    max-width: 1200px;
}

.content a:not(.button) {
    color: #004FA7;
}

.content a:not(.button):visited {
    color: #004FA7;
}

.content a:not(.button):hover {
    color: #004FA7;
    border-bottom-color: #016FEB;
}

#site-logo {
    vertical-align: middle;
    max-height: 48px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #004087;
}

h1#nav-heading {
    font-weight: 300;
    color: #004087;
}

.content h1:not(:first-child), .content h2:not(:first-child), .content h3:not(:first-child), .content h4:not(:first-child), .content h5:not(:first-child), .content h6:not(:first-child), article+article {
    margin-top: 40px;
    color: #004087;
}

.content h1, section h1.title {
    font-weight: bold;
    color: #004087;
    margin-bottom: 20px;
}

.content h2 {
    font-weight: 400;
}

.section:first-child {
    padding-bottom: 0;
}

section.breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
}

.breadcrumb ol {
    list-style: none;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "➤";
}

.breadcrumb li a {
    color: #004FA7;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #004FA7;
    text-decoration: underline;
}

.breadcrumb li.active a {
    color: black;
}

.content a.imglink, .content a.imglink:hover {
    text-decoration: none;
    border-bottom: none;
}

.content a.imglink img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

aside.toc {
    margin-bottom: 40px;
}

p.home-btns {
    text-align: center;
}

span.home-btn {
    font-size: x-large;
    font-weight: bold;
}

/* IPFS links */

a[href^="ipfs://"] {
    font-size: small;
}

a[href^="ipfs://"]:before {
    content: "\f1b2";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}