.row {
  width: auto;
  margin: 0px 5px;
  margin-bottom: 1.52%;
}

header, footer, main {
  width: auto;
  margin: 0px 50px 1.52%;
  clear: both;
}

nav ul {
  list-style: none;
  position: relative;
  display: inline-block;
}
nav ul:after {
  content: "";
  clear: both;
  display: block;
}
nav ul ul {
  position: absolute;
  top: 100%;
}
nav ul ul li {
  float: none;
  position: relative;
}
nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
nav ul li {
  float: left;
}
nav ul li:hover > ul {
  display: block;
}
nav ul ul {
  display: none;
}

nav ul {
  margin: 0;
  width: 100%;
}
nav ul li {
  width: 20%;
}
nav ul li ul {
  width: 20%;
}
nav ul li ul li, nav ul li ul ul {
  width: 100%;
}

article {
  margin: 1.76% auto 1.76%;
  padding: 1em;
}

.codehilite pre {
  overflow-x: scroll;
}

main {
  width: auto;
  margin: 0 auto;
}

@media only screen and (min-width: 1080px) {
  main {
    max-width: 1080px;
  }
}
.headline {
  float: left;
}

.subheadline {
  float: right;
}

@media only screen and (max-width: 1080px) {
  .subheadline {
    display: none;
  }
}
.portrait-mobile {
  display: none;
}

@media only screen and (max-device-width: 760px) {
  .no-mobile {
    display: none;
  }
  .container {
    margin: 0% 0%;
  }
}
@media only screen and (max-width: 760px) {
  .no-mobile {
    display: none;
  }
  .container {
    margin: 0% 0%;
  }
}
@media only screen and (max-device-width: 420px) {
  .no-mobile {
    display: none;
  }
  .container {
    margin: 0% 0%;
  }
  .no-portrait-mobile {
    display: none;
  }
  .portrait-mobile {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .no-mobile {
    display: none;
  }
  .container {
    margin: 0% 0%;
  }
  .no-portrait-mobile {
    display: none;
  }
  .portrait-mobile {
    display: block;
  }
}
ol {
  list-style: decimal;
}

ul {
  list-style: square;
}

ul.posts span {
  font-size: 0.8em;
}

pre {
  font-size: 1em;
}

#meta {
  font-size: 0.9em;
}

.subheadline .extra, .slide .extra {
  font-size: 1.4em;
}
.subheadline .author, .slide .author {
  font-size: 1em;
}

body {
  font-size: 1em;
  background-image: url("/images/debut_dark.png");
  font-family: Verdana, helvetica, arial, clean, sans-serif;
}

a {
  color: #3a000d;
  text-decoration: none;
}

article, .slide {
  background: url("/images/debut_med.png");
}
article p a, article ul a, .slide p a, .slide ul a {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 800;
}
article p a:hover, article ul a:hover, .slide p a:hover, .slide ul a:hover {
  color: grey;
}

p {
  text-align: left;
  padding: 0.25em 1em;
  line-height: 1.125em;
}

.titlepage p {
  text-align: center;
}

#meta {
  text-align: center;
  color: #333333;
}

article img {
  padding: 1em;
  border: 0.1em solid #aaaaaa;
  background: #eeeeee;
}

article img.embedded {
  background: transparent;
}

ul.posts span {
  font-family: "Andale Mono", AndaleMono, Consolas, "Lucida Console", Monaco, monospace;
}

.feed {
  padding: 0 3px 0 14px;
  background: url("/images/feed-icon-14x14.png") no-repeat 0 50%;
}

/*************************************************************************** */
/* */
/* Site */
/* */
/*************************************************************************** */
.title h1 {
  margin: 0 0 0 10px;
  font-size: 5.5em;
  font-size: 5.5vw;
}
.title h1 a {
  color: #75aaff;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Andale Mono", AndaleMono, Consolas, "Lucida Console", Monaco, monospace;
}
.title h1 a:hover {
  text-decoration: none;
}

.subheadline div {
  text-align: right;
}
.subheadline .extra {
  color: #3299bb;
  text-decoration: none;
  margin-top: 2em;
}
.subheadline .author {
  color: #246e88;
  margin-top: 0.4em;
}

nav ul {
  padding: 0px;
  text-align: center;
  text-decoration: none;
}
nav ul ul {
  padding: 0;
  margin: 0;
}
nav ul li ul li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: black;
  display: block;
  background: #bcbcbc;
}
nav ul li ul li a:hover {
  font-style: italic;
  color: white;
  background: #75aaff;
}
nav ul li ul li a {
  padding: 0.25em;
  font-size: 0.8em;
}
nav ul li h3 {
  font-size: 1.31em;
  font-size: 1.31vw;
  color: #75aaff;
  margin: 0;
}
nav ul li h3 a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #75aaff;
  display: block;
  background: rgba(0, 0, 0, 0);
}
nav ul li h3 a:hover {
  font-style: normal;
  color: white;
  background: #75aaff;
}

article {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

h2 {
  padding: 10px;
  font-weight: normal;
  text-align: left;
  border-bottom: 2px solid #333333;
  margin: 10px 15px;
}
h2 a {
  color: black;
}

h3 {
  font-family: "Andale Mono", AndaleMono, Consolas, "Lucida Console", Monaco, monospace;
  font-weight: bold;
}

article h1 {
  border-bottom: 2px solid #333333;
}
article h3, article h4, article h5, article h6 {
  margin-left: 1em;
}
article .spoiler {
  background: black;
  border: dotted;
  border-width: thin;
}
article .spoiler:hover {
  background: transparent;
}

.prevnextparts {
  width: 100%;
}

.prevnext div {
  font-style: italic;
  width: 50%;
  display: inline;
  overflow: hidden;
}
.prevnext .prev {
  text-align: left;
}
.prevnext .next {
  text-align: right;
  float: right;
}

/*************************************************************************** */
/* */
/* Posts */
/* */
/*************************************************************************** */
blockquote {
  font: "Andale Mono", AndaleMono, Consolas, "Lucida Console", Monaco, monospace;
  margin: 0.8em 2em;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 5px solid #cccccc;
  background-color: #eeeeff;
}
blockquote p {
  margin: 0;
  padding: 0;
}

.codehilite pre {
  border: 1px solid #dddddd;
  background-color: rgb(0, 0, 98.6);
  color: #f8f8f2;
  padding: 0.4em 0.4em;
  text-align: left;
  margin: 0px 1.8em;
  overflow-x: auto;
  overflow-y: hidden;
}

article ul, article ol, div.slide ul, div.slide ol {
  list-style-type: disc;
  text-align: left;
}
article li, div.slide li {
  margin-bottom: 3px;
}

div.slide {
  margin: auto;
}

table {
  margin-left: 1em;
  margin-right: 1em;
  width: 95%;
}

th, td {
  padding: 0.25em;
}

.sourceCode {
  font-size: 0.85em;
}

.slide {
  font-size: 0.9em;
}
.slide .sourceCode {
  line-height: 0.85em;
}

/*************************************************************************** */
/* */
/* Embedded objects */
/* */
/*************************************************************************** */
.mastodon-embed {
  max-width: 100%;
  border: 0;
}