@import url("https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica&family=Lato&family=Montserrat:ital,wght@0,600;1,400&family=Permanent+Marker&family=Play&family=Poppins&family=Special+Elite&display=swap");
* {
  box-sizing: border-box; }

html {
  padding: 0px !important;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto; }

main {
  border-image: url("/static/etc/rivets.png") round;
  border-image-slice: 235 200 135;
  border-image-width: 65px 50px 35px;
  background-image: url("/static/etc/rust.png");
  background-repeat: repeat;
  background-size: 50% auto;
  max-width: 100% !important; }

.portfolio {
  display: inline-block;
  width: 220px;
  height: 360px;
  vertical-align: top;
  background-image: url("/static/etc/boxenlongshadowed.png");
  padding: 30px 15px 35px 15px;
  content: "";
  background-size: 100% 100%;
  box-sizing: border-box;
  text-align: center; }

.portfolio_img {
  width: 180px;
  height: 120px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .portfolio_img img {
    width: 170px;
    height: 110px;
    object-fit: cover;
    margin: 5px;
    background-image: url("/static/etc/scanlines.png");
    background-repeat: repeat;
    background-color: black; }

.portfolio_img::after {
  background-image: url("/static/etc/dropinwindow.png");
  content: "";
  background-size: 100% 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: block; }

.portfolio_title, h2 {
  font-weight: bold;
  background-image: url("/static/etc/goldlabelshadows.png");
  background-size: 100% 100%;
  font-family: 'IM Fell DW Pica', serif;
  text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.5), 1px -1px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #442101;
  opacity: 0.85;
  padding: 3% 8%;
  line-height: normal;
  margin-top: -5px;
  align-self: center;
  margin-bottom: 0px;
  z-index: 10; }

.portfolio_subtitle, .dt-published {
  font-weight: bold;
  background-image: url("/static/etc/greylabel.png");
  background-size: 100% 100%;
  text-align: center;
  color: black;
  opacity: 0.85;
  padding: 5px 15px;
  display: inline-block;
  font-size: small;
  position: relative;
  top: -5px;
  line-height: normal;
  align-self: flex-start; }

.portfolio_description {
  color: #3e2e28;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25), 0px -1px 0px rgba(0, 0, 0, 0.25);
  line-height: normal; }

@media only screen and (min-width: 1000px) {
  main {
    padding: 2.5rem; }
  .h-feed.index {
    display: inline-block;
    vertical-align: text-top;
    width: 33%;
    right: -20px;
    font-size: 0.8em;
    position: relative; }
  .frontpage {
    float: left;
    width: 66%; } }

.h-feed.index .h-entry .ap-object img.inline-img {
  max-width: 100%; }

.h-feed.index div.h-entry:first {
  margin-top: 0px;
  padding-top: 0px; }

.h-feed.index .activity-og-meta {
  display: inline-block; }

#header div.h-card {
  border-image: url("/static/etc/blacklabel.png") stretch;
  border-image-slice: 110 125 180 fill;
  border-image-width: 55px 60px 90px;
  color: #d3d0c9;
  font-weight: bold;
  padding: 60px 60px 90px;
  margin-left: auto;
  margin-right: auto; }
  #header div.h-card .summary, #header div.h-card .u-url {
    text-shadow: 0px 0px 10px #6b718e;
    max-width: 375px;
    float: left;
    clear: left; }
    #header div.h-card .summary .name, #header div.h-card .u-url .name {
      color: #d3d0c9 !important;
      font-family: 'IM Fell DW Pica', serif; }
    #header div.h-card .summary .handle, #header div.h-card .u-url .handle {
      color: #d3d0c9 !important;
      font-family: 'Montserrat', sans-serif; }
  #header div.h-card .name {
    font-size: 3rem;
    line-height: normal;
    padding-top: 1rem;
    display: block; }

div#profile-props {
  max-width: 100%;
  display: inline-block;
  vertical-align: text-top; }

dl {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  margin: 0px; }

dt {
  color: #fefef6 !important;
  padding: 5px 8px;
  text-align: right;
  display: inline-block;
  width: 120px !important;
  margin: 5px;
  text-shadow: 0px 0px 10px #6b718e; }

dd {
  display: inline-block;
  margin: 5px 0px;
  background-color: #fefef6;
  display: inline-block;
  width: auto;
  opacity: 80%;
  border-radius: 3px;
  padding: 5px 8px;
  width: auto; }
  dd a, dd p {
    color: #2d2e30;
    margin: 5px; }

@keyframes flicker {
  0% {
    opacity: 0.27861; }
  5% {
    opacity: 0.34769; }
  10% {
    opacity: 0.23604; }
  15% {
    opacity: 0.90626; }
  20% {
    opacity: 0.18128; }
  25% {
    opacity: 0.83891; }
  30% {
    opacity: 0.65583; }
  35% {
    opacity: 0.67807; }
  40% {
    opacity: 0.26559; }
  45% {
    opacity: 0.84693; }
  50% {
    opacity: 0.96019; }
  55% {
    opacity: 0.08594; }
  60% {
    opacity: 0.20313; }
  65% {
    opacity: 0.71988; }
  70% {
    opacity: 0.53455; }
  75% {
    opacity: 0.37288; }
  80% {
    opacity: 0.71428; }
  85% {
    opacity: 0.70419; }
  90% {
    opacity: 0.7003; }
  95% {
    opacity: 0.36108; }
  100% {
    opacity: 0.24387; } }

@keyframes textShadow {
  0% {
    text-shadow: 0.43899px 0 1px rgba(0, 30, 255, 0.5), -0.43899px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  5% {
    text-shadow: 2.7929px 0 1px rgba(0, 30, 255, 0.5), -2.7929px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  10% {
    text-shadow: 0.02956px 0 1px rgba(0, 30, 255, 0.5), -0.02956px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  15% {
    text-shadow: 0.40219px 0 1px rgba(0, 30, 255, 0.5), -0.40219px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  20% {
    text-shadow: 3.4794px 0 1px rgba(0, 30, 255, 0.5), -3.4794px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  25% {
    text-shadow: 1.61256px 0 1px rgba(0, 30, 255, 0.5), -1.61256px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  30% {
    text-shadow: 0.70156px 0 1px rgba(0, 30, 255, 0.5), -0.70156px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  35% {
    text-shadow: 3.89691px 0 1px rgba(0, 30, 255, 0.5), -3.89691px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  40% {
    text-shadow: 3.87091px 0 1px rgba(0, 30, 255, 0.5), -3.87091px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  45% {
    text-shadow: 2.23106px 0 1px rgba(0, 30, 255, 0.5), -2.23106px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  50% {
    text-shadow: 0.08084px 0 1px rgba(0, 30, 255, 0.5), -0.08084px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  55% {
    text-shadow: 2.37585px 0 1px rgba(0, 30, 255, 0.5), -2.37585px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  60% {
    text-shadow: 2.20219px 0 1px rgba(0, 30, 255, 0.5), -2.20219px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  65% {
    text-shadow: 2.86388px 0 1px rgba(0, 30, 255, 0.5), -2.86388px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  70% {
    text-shadow: 0.48874px 0 1px rgba(0, 30, 255, 0.5), -0.48874px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  75% {
    text-shadow: 1.89485px 0 1px rgba(0, 30, 255, 0.5), -1.89485px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  80% {
    text-shadow: 0.0833px 0 1px rgba(0, 30, 255, 0.5), -0.0833px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  85% {
    text-shadow: 0.0977px 0 1px rgba(0, 30, 255, 0.5), -0.0977px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  90% {
    text-shadow: 3.44334px 0 1px rgba(0, 30, 255, 0.5), -3.44334px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  95% {
    text-shadow: 2.18418px 0 1px rgba(0, 30, 255, 0.5), -2.18418px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; }
  100% {
    text-shadow: 2.62088px 0 1px rgba(0, 30, 255, 0.5), -2.62088px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px; } }

div.h-card {
  border-image: url("/static/etc/paperlabel.png") stretch;
  border-image-slice: 20 40 40 fill;
  border-image-width: 10px 20px 20px;
  color: #90d2de;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 10px 20px 20px;
  align-self: flex-start;
  margin: -5px;
  font-family: 'Special Elite', cursive;
  order: -1;
  z-index: 50; }
  div.h-card .icon-box {
    height: 50px;
    width: 50px;
    padding: 0px;
    position: relative;
    display: inline-block;
    background: lightgray;
    margin: 5px 5px 12px; }
  div.h-card .icon-box:after {
    border-image: url("/static/etc/polaroid.png") stretch;
    border-image-slice: 50 50 128 fill;
    border-image-width: 5px 5px 12px;
    content: " ";
    z-index: 5;
    position: absolute;
    display: block;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -12px; }
  div.h-card a.u-url img {
    max-height: 1em; }
  div.h-card a.u-url {
    z-index: 6;
    display: inline-block; }

nav.flexbox {
  border-image: url("/static/etc/beigepanelshadow.png");
  border-image-slice: 25 fill;
  border-image-width: 15px;
  z-index: 50;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  padding: 15px;
  line-height: 2rem;
  max-width: 100%;
  box-sizing: border-box;
  flex-basis: 100%;
  line-height: normal; }
  nav.flexbox ul li {
    margin: 0px !important; }
  nav.flexbox form {
    margin: -10px 0px !important; }

nav.flexbox ul li a, nav.flexbox ul li button, nav.flexbox ul li input[type="submit"], div.box a, .h-entry .show-more-btn, .h-entry .show-hide-sensitive-btn, .h-entry .label-btn {
  border-image: url("/static/etc/beigebutton.png") stretch !important;
  border-image-slice: 25 20 30 fill !important;
  border-image-width: 12px 10px 15px !important;
  background-position-x: center;
  text-align: center;
  color: #1b1613 !important;
  background: transparent;
  border-color: transparent;
  padding: 12px 10px;
  margin: 8px 0px; }

.h-entry nav.flexbox ul li input[type="submit"], .h-entry nav.flexbox ul li button, .h-entry nav.flexbox ul li a, .h-entry div.box a {
  font-size: small; }

nav.flexbox ul li button, nav.flexbox ul li input[type="submit"] {
  padding: 10px 10px !important;
  font-size: small;
  line-height: normal; }

.counter {
  background-image: url("/static/etc/numberwheel.png");
  background-size: 93% 100%;
  height: 1.5rem;
  display: inline-block;
  width: 6.5rem;
  color: rgba(236, 237, 232, 0.85) !important;
  font-family: "Play";
  letter-spacing: 0.85rem;
  text-align: right;
  box-sizing: border-box;
  line-height: normal;
  background-repeat: no-repeat; }

.shared-header, .actor-action {
  font-family: 'Play', cursive;
  color: #1b1613;
  border-image: url("/static/etc/phonesign.png") stretch;
  border-image-slice: 80 120 100 fill;
  padding: 1rem 2rem 2rem 2rem !important;
  border-image-width: 20px 60px 50px;
  line-height: normal;
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-top: -10px !important;
  align-self: flex-start; }

.h-cite.u-repost-of, .actor-action + .h-entry {
  margin-top: -20px !important; }

.ap-object {
  border-image: url("/static/etc/copperplate2.png") stretch;
  border-image-slice: 120 100 140 fill;
  border-image-width: 60px 50px 70px;
  padding: 15px 7.5% 20px !important;
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  margin: 0px !important; }

div.obj-content {
  animation: textShadow 1.6s infinite;
  max-width: 100%;
  background-color: black;
  padding: 0% 5%;
  color: #90d2de;
  position: relative;
  margin: 0.15rem 0rem;
  max-width: 100%;
  box-sizing: border-box;
  line-height: normal; }
  div.obj-content img, div.obj-content video {
    max-width: 100%; }
  div.obj-content img.emoji, div.obj-content img.custom-emoji {
    max-height: 1.5em; }

div.obj-content::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite; }

div.obj-content::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none; }

div.e-content::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -15px;
  right: -20px;
  top: -10px;
  left: -18px;
  border-image: url("/static/etc/dropinwindow.png") stretch;
  border-image-slice: 22 22 22 22 fill;
  border-image-width: 10px 20px 15px 20px;
  z-index: 3;
  pointer-events: none; }

div.ap-object div.activity-attachment {
  order: -1;
  margin: 0px;
  max-width: 100%; }

div.attachment-item {
  position: relative;
  background-color: black;
  text-align: center;
  display: inline-block;
  margin: 15px 0px 15px; }
  div.attachment-item img, div.attachment-item video {
    display: block;
    max-width: 100% !important;
    max-height: 90vh !important; }

div.attachment-item.attachment-orientation-portrait img, div.attachment-item.attachment-orientation-portrait video {
  height: 100%;
  width: auto; }

div.attachment-item.attachment-orientation-landscape img, div.attachment-item.attachment-orientation-landscape video {
  width: 100%;
  height: auto; }

div.attachment-item::after {
  border-image: url("/static/etc/metalframe2.png") stretch;
  content: "";
  border-image-slice: 100 125 120 fill;
  border-image-width: 30px 25px;
  top: -30px;
  left: -25px;
  right: -25px;
  bottom: -30px;
  z-index: 1000;
  display: block;
  position: absolute;
  pointer-events: none; }

.in-reply-to {
  font-family: 'Permanent Marker', cursive;
  color: #1b1613;
  border-image: url("/static/etc/tape.png") stretch;
  border-image-slice: 10 60 fill;
  padding: 1rem 2rem 2rem 2rem !important;
  border-image-width: 5px 30px;
  padding: 0.5rem 1.5rem !important;
  align-self: flex-start;
  display: inline-block; }

div.qrt div.ap-object {
  border-image: url("/static/etc/rustpanel2.png") stretch;
  border-image-slice: 25 fill;
  border-image-width: 25px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  margin: 0px !important;
  padding: 20px 30px 30px !important; }

div.qrt div.h-card {
  font-family: 'Permanent Marker', cursive;
  color: #1b1613;
  border-image: url("/static/etc/tape.png") stretch;
  border-image-slice: 10 60 fill;
  padding: 1rem 2rem 2rem 2rem !important;
  border-image-width: 5px 30px;
  padding: 0.5rem 1.5rem !important;
  align-self: flex-start;
  display: inline-block;
  line-height: normal;
  font-size: small; }
  div.qrt div.h-card .icon-box::after {
    border-image-width: 5px 5px 10px;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -10px; }
  div.qrt div.h-card .icon-box {
    margin: 5px 5px 5px 10px;
    width: 1.5rem;
    height: 1.5rem; }
    div.qrt div.h-card .icon-box img {
      width: 1.5rem;
      height: 1.5rem;
      display: block; }

div.qrt nav.activity-bar {
  order: -1;
  display: inline-block;
  vertical-align: text-top;
  width: min-content;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 1rem;
  margin-top: 1rem;
  border: none;
  padding: 0px; }
  div.qrt nav.activity-bar :empty {
    display: none; }
  div.qrt nav.activity-bar ul, div.qrt nav.activity-bar li, div.qrt nav.activity-bar div {
    display: inline-block; }
  div.qrt nav.activity-bar a:not(.object-permalink), div.qrt nav.activity-bar time, div.qrt nav.activity-bar button {
    display: none; }

.primary-color {
  color: #8f00ff; }

#admin .admin-menu {
  margin-bottom: 30px;
  padding: 0 20px; }

.empty-state {
  padding: 20px; }

.public-top-menu {
  margin: 30px 0 0 0; }

.width-95 {
  width: 95%; }

.bold {
  font-weight: bold; }

.admin-new textarea {
  font-size: 1.2em;
  width: 95%; }

.show-more-wrapper .p-summary {
  display: inline-block; }

.show-more-wrapper .show-more-btn {
  margin-left: 5px; }

.show-more-wrapper summary {
  display: inline-block; }

.show-more-wrapper summary::-webkit-details-marker {
  display: none; }

.show-more-wrapper:not([open]) .show-more-btn::after {
  content: 'show more'; }

.show-more-wrapper[open] .show-more-btn::after {
  content: 'show less'; }

.sensitive-attachment {
  display: inline-block; }
  .sensitive-attachment .sensitive-attachment-state {
    display: none; }
  .sensitive-attachment .sensitive-attachment-state:checked ~ .sensitive-attachment-box div {
    display: none; }
  .sensitive-attachment .sensitive-attachment-box {
    position: relative; }
    .sensitive-attachment .sensitive-attachment-box div {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      backdrop-filter: blur(2em); }

blockquote {
  border-left: 3px solid #ff7a00;
  margin-left: 0;
  padding-left: 1.5em; }

.muted {
  color: #2d3142; }

.light-background {
  background: #e6e6e6; }

body {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 32px;
  background: #080808;
  color: #Dcdcdc;
  margin: 0;
  padding: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

a {
  text-decoration: none; }

dl {
  display: flex; }
  dl dt {
    width: 200px;
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  dl dd {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    dl dd p {
      display: inline; }

.shared-header {
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: -20px; }
  .shared-header strong {
    color: #8f00ff; }
  .shared-header span {
    color: #2d3142; }

div.highlight {
  background: #f0f0f0;
  padding: 0 10px;
  overflow: auto;
  display: block;
  margin: 20px 0; }

.box {
  padding: 0 20px; }

code, pre {
  color: #ff7a00;
  font-family: monospace; }

.form input, .form select, .form textarea {
  font-size: 20px;
  border: 0;
  padding: 5px;
  background: #ccc;
  color: #333; }
  .form input:focus, .form select:focus, .form textarea:focus {
    outline: 1px solid #ff7a00; }

.form input[type=submit] {
  font-size: 20px;
  outline: none;
  background: #8f00ff;
  color: #fff;
  padding: 5px 12px;
  cursor: pointer; }

header {
  padding: 0 20px; }
  header .title {
    font-size: 1.3em;
    text-decoration: none; }
    header .title .handle {
      font-size: 0.85em;
      color: #2d3142; }
  header .counter {
    color: #2d3142; }
  header .summary a:hover {
    text-decoration: underline; }

a {
  color: #8f00ff; }
  a:hover {
    color: #ff7a00; }

#main {
  display: flex;
  flex: 1; }

main {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto; }

.main-flex {
  display: flex;
  flex: 1; }

.centered {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center; }
  .centered div {
    display: block; }

footer {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  color: #2d3142; }
  footer p {
    margin: 0; }

.tiny-actor-icon {
  max-width: 24px;
  max-height: 24px;
  position: relative;
  top: 5px; }

.actor-box {
  display: flex;
  column-gap: 20px;
  margin: 10px 0; }
  .actor-box .icon-box {
    flex: 0 0 50px; }
  .actor-box .actor-handle {
    font-size: 0.85em;
    line-height: 1em;
    color: #2d3142; }
  .actor-box .actor-icon {
    max-width: 50px; }

#articles {
  list-style-type: none;
  margin: 30px 0;
  padding: 0 20px; }
  #articles li {
    display: block; }
    #articles li span {
      padding-right: 10px; }

#notifications ul, #followers ul, #following ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#notifications li, #followers li, #following li {
  display: block; }

.show-sensitive-btn, .show-more-btn, .label-btn {
  font-size: 20px;
  line-height: 32px;
  font-family: Helvetica, sans-serif;
  background: #ccc;
  color: #333;
  border: 1px solid #080808;
  padding: 8px 10px 5px 10px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 20px 0; }
  .show-sensitive-btn:hover, .show-more-btn:hover, .label-btn:hover {
    border: 1px solid #333; }

.show-hide-sensitive-btn {
  display: inline-block; }

.no-margin-top {
  margin-top: 0; }

.float-right {
  float: right; }

ul.poll-items {
  list-style-type: none;
  padding: 0; }
  ul.poll-items li {
    display: block; }
    ul.poll-items li p {
      margin: 20px 0 10px 0; }
      ul.poll-items li p .poll-vote {
        padding-left: 20px; }
    ul.poll-items li .poll-bar {
      width: 100%;
      height: 20px; }
      ul.poll-items li .poll-bar line {
        stroke: #ff7a00;
        stroke-width: 20px; }

.attachment-wrapper .attachment-item {
  margin-top: 20px; }

.attachment-wrapper img.attachment {
  margin: 0; }

.attachment-wrapper a.attachment {
  display: inline-block;
  margin-bottom: 15px; }

.attachment-wrapper audio.attachment {
  width: 480px; }

nav form {
  margin: 15px 0; }

nav input[type=submit], nav button {
  font-size: 20px;
  line-height: 32px;
  font-family: Helvetica, sans-serif;
  background: #ccc;
  color: #333;
  border: 1px solid #080808;
  padding: 8px 10px 5px 10px;
  cursor: pointer; }
  nav input[type=submit]:hover, nav button:hover {
    border: 1px solid #333; }

nav.flexbox ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }

nav.flexbox ul li {
  margin-right: 20px; }
  nav.flexbox ul li:last-child {
    margin-right: 0px; }

nav.flexbox a:not(.label-btn) {
  color: #8f00ff;
  text-decoration: none; }
  nav.flexbox a:not(.label-btn):hover, nav.flexbox a:not(.label-btn):active {
    color: #ff7a00;
    text-decoration: underline; }

nav.flexbox a.active:not(.label-btn) {
  color: #ff7a00;
  font-weight: bold; }

a.label-btn {
  color: #333; }
  a.label-btn:hover {
    text-decoration: none;
    color: #333; }

.ap-object {
  margin: 15px 0;
  padding: 20px; }
  .ap-object nav {
    color: #2d3142; }
  .ap-object .in-reply-to {
    display: inline;
    color: #2d3142; }
  .ap-object .e-content a:hover, .ap-object .activity-og-meta a:hover {
    text-decoration: underline; }
  .ap-object .activity-attachment {
    margin: 30px 0 20px 0; }
    .ap-object .activity-attachment img, .ap-object .activity-attachment audio, .ap-object .activity-attachment video {
      max-width: calc(min(740px, 100%)); }
  .ap-object img.inline-img {
    display: block;
    max-width: 740px; }

.activity-og-meta {
  display: flex;
  column-gap: 20px;
  margin: 20px 0; }
  .activity-og-meta img {
    max-width: 200px;
    max-height: 100px; }
  .activity-og-meta small {
    display: block; }

.ap-object-expanded {
  border: 2px dashed #ff7a00; }

.error-box, .scolor {
  color: #ff7a00; }

.actor-action {
  margin-top: 20px;
  margin-bottom: -20px;
  padding: 0 20px; }
  .actor-action span {
    color: #2d3142; }
  .actor-action span.new {
    color: #ff7a00; }

.actor-metadata {
  color: #2d3142; }

.emoji, .custom-emoji {
  max-width: 25px; }

.indieauth-box {
  display: flex;
  column-gap: 20px; }
  .indieauth-box .indieauth-logo {
    flex: initial;
    width: 100px; }
    .indieauth-box .indieauth-logo img {
      max-width: 100px; }
  .indieauth-box .indieauth-details {
    flex: 1; }
    .indieauth-box .indieauth-details div {
      padding-left: 20px; }
      .indieauth-box .indieauth-details div a {
        font-size: 1.2em;
        font-weight: 600; }

.public-interactions {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px; }
  .public-interactions .interactions-block {
    flex: 0 1 30%;
    max-width: 50%; }
    .public-interactions .interactions-block .facepile-wrapper {
      display: flex;
      column-gap: 20px;
      row-gap: 20px;
      flex-wrap: wrap;
      margin-top: 20px; }
      .public-interactions .interactions-block .facepile-wrapper a {
        height: 50px; }
        .public-interactions .interactions-block .facepile-wrapper a img {
          max-width: 50px; }
      .public-interactions .interactions-block .facepile-wrapper .and-x-more {
        display: inline-block;
        align-self: center; }

.error-title a {
  text-decoration: underline; }

.ap-place h3 {
  display: inline;
  font-weight: normal; }

.ap-place h3::after {
  content: ': '; }

.margin-top-20 {
  margin-top: 20px; }

.video-wrapper {
  position: relative; }

.video-gif-overlay {
  display: none; }

.video-gif-mode + .video-gif-overlay {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0 3px;
  font-size: 0.8em;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }
