/**
*  Publish Daumasdev theme
*
*
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #000;
    font-family: Helvetica, Arial;
    text-align: center;
}

.wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    text-align: left;
}

header {
    background-color: #fafafa;
}

header .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

header a {
    text-decoration: none;
}

header .site-name {
    font-size: 1.5em;
    color: #EC6435;
    font-weight: bold;
}

nav {
    margin-top: 20px;
}

nav li {
    display: inline-block;
    margin: 0 7px;
    line-height: 1.5em;
}

nav li a.selected {
    text-decoration: underline;
}

h1 {
    margin-bottom: 20px;
    font-size: 2em;
}

h2 {
    margin: 20px 0;
}

p {
    margin-bottom: 10px;
}

a {
    color: inherit;
}

.description {
    margin-bottom: 40px;
}

.item-list > li {
    display: block;
    padding: 20px;
    border-radius: 20px;
    background-color: #eee;
    margin-bottom: 20px;
}

.item-list > li:last-child {
    margin-bottom: 0;
}

.item-list h1 {
    margin-bottom: 15px;
    font-size: 1.3em;
}

.item-list p {
    margin-bottom: 0;
}

.tag-list {
    margin-bottom: 15px;
}

.tag-list > li,
.tag {
    display: inline-block;
    background-color: #000;
    color: #ddd;
    padding: 4px 6px;
    border-radius: 5px;
    margin-right: 5px;
}

.job-list li {
    list-style-type: none;
    margin-bottom: 20px;
}

.tag-list a,
.tag a {
    text-decoration: none;
}

.item-page .tag-list {
    display: inline-block;
}

.technology-list li {
    display: inline-block;
    background-color: #EC6435;
    color: #fff;
    padding: 4px 6px;
    border-radius: 5px;
    margin-right: 5px;
}

.content {
    margin-bottom: 40px;
}

.browse-all {
    display: block;
    margin-bottom: 30px;
}

.all-tags li {
    font-size: 1.4em;
    margin-right: 10px;
    padding: 6px 10px;
}

footer {
    color: #8a8a8a;
}

.footer-logo {
    width: 75px;
    vertical-align: middle;
}

/*@media (prefers-color-scheme: light) {*/
/*    body {*/
/*        background-color: #222;*/
/*    }*/
/**/
/*    body,*/
/*    header .site-name {*/
/*        color: #;*/
/*    }*/
/**/
/*    .item-list > li {*/
/*        background-color: #333;*/
/*    }*/
/**/
/*    header {*/
/*        background-color: #000;*/
/*    }*/
/*}*/

@media(max-width: 600px) {
    .wrapper {
        padding: 40px 20px;
    }
}

/* Xcode default Colors */
/*/* light colors */*/
/*pre code .keyword { color: #9b2393; }*/
/*pre code .type { color: #0b4f79; }*/
/*pre code .call { color: #326d74; }*/
/*pre code .property { color: #326d74; }*/
/*pre code .number { color: #1c00cf; }*/
/*pre code .string { color: #c41a16; }*/
/*pre code .comment { color: #5d6c79; }*/
/*pre code .dotAccess { color: #326d74; }*/
/*pre code .preprocessing { color: #643820; }*/
/**/
/*/* dark colors */*/
/*pre code .keyword { color: #fc5fA3; }*/
/*pre code .type { color: #5dd8ff; }*/
/*pre code .call { color: #67b7a4; }*/
/*pre code .property { color: #67b7a4; }*/
/*pre code .number { color: #d0bf69; }*/
/*pre code .string { color: #fc6a5d; }*/
/*pre code .comment { color: #6c7986; }*/
/*pre code .dotAccess { color: #67b7a4; }*/
/*pre code .preprocessing { color: #fd8f3f; }*/

/* Sundell's colors */
pre {
    margin-bottom: 1.5em;
    background-color: #1a1a1a;
    padding: 16px 0;
    border-radius: 16px;
}

pre code {
    font-family: monospace;
    display: block;
    padding: 0 20px;
    color: #a9bcbc;
    line-height: 1.4em;
    font-size: 0.95em;
    overflow-x: auto;
    white-space: pre;
    -webkit-overflow-scrolling: touch;
}

pre code .keyword {
    color: #e73289;
}

pre code .type {
    color: #8281ca;
}

pre code .call {
    color: #348fe5;
}

pre code .property {
    color: #21ab9d;
}

pre code .number {
    color: #db6f57;
}

pre code .string {
    color: #fa641e;
}

pre code .comment {
    color: #6b8a94;
}

pre code .dotAccess {
    color: #92b300;
}

pre code .preprocessing {
    color: #b68a00;
}
