:root {
    --accent-color: #BF9C43;
}

@font-face {
    font-family: "LibertinusSansRegular";
    src: url("/fonts/LibertinusSans-Regular.woff2");
}

@font-face {
    font-family: "LibertinusSansBold";
    src: url("/fonts/LibertinusSans-Bold.woff2");
}

@font-face {
    font-family: "LibertinusSansItalic";
    src: url("/fonts/LibertinusSans-Italic.woff2");
}

@font-face {
    font-family: "LibertinusSerifRegular";
    src: url("/fonts/LibertinusSerif-Regular.woff2");
}

@font-face {
    font-family: "LibertinusSerifBold";
    src: url("/fonts/LibertinusSerif-Bold.woff2");
}

@font-face {
    font-family: "LibertinusSerifItalic";
    src: url("/fonts/LibertinusSerif-Italic.woff2");
}

@font-face {
    font-family: "LibertinusKeyboardRegular";
    src: url("/fonts/LibertinusKeyboard-Regular.woff2");
}

body {
    font-family: "LibertinusSansRegular", sans-serif;
    color: #333;
    line-height: 1.8em;
    font-size: 16px;
}

a {
    color: var(--accent-color);
    text-decoration: none;
    word-break: break-word;
}

a:hover {
    color: #a43d57;
}

html,button,input,select,textarea {
    color: #333;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0;
}

img {
    margin: 10px auto 10px auto;
    max-width: 100%;
    display: block;
}

a img {
    border:none;
}

figure {
    margin: 0;
    text-align: center;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

table {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  background-color: transparent;
  margin-bottom: 1rem;
  overflow-x: auto;
  width: 100%;
}

table th,
table td {
  border-bottom: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}

table thead th {
  border-bottom: 2px solid #dee2e6;
  vertical-align: bottom;
}

table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

table tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.15);
}

table th {
  background-color: #212529;
  border-color: #32383e;
  color: #fff;
}

textarea {
    resize: vertical;
}

blockquote {
    margin-left: 1rem;
    font-style: italic;
    font-size: 1.4rem;
    font-family: "LibertinusSerifItalic",bitstream charter,serif;
    border-left: 3px solid;
    border-color: var(--accent-color);
    padding-left: 20px;
}

blockquote cite {
    font-size: 70%;
    opacity: .8;
}

blockquote em {
    font-weight: 600;
}


h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 500;
    line-height: 1.3em;
    margin: 30px 0 20px 0;
    font-family: "LibertinusSerifBold", serif;
}

h1 {
    font-size: 2.75rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: .9rem;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

ul {
    padding-left: 15px;
}

ul.flat {
    margin: 0;
    padding: 0;
    display: flex;
}

ul.flat li {
    display: block;
    list-style: none;
    margin-left: 0;
}

.prevent-collapse {
    min-height: .1rem
}

.smaller {
    font-size: 70%;
}

ul {
    list-style: disc inside;
}

.post ul li {
    margin-bottom: 10px;
}

.post ul li p {
    display: inline;
}

.highlight pre {
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px;
    background-color: transparent !important;
}

.highlight {
    background: 0 0;
    background-color: #FAFAFA;
}

.flex-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-height: 100vh;
    background-image: url(../images/header_bg_soto.png), url(../images/footer_bg_sm.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat, repeat-x;
}

.wrapper {
    max-width: 760px;
    margin: 0 auto;
}

.container {
    max-width: 800px;
    margin-top: 80px;
    width: 100%;
}

.header {
    margin-bottom: 50px;
}
.header-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header .avatar {
    margin: 0 20px 0 -25px;
}
.header .avatar img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    transition: all .3s ease;
}
.header .site-title {
    margin: 0;
}
    .site-title a {
        color: #333;
        text-decoration: none !important;
        transition: all .2s ease-in-out;
    }
    .site-title a:hover {
        border-bottom-width: 3px;
    }

.header .site-description {
    display: flex;
    justify-content: space-between;
}
    .header .site-description p {
        margin: 0 0 10px 0;
    }

.header nav {
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.header nav ul,
.header nav li {
    margin: 0;
    padding: 0;
}

.header nav li {
    display: inline-block;
    list-style: none;
    margin: 0 30px 0 0;
}
    .header nav.social a {
        color: #333;
    }

.header .site-description nav {
    margin: 0;
    padding: 0;
    border: none;
    min-width: 50px;
    margin-left: 15px;
}

.header .site-description nav ul svg {
    max-height: 15px;
}

.header .site-description .scheme-toggle {
    height: 100%;
}

.header .site-description .scheme-toggle a svg {
    max-height: 15px;
}

.header .site-description .scheme-toggle a.dark svg {
    fill: #f8e04f;
    color: #f8e04f;
}

.header .site-description .scheme-toggle a.light svg {
    fill: grey;
    color: black;
}

.section .section-header {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.content-w-sidebar {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 250px);
    gap: 50px;
}
    .sidebar {}
        .guildwars-box {
            margin-top: -100px;
            margin-bottom: -20px;
        }
        .sidebar a img {
            transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .sidebar a img:hover {
            transform: scale(1.1);
        }
        .sidebar-content {
            padding: 10px 30px 20px;
        }
        .sidebar-content a {
            color: var(--accent-color);
            text-decoration: none;
            transition: all .2s ease-in-out;
        }
        .sidebar-content a:hover {
            color: #a43d57;
        }
        .sidebar-content h3 {
            margin: 0;
            color: var(--accent-color);
        }
        .sidebar-content p {
            padding: 0;
            margin: 0 0 15px;
        }
        .sidebar-container {
            border: 1px solid #eee;
            border-top: 4px solid #777;
            box-shadow: 0 5px 5px rgba(0,0,0,0.05);
        }

.recent-posts .posts .post {
    margin-bottom: 30px;
}

.post-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.post-404 {
    padding-top: 50px;
}

.post-header {
    display: flex;
}
.post-header.preview {
    background: url(../images/post_bg.png) no-repeat 0 0;
    max-width: 630px;
}
.post-header.preview.guide {
    background: url(../images/guide_bg.png) no-repeat 0 0;
    max-width: 630px;
}
.post-header.preview.pinned {
    background: url(../images/pinned_post_bg.png) no-repeat 0 0;
    max-width: 630px;
}
.post-header.preview.guide .matter {
    font-size: 15px;
    margin-left: 10px;
}
.post-header.preview .matter {
    font-size: 15px;
}
.post-header .meta {
    margin-top: 15px;
    margin-right: 30px;
    color: #514e4c;
}
.post-header .meta .date {
    width: 44px;
    text-align: center;
}
.post-header .meta .date .day {
    font-family: "LibertinusSansRegular",Arial,Helvetica,sans-serif;
    line-height: 0.45em;
    font-size: 26px;
    margin-bottom: 20px;
}
.post-header .meta .date .rest {
    display: block;
}
.post-header h1.title {
    margin: -10px 0 0 0;
}

.post .title.small {
    margin: 0 0 0 0;
    margin-top: 15px;
    font-size: 18px;
}
.post .post-header {
    margin-bottom: 30px;
}
.post .post-header .description {
    color: #878787;
}

.post .draft-label {
    color: var(--accent-color);
    text-decoration: none;
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 6px;
    background-color: #f9f2f4;
}

.post .tags a {
    display: inline-block;
    border: 1px solid var(--accent-color);
    border-radius: 3px;
    padding: 0px 6px;
    color: var(--accent-color);
    line-height: 20px;
    font-size: 0.85em;
    text-decoration: none;
    margin: 0 10px 0 0;
}

.list .posts .post-header .meta {
    margin-bottom: 0;
}
.posts.flat {
    display: block;
}
.footer-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer {
    text-align: right;
    font-size: 0.75em;
    color: #999;
    margin-top: 150px;
    padding: 15px 0;
    width: 100%;
}
    .footer a {
        color: #666;
    }
    .footer .social svg {
        max-height: 1em;
    }

.tag-cloud {
    margin-top: 20px;
}

.tag-cloud a {
    margin-right: 15px;
}

.pagination {
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.pagination li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagination .page-prev {
    margin-right: 20px;
    padding-right: 20px;
}

.pagination .page-item.page-prev {
    text-align: left;
}

.pagination .page-item.page-next {
    text-align: right;
}

.two-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
}
.two-columns div:first-of-type {
    max-width: 500px;
}
.two-columns img {
    width: auto;
    max-height: 400px;
    align-self: center;
}

.gw2icon {
    margin: 0;
    display: inline;
    vertical-align: text-bottom;
}

.profession {
    font-family: "LibertinusSansBold", sans-serif;
}

    .guardian {
        color: #3399CC;
    }

    .revenant {
        color: #CC6342;   
    }

    .warrior {
        color: #FF9933;
    }

    .engineer {
        color: #996633;
    }

    .ranger {
        color: #66CC33;
    }

    .thief {
        color: #CC6666;
    }

    .elementalist {
        color: #EC5752;
    }

    .mesmer {
        color: #993399;
    }

    .necromancer {
        color: #339966;
    }

.hotkey {
    font-family: "LibertinusKeyboardRegular", sans-serif;
}

@media (max-width: 900px) {
    /* body {
        padding: 20px;
    } */
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    h4 {
        font-size: 1rem;
    }

    .container {
        margin-top: 10px;
        box-sizing: border-box;
        padding: 6rem 1.25rem 0;
    }
    .header .avatar  {
        box-sizing: border-box;
        min-width: 120px;
    }
    .header .avatar img {
        width: 100px;
        height: 100px;
    }
    h1.site-title a {
        font-size: 1.5rem;
    }
    .header .site-description {
        display: none;
    }
    .footer {
        box-sizing: border-box;
        padding: 0 1.25rem 1rem;
    }

    .post-flex {
        flex-direction: column;
    }

    .two-columns {
        display: block;
    }
    .two-columns img {
        max-height: 100%;
        margin: 2rem 0;
    }

    .social li {
        margin: 0;
    }
    .header .nav li {
        margin: 0 10px 0 0;
        font-size: 0.875em;
    }
    .guildwars-box {
        margin-top: -70px;
        margin-bottom: -20px;
    }

    table {
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-overflow-scrolling: touch;
      display: block;
      overflow-x: auto;
      width: 100%;
    }
}

@media (max-width: 700px) {
    .content-w-sidebar {
        display: block;
    }
        .sidebar {

        }
            .guildwars-box {
                margin-top: 0;
                margin-bottom: -20px;
            }
}

@media (max-width: 450px) {
    h1.site-title a {
        font-size: 1.25rem;
    }
    .social {
        min-width: auto;
        margin: 0;
    }
    .header .site-description {
        font-size: 1em;
        margin-top: 10px;
        font-size: 0.875em;
        line-height: 1.4em;
        display: none;
    }
}