html {
    font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", sans-serif;
    background-color: #ddd;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
}

body {
    max-width: 60em;
    margin: 0 auto;
    padding: 4em; 
    background-color: white;
    color: #211;
}

pre, code {
    font-family: "Source Code Pro", "Inconsolata", "Lucida Console", "DejaVu Sans Mono", monospace;
    font-size: 0.9em;
    color: #555;
}

pre {
    margin: 2em 0;
    padding: 1em;
    background-color: #eee;
    overflow: auto;
}

#content {
    max-width: 40em;
    margin: 0 auto;
    padding: 0;
/*    border: 1px solid black; */
}

h1 {
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    line-height: 1em;
    position: relative;
    padding: 0 0 0.5em 0;
    border-bottom: 1px solid #211;
}

h1:before {
    float: right;
    font-size: 0.8em;
    color: #555;
    text-align: right;
    padding-top: 0.2em;
    line-height: 1em;
    content: "Zeekat Software Development"
}

h1:after {
    clear: both;
    content: " ";
}

h2 {
    font-size: 1.3em;
    font-weight: normal;
    margin: 4em 0 1em 0;
}


h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 2em 0 1em 0;
}

.subtitle {
    display: none;
}

.topnav {
    text-align: right;
    margin-bottom: 7em;
}

.topnav p, .subnav p {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.topnav a, .subnav a {
    display: inline-block;
    margin: 0 0 0 1em;
    padding: 0;
}

.topnav a:after, .subnav a:after {
    content: " »";
}

.subnav {
    text-align: right;
    margin-top: 4em;
}


a {
    color: #555;
    text-decoration: underline;
}

a.selected {
    font-weight: bold; 
}

.team .figure {
    position: relative;
}

.team img {
    box-sizing: border-box;
    width: 100%;
    max-width: 30em;
}

@media (min-width: 48em) {
    .two-columns .outline-3 {
        width: 18em;
        display: inline-block;
        vertical-align: top;
    }
    .two-columns .outline-3 h3 {
        margin-top: 1em;
    }

    .two-columns .outline-3:nth-child(2n) {
        margin-left: 3em;
    }
}

@media (max-width: 600px) {
    body {
        padding: 1em;
    }

    #outline-container-orgheadline1 h2 {
        margin-top: 4em;
    }
}


ul.tags {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.tags li {
    display: inline-block;
    margin: 0;
    padding: 0
}

.tags a {
    padding: 0.2em;
    color: white;
    color: #555;
}

.tags a:after {
    content: " ◇";
}

