/* your css here */

@font-face {
    font-family: 'Noto Serif Display';
    src: URL('/ttf/NotoSerifDisplay.ttf') format('truetype');

}

@font-face {
    font-family: 'Embelma One';
    src: URL('/ttf/EmbelmaOne.ttf') format('truetype');
}

body {
    /* font-family: 'Open Sans'; */
    font-family: sans-serif;
    font-size: 17px;
}

img {
    border-radius: 10px;
    width: 90%;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.first-letter {
    font-family: "Noto Serif Display";
    font-size: 4rem;
    line-height: 3.9rem;
    float: left;
    margin-right: 1px;
}

.content .blog-post-title {
    font-weight: 600 !important;
}

.markdown > ul > li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.profile-pic img {
    /* opacity: 0.60; */
    border-radius: 10px;;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    width: 120px;
    float: left;
    margin-right: 20px;
}

ul li {
    margin-left: 0rem;
}

.nav li {
    padding: 0 1rem 0 1rem;
}

pre {
    color: #0E1116 !important;
    background-color: #dfdfdf !important;
    /* background-color: #e4e4e4 !important; */
    border-color: #33333333 !important;
}

div.highlight > * > * > * {
    font-size: 0.9rem;
}



.header h1.name {
    /* border: 2px solid; */
    text-decoration: none;
    margin-left: 25%;
    margin-right: 25%;
    /* font-family: Times; */
    font-family: "Embelma One";
    /* font-size: 2.5rem; */
}

.markdown.page-content {
    font-size: 1.0625rem;
    line-height: 2rem;
}

.markdown.blog-post-content {
    font-size: 1.0625;
    line-height: 2rem;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.unix-cmd {
    font-family: monospace;
    font-size: 2rem;
    text-align: right;
    background-color: #000;
    color: #d3d7cf;
    float: left;
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    margin-left: 1.6rem;
}


.btn {
    padding: 5px 30px;
}

.btn-outline {
    color: inherit;
    border-color: inherit;
    padding: 5px 30px;
}

* {
    color: #292929;
}


div.highlight pre code {
    color: #e4e4e4;
}

.header h1.name {
    color: #2a3132;
}


body {
    background-color: #e4e4e4;
}


.content h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #292929;
    margin-bottom: 1rem;
}

.content .markdown blockquote {
    border-left: 0.25rem solid #cacaca;
}

.markdown > blockquote:nth-child(2) > p {
    color: #7a7a7a;
}


a {
    color: #A2798F;
    background-color: transparent;
}


a:active, a:hover {
    outline-width: 0;
}

a:hover, a:focus {
    color: #796878;
    text-decoration: underline;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #A2798F;
    /* color: inherit; */
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link:hover, .nav-link:focus {
    color: #796878;
}

.nav-link.disabled {
    color: #cdcdc0;
    pointer-events: none;
    cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color: #2a3132;
}

a.dotted {
    color: #586e75;
}


.content .markdown pre {
    /* Hugo specific: consider using the 'highlight' shortcode */
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    line-height: 20px;
    white-space: pre;
    word-break: break-all;
    word-wrap: break-word;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
}

.content .markdown code {
    color: maroon;
}

.content .markdown pre code, .content .markdown pre output {
    /* enclosed by 4 backticks (````) */
    padding: 0;
    font-size: 0.75rem;
    line-height: 20px;
    border-radius: 0;
}


div.meta-data div.meta {
    background-color: #000 !important;
}

div.meta-data {
    background-color: inherit;
}


.content .meta {
    font-weight: 400;
    font-size: 1rem;
    color: #6e6e6e !important;
    margin-bottom: 10px;
}

.content .meta-data {
    font-weight: 400;
    font-size: 1rem;
    color: #6e6e6e;
    margin-bottom: 10px;
}

.content .meta-brief {
    color: ##787878;
}

.boxed-tag {
    color: #0E1116;
    font-family: monospace;
    /* background-color: #d1d1d1; */
    margin-top: 10px;
    display: inline-block;      /* so the border hugs the text */
    padding: 1px;         /* space around text */
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d1d1d1;    /* the actual border */
    border-radius: 5px;        /* makes it rounded */
}

.content .caption {
    text-align: center;
    margin-top: 10px;
    color: #787878;
    font-size: 0.9rem;
}

.figure-caption {
    font-size: 0.875em;
    color: #787878;
}


input {
    background-color: inherit;
    border-bottom: 1px dashed #8593ae;
}

hr.footer-linebreak {
    background: url('/img/svg/cat.svg') center/contain no-repeat;
    border: none;
    height: 5rem;
    width: 100%;
    opacity: 40%;

    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
}
