/* air.css */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

html {
  font-size: 12px;
}

@media screen and (min-width: 32rem) and (max-width: 48rem) {
  html {
    font-size: 15px;
  }
}

@media screen and (min-width: 48rem) {
  html {
    font-size: 16px;
  }
}

body {
  line-height: 1.85;
}

p,
.air-p {
  font-size: 1rem;
  margin-bottom: 1.3rem;
}

h1,
.air-h1,
h2,
.air-h2,
h3,
.air-h3,
h4,
.air-h4 {
  margin: 1.914rem 0 .5rem;
  font-weight: inherit;
  line-height: 1.42;
  /*text-decoration: underline*/
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

h1,
.air-h1 {
  margin-top: 0;
  font-size: 3.998rem;
  color: #474747
}

h2,
.air-h2 {
  font-size: 2.827rem;
  color: #535353
}

h3,
.air-h3 {
  font-size: 1.999rem;
  color: #707070
}

h4,
.air-h4 {
  font-size: 1.414rem;
}

h5,
.air-h5 {
  font-size: 1.121rem;
}

h6,
.air-h6 {
  font-size: .88rem;
}

small,
.air-small {
  font-size: .707em;
}

/* https://github.com/mrmrs/fluidity */

img,
canvas,
iframe,
video,
svg,
select,
textarea {
  max-width: 100%;
}

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400);*/

body {
  color: #333;
  /*font-family: 'Open Sans', Helvetica, sans-serif;*/
  font-family: 'DejaVuSerif', serif;
  font-weight: 400;
  margin: 6rem auto;
  max-width: 78rem;
  text-align: center;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  padding: 3rem;
}

img {
  border-radius: 50%;
  height: 200px;
  margin: 0 auto;
  width: 200px;
}

a,
a:visited {
  color: #3498db;
}

a:hover,
a:focus,
a:active {
  color: #2980b9;
}

pre {
  background-color: #fafafa;
  padding: 1rem;
  text-align: left;
}

blockquote {
  margin-top: 2rem;
  border-left: 2px solid #39db92;
  padding: 1.33em;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border-right: 2px solid #39c8db;
  background: #fefefe;
  box-shadow: 0px 0px 0px 1px #0cff0066;
}


ul,
ol,
li {
  text-align: left;
}

p {
  color: #555;
  font-size: 1.25rem;
}

table {
  display: inline-block;
  margin: auto;
  border: 1px solid #eee;
  text-align: center;
}

tr:nth-child(even) {
  background: #f4f4f4;
}

td {
  padding: 10px;
}

input {
  border-radius: 9px;
  border: 1px solid #e0e0e0;
  padding: 8px;
  width: 100%;
  margin: auto;
  width: 100%;
  color: #8c8c8c;
}

.darkswitch {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 8px;
  cursor: pointer;
  transition-duration: .25s;
  transition-property: background;
}

html.dark .darkswitch {
  background: #fff;
}

html.dark pre {
  background: #2a2a2a
}

html.dark {
  background: #2b2b2b
}

html.dark:not(.nopage)>body {
  background: #333;
  color: #ccc;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, .4)
}

html.nopage>body {
  box-shadow: none
}

html.dark p {
  color: #c7c7c7
}

html.dark h2,
html.dark h3 {
  border: 0;
  color: #fff;
  /* display: table; */
  /* margin: auto; */
  /* padding: 0; */
  /* border-bottom: 1px dashed #fff; */
}

html.dark blockquote {
  background: #444;
}

html.dark blockquote>p {
  color: white
}

html.dark input {
  background: #303030;
  color: #ccc;
  border: none;
  border-bottom: 2px solid #1582b14d;
}

html.dark a {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .4);
  background: #353e41;
  color: #61bcff;
}

html.dark .example {
  background: #103b5a !important;
}

html.dark h1 {
  color: #1f91e2
}

body {
  /* max-width: 65rem; */
  padding: 4rem;
  line-height: 1.55;
}

.link[href=''] {
  display: none
}