/* ---------------------------------------------------------------- */
/* general defintions */
/* ---------------------------------------------------------------- */
body {background: #171717;
      height: 100%;
      margin-top: 0rem;
      margin-bottom: 0rem;
      margin-left: 0rem;
      margin-right: 0rem;}
body {color: #9d9d9d;}

div.site_stack {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0.0em;
    margin-bottom: 0.0em;
}

a:link {color: #72abbf;
	text-decoration: none;
	font-weight: bold;}
a:visited {color: #72abbf;}

h1 {color: #72abbf;}
h2 {margin-top: 2em;}

div.titlebar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #222;
}

span.sitename {margin-left: 1em;}

div.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

span.navitem {
    margin-right: 2em;
}

div.bottom_bar_copyright {margin-left: 1em;}
div.bottom_bar_contact_license {margin-right: 2em;}

div.section {
    margin-left: 1em;
}

div.last_section {
    margin-left: 1em;
    margin-bottom: 3em;
}

div.bottombar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 3em;
    align-items: center;
    background: #222;
}

img.resizable {
    width: 100%;
    height: auto;
}

p {
    font-size: 1.25rem;
    margin-left: 2rem;
    max-width: 61.8%;
}


/* ---------------------------------------------------------------- */
/* blaze */
/* ---------------------------------------------------------------- */
div.blaze_build_line {
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: monospace;
}
span.blaze_source {
    font-family: monospace;
}
div.blaze_git_clone {
    font-family: monospace;
    color: #d7d7d7;
}
