
@import "normalize.css/normalize.css";
@import "../fonts/roboto.css";
@import "../fonts/roboto-mono.css";

/*
  XXX
  figure styles
  links
*/

body {
  width: 100%;
  margin: 0;
  line-height: 1.6;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  background-color: #fafafa;
  overflow-x: hidden;
}

/* headers & headings */
header {
  background-color: #fff;
  width: 100%;
  padding-left: 15em;
  padding-top: .5em;
  padding-bottom: 2px;
  box-shadow: 0 0 5px 0 #424242;
  border-top: 8px solid #2196f3;
}

header > h1 {
  margin: 0;
  font-size: 2.5em;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.0375em;
}
h1 {
  margin-top: 0.5em;
  color: #424242;
  margin-bottom: 0;
}
h2 {
  margin-top: 3em;
  color: #424242;
}
h3 {
  margin-top: 0;
  font-weight: 300;
}
h4 {
  font-weight: 300;
  font-size: 1.2em;
  font-variant: small-caps;
  margin: 2em 0 0.5em 0;
}

.main-container {
  margin-left: 15em;
  margin-right: 15em;
  margin-top: 4em;
  margin-bottom: 4em;
  background-color: #fff;
  padding: 100px;
  padding-top: 50px;
  box-shadow: 0 0 10px 0 #e6e6e6;
}

.title {
  text-align: center;
  color: #424242;
  font-weight: 300;
  font-size: 18px;
}

.subtitle {
  text-align: center;
  display: flex;
  justify-content: center;
}

.subtitle h2 {
  font-weight: 100;
  font-size: 18px;
  color: #2196f3;
  padding-left: 60px;
}

.subtitle h2:first-child {
  font-weight: 100;
  font-size: 18px;
  color: #727272;
  padding-right: 50px;
  padding-left: 0;
}

.image-container {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-container p {
  font-weight: 300;
  color: #979797;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
}

.diagram {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#references a, #references a:hover, #references a:visited {
  text-transform: none;
  text-decoration: none;
  color: #2196f3;
}

/* contentinfo */
[role="contentinfo"] a {
  text-decoration: none;
}
ol[role="directory"], [role="directory"] ol {
  list-style-type: none;
}
[role="contentinfo"] dt {
  font-weight: bold;
}
[role="contentinfo"] dd {
  margin-bottom: 1em;
}

/* link types */
a.onto {
  font-family: "Roboto Mono", monospace;
  text-decoration: none;
  background: linear-gradient(to top, rgba(255, 0, 0, 0.4), rgba(255, 0, 0, 0.4) 15%, #fff 16%);
  color: #434343;
}

/* code */
code, pre {
  font-family: "Roboto Mono", monospace;
}

/* special boxes */
p.issue {
  border-left: 3px solid red;
  padding: 0.5em 1em;
}

@media screen and (max-width: 577px) {
  div.status {
    width: auto;
  }
}
