@font-face {
  font-family: 'Public Sans';
  src: url('/PublicSans-VariableFont_wght.ttf');
}

@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  src: url('/PublicSans-Italic-VariableFont_wght.ttf');
}

:root {
  --font-family: 'Public Sans', sans-serif;
  --font-size: 16px;
  --color-background: #363062;
  --color-foreground: #000000;
  --color-accent: #ffffff;
  --color-link: #ffffff;
  --color-dimmed: #c3b8ff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

html {
  font-size: var(--font-size);
}

.btn--remix {
  font-family: 'Public Sans', sans-serif;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  line-height: 1rem;
  font-weight: 500;
  height: 2.75rem;
  align-items: center;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  margin-left: auto;
}

.btn--remix img {
  margin-right: 0.5rem;
}

.btn--remix:hover {
  background-color: #d0fff1;
}

.floating-tip {
  bottom: 70px;
  right: 70px;
  width: 100px;
  border-radius: 110px;
  position: fixed;
  z-index: 1000;
}

.floating-tip img {
    width: 100px;
}

h2.fediverse-account label {
    color: var(--color-dimmed);
    font-size: initial;
}

h2.fediverse-account {
    color: var(--color-dimmed);
    font-size: initial;
    margin-bottom: 0px;
}

.footer {
  display: flex;
  justify-content: space-between;
  margin: 1rem auto 0;
  padding: 1rem 0 0.75rem 0;
  width: 50%;
  flex-wrap: wrap;
  /*border-top: .15rem dashed #887fbc;*/
  gap: 1rem;
}

img.rss {
  margin-left: 0.2rem;
  height: 1rem;
}

.footer a:not(.btn--remix) {
  display: block;
  line-height: 2.75rem;
}b

.footer a:not(.btn--remix) {
  font-family: 'Public Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1rem;
  text-decoration: none;
  border-style: none;
}

body {
  font-family: 'Public Sans', sans-serif;
  /*background-color: var(--color-background);*/
  padding: 0 1rem;
  max-width: 67.5rem;
  margin: 0 auto;
  color: #fff;
  background: rgb(54,48,98);
  background: linear-gradient(0deg, rgba(54,48,98,1) 0%, rgba(32,27,69,1) 100%);
}

a {
  color: var(--color-link);
  text-decoration: none;
}

.description,
.status,
label {
  color: #fff!important;
}

.tag-disabled {
  color: grey;
}

.wrapper {
  min-height: 40vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .wrapper {
    display: grid;
    grid-template-columns: 20% 80% 0%;
    grid-gap: 1rem;
  }
}

.wrapper > *:first-child:not(.content) {
  grid-row: 1;
  grid-column: 1;
}

.wrapper > * {
  order: 2;
}

.content {
  grid-row: 1;
  grid-column: 2;
}

@media (max-width: 599px) {
  .content:not(:only-child) {
    margin-bottom: 2rem;
  }
}

p,
label {
  font-size: 1.25rem;
}

label.small {
  display: block;
  font-weight: normal;
  font-size: 0.8rem;
}

h1 {
  color: var(--color-accent);
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.15rem;
  margin: 0 0 2rem;
}

h1 a {
  text-decoration: none;
  color: currentColor;
}

button,
input,
textarea {
  display: block;
  font: inherit;
  background: #877fbc;
  color: inherit;
  border: 1px solid currentColor;
  box-sizing: border-box;
  border-radius: .25rem;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
}

button {
  cursor: pointer;
}

input,
textarea {
  width: 75%;
}

textarea {
  height: 12rem;
}

label {
  color: currentColor;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
}

h2 {
  color: var(--color-accent);
  margin-bottom: 2rem;
}

h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}

p, ol, ul, form {
  margin-bottom: 1rem;
}

p.error {
  color: var(--color-accent);
}

p.error a {
  color: currentColor;
}

.header {
  justify-content: space-between;
  align-items: center;
  /*border-bottom: .15rem dashed #887fbc;*/
  padding: 1rem 0;
  margin-bottom: 2rem;
}

@media (min-width: 600px) {
  .header {
    display: flex;
  }
}

.logo {
  font-size: 3rem;
  /*font-weight: 500;
  line-height: 6rem;*/
  margin: 0;
}

.logo a {
  display: block;
  color: inherit;
}

.logo img {
  display: inline-block;
  margin-right: .5rem;
  height: 16rem;
  width: auto;
  vertical-align: middle;
}

@media (max-width: 599px) {
  .logo {
    font-size: 2rem;
    line-height: 3rem;
  }

  .logo img {
    height: auto;
    width: 3rem;
  }
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.bookmark {
  margin-bottom: 2rem;
  border-bottom: 2px dashed #887fbc;
  margin-top: 2rem;
  padding-bottom: 2rem;
  padding-top: 0rem;
}

.bookmark .headline {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.bookmark .subhead {
  font-size: .875rem;
  line-height: 2rem;
}

.bookmark .subhead,
.bookmark .bottom,
.bookmark .tags a {
  color: var(--color-dimmed);
}

.comment {
  margin-bottom: 2rem;
}

.comment .top {
  font-size: 1rem;
  line-height: 1.25rem;
}
.comment .top .timestamp:before {
  content: "• ";
}

.comment .top a {
  color: inherit;
  text-decoration: none;
}

.comment .top .timestamp {
  font-size: .75rem;
}

.bookmark .bottom span ~ span:before {
  content: "•";
}

.bookmark .tags {
  font-size: .875rem;
  line-height: 2rem;
}

.bookmark .tag {
  margin-right: 0.5rem;
  white-space: nowrap;
}

.bookmark .tag-op {
  line-height: 1rem;
}

.tag-add {
  color: green;
  font-size: 1.1rem;
}

.bookmark .tags .tag-remove {
  color: red;
  font-size: 1.5rem;
}

.tag-list {
  list-style: none;
  border-right: 1px solid #c3b8ff2b;
}

.tag-list a {
  color: var(--color-dimmed);
  font-size: .875rem;
  line-height: 1.25rem;
}

.copy-actor-status {
  margin-top: 30px;
  display: block;
}

.bio {
  display: grid;
  grid-gap: 0.3125rem;
  grid-template-columns: 7.8125rem auto;
  grid-gap: 1rem;
  margin-bottom: 1rem;
}

.bio .avatar {
  width: 7.8125rem;
  /*border-radius: 50%;*/
}

.bio p {
  margin-top: 25px;
  margin-left: 30px;
}

#taggedList {
  display: flex;
  gap: .25rem;
}

#taggedList .tagged {
  display: inline-grid;
  height: 2em;
  grid-template-columns: 1.5ch auto;
  align-items: center;
  text-align: center;
  padding: calc(.25rem - 1px);
  border: 1px solid #ffffff;
  border-radius: .5rem 0 0 .5rem;
}

#taggedList .tagged:before {
  content: '#';
}

#taggedList .tagged:hover:before {
  content: '\00d7';
}

.followers .follower {
  display: grid;
  grid-template-columns: 50% 2.5rem;
  align-items: center;
}

.followers .follower .actions {
  height: auto;
}

.network-post {
  border-bottom: 2px dashed #c3b8ff;
  padding: 30px 0px;
}

a.bookmark-date {
  color: inherit;
}

.bookmark-date + .bookmark-domain:before {
  content: "• ";
}

.form-group:not(:last-child) {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  cursor: pointer;
}

.form-group summary label {
  display: inline;
}

.pagination {
  font-size: .875rem;
  line-height: 1.25rem;
}

.pagination span + span:before {
  content: " • ";
}

.pagination span:not(.status) {
  color: var(--color-dimmed);
}

.search {
  margin-bottom: 1rem;
}

.admin-links {
  list-style: none;
  margin: 0 0 2rem;
  font-weight: bold;
  font-size: .875rem;
  line-height: 1.25rem;
  color: var(--color-dimmed);
  order: 1;
}

.admin-links a {
  font-weight: normal;
  color: inherit;
}

.bookmark-permalink-title {
  margin-bottom: 0;
}

.external-link {
  font-size: .625em;
  color: var(--color-dimmed);
}

.bookmark-date + .bookmark-domain:before {
  content: "• ";
}

.form-group:not(:last-child) {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  cursor: pointer;
}

.form-group summary label {
  display: inline;
}

.pagination span + span:before {
  content: " • ";
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .floating-tip {
    bottom: 40px;
    right: 0px;
  }
  
  .floating-tip img {
    width: 70px;
  }
  
  .logo {
    text-align: center;
  }
  
  .logo img {
    width: 10rem;
    height: auto;
  }
  
  .footer {
    width: 80%;
  }
 
}