@charset "UTF-8";
/* line 5, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
* {
  font-family: Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;
  line-height: 1.4;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* line 13, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
* + * {
  margin: 16px 0 0 0;
}

/* line 17, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
body, html {
  background: #eee url(/assets/animated_static-2c3ae7f522f97a0b710d4e32b662b12234a9619a398ab332e4f67344fec173ae.gif);
}

/* line 21, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
body {
  margin: 0 auto 100px auto;
  padding: 0;
}

@media only screen and (min-width: 700px) {
  /* line 27, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
  body {
    max-width: 700px;
    padding: 0;
  }
}
/* line 34, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
header {
  /*  height: 132px; */
  border-bottom: 3px double #888;
  text-align: center;
}
/* line 38, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
header h1, header h1 a, header h1 a:link, header h1 a:active, header h1 a:visited {
  text-decoration: none;
  color: #000;
  font-size: 32px;
  font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  line-height: 1.2;
}

/* line 47, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
article {
  clear: both;
  border-bottom: 1px solid #888;
  padding: 16px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
/* line 58, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
article h2, article h3, article p {
  width: 100%;
}

/* line 64, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
.work-thumbnail {
  position: relative;
  max-width: 100px;
  max-height: 100px;
  margin: 15px;
  display: block;
}
/* line 70, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
.work-thumbnail img {
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.6);
  display: block;
}
/* line 73, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
.work-thumbnail img[src^="/icons/"] {
  box-shadow: none;
}

/* line 80, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
.work-nsfw img {
  filter: blur(2px);
}

/* line 83, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
.work-nsfw::after {
  content: "NSFW";
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translate(0, -50%);
  height: 50px;
  right: -5px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* line 100, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
.work-comic::before {
  content: "Comic";
  background: rgba(200, 200, 200, 0.9);
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 24px;
  right: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  z-index: 5;
}

/* line 115, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
.embed {
  width: 100%;
  background: white;
  padding: 20px;
}

/* line 122, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
p.work {
  position: relative;
}
/* line 124, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
p.work img {
  max-width: 100%;
}

/* line 129, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
.comic_pages {
  background: #fff;
  border-bottom: 1px solid #888;
  border-left: 16px solid #fff;
  border-right: 16px solid #fff;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-flow: row;
  align-items: center;
  overflow-x: auto;
}
/* line 141, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
.comic_pages .sidescroller {
  min-height: min-content;
  display: flex;
  margin: 0;
}
/* line 146, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
.comic_pages .work-current::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid black;
  bottom: -24px;
  left: calc(50% - 8px);
}

/* line 161, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
nav.comic {
  display: flex;
  width: 100%;
}
/* line 164, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
nav.comic > * {
  width: 33%;
  text-align: center;
  justify-content: space-between;
  margin: 0;
}

/* line 172, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
nav.noncomic {
  display: flex;
  width: 100%;
}
/* line 175, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
nav.noncomic > * {
  width: 100%;
  text-align: center;
  justify-content: space-between;
  margin: 0;
}

/* line 183, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
.sources a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 189, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
.see_all {
  text-align: center;
}

/* line 194, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
a[href^=http]::after {
  content: "🔗";
  text-decoration: none;
  margin-left: 2px;
  color: #000;
  display: inline-block;
}

/* line 203, /srv/www/art.sudrien.net/app/assets/stylesheets/w.scss */
footer {
  position: fixed;
  bottom: 0;
  left: 2em;
  right: 2em;
  height: 2em;
  padding: 15px;
  background: #eee url(https://art.sudrien.net/assets/animated_static-2c3ae7f522f97a0b710d4e32b662b12234a9619a398ab332e4f67344fec173ae.gif);
  font-size: small;
  line-height: 2em;
  text-align: center;
}
