/* ==========================================================================
   Main
   ========================================================================== */
body {
  background-color: #f6f5f4;
}

.logo {
  text-align: center;
  vertical-align: middle;
  margin: auto;
  margin-bottom: 50px;
  font-family: "Courier Prime", monospace;
  border: 1px solid black;
  border-radius: 50%;
  height: 170px;
  line-height: 170px;
  width: 170px;
}

p {
  color: #333;
  font-size: 18px;
  line-height: 1.7;
}

a {
  border-bottom: 1px dotted;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  opacity: 0.7;
}

h1 {
  margin-top: 20px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
}

#main_nav {
  background-color: white;
}
#main_nav .nav-link {
  color: black;
}
#main_nav .nav-link.home {
  font-family: "Courier Prime", monospace;
  font-size: 1.2em;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
}

.nav-tabs .nav-link.active {
  border-bottom-color: #f6f5f4;
}

.nav-tabs .nav-link.active a {
  border-bottom-color: #f6f5f4;
}

.clippy {
  margin-top: -3px;
  position: relative;
  top: 3px;
}

.cpy-btn[disabled] .clippy {
  opacity: 0.3;
}

#releaseDate {
  color: grey;
}

.release-details {
  max-width: 800px;
}

#releasesList {
  margin-top: 30px;
}

#releasesTable a.cell, #releasesTable a.cell:hover, #releasesTable a.cell:visited {
  text-decoration: none;
  color: unset;
  border-bottom: none;
}

.discover .nav-tabs {
  margin-bottom: 15px;
}

.discover {
  --color-attention-emphasis: #9a6700;
  --color-attention-fg: #9a6700;
  --color-topic-tag-border: rgba(0,0,0,0);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-accent-muted: rgba(84,174,255,0.4);
  --color-accent-subtle: #ddf4ff;
  --borderWidth-thin: max(1px, 0.0625rem);
  --color-border-default: #d0d7de;
  --text-body-size-small: 0.75rem;
  --base-text-weight-light: 300;
  --base-text-weight-normal: 400;
  --base-text-weight-medium: 500;
  --base-text-weight-semibold: 600;
  --base-size-4: 0.25rem;
}
.discover h1 {
  text-align: center;
  margin-bottom: 30px;
}
.discover .descriptive-subtitle {
  text-align: center;
  margin-bottom: 50px;
}
.discover .last-push-filter {
  font-size: smaller;
  display: flex;
  margin-bottom: 10px;
  padding: 5px;
}
.discover .last-push-filter .label {
  color: grey;
}
.discover .last-push-filter .label :hover {
  text-decoration: none;
}
.discover .card {
  width: 32%;
  margin: 5px;
}
.discover .card .card-title a {
  text-decoration: none;
  border-bottom: none;
}
.discover .card .card-title img {
  border-radius: 50%;
}
.discover .card .card-title .owner {
  font-weight: normal;
}
.discover .card .topics ul {
  padding-left: 0;
}
.discover .card .topics li {
  display: inline-block;
  list-style-type: none;
}
@media (max-width: 1400px) {
  .discover .card {
    width: 49%;
  }
}
@media (max-width: 1200px) {
  .discover .card {
    width: 49%;
  }
}
@media (max-width: 992px) {
  .discover .card {
    width: 49%;
  }
}
@media (max-width: 576px) {
  .discover .card {
    width: 100%;
  }
}
.discover .card .card-text p {
  font-size: smaller;
}
.discover .card .list-group-item {
  color: grey;
  font-size: smaller;
}
.discover .card .title-tag {
  margin-left: 10px;
  margin-bottom: 5px;
}
.discover .card .Label--attention, .discover .card .Label--warning {
  border-color: var(--color-attention-emphasis);
  color: var(--color-attention-fg);
  word-break: break-word !important;
}
.discover .card .Label, .discover .card .label {
  border: var(--borderWidth-thin, 1px) solid var(--color-border-default);
  border-radius: 2em;
  display: inline-block;
  font-size: var(--text-body-size-small, 12px);
  font-weight: var(--base-text-weight-medium, 500);
  line-height: 18px;
  padding: 0 7px;
  white-space: nowrap;
}
.discover .card .mr-1 {
  margin-right: var(--base-size-4, 4px) !important;
}
.discover .card .v-align-middle {
  vertical-align: middle !important;
}
.discover .topic-tag {
  display: inline-block;
  padding: 0.3em 0.9em;
  margin: 0 0.5em 0.5em 0;
  white-space: nowrap;
  background-color: var(--color-accent-subtle);
  border-radius: 6px;
}
.discover .topic-tag-action, .discover .delete-topic-button, .discover .topic-tag {
  display: inline-block;
  padding: 0 7px;
  font-size: 12px;
  font-weight: var(--base-text-weight-medium, 500);
  line-height: 18px;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 2em;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 22px;
  color: var(--color-accent-fg);
  background-color: var(--color-accent-subtle);
  border: 1px solid var(--color-topic-tag-border, transparent);
}
.discover .topic-tag {
  margin: 0 0.125em 0.333em 0;
}
.discover .topic-tag.computed {
  color: white;
  background-color: #4353ff;
}
.discover a.filter-link {
  color: inherit;
  text-decoration: inherit;
  border-bottom: none;
}
.discover a.filter-link:hover {
  color: inherit;
}
.discover .search-bar {
  margin-bottom: 3em;
}
.discover .search-bar .form {
  position: relative;
}
.discover .search-bar .form .fa-search {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #9ca3af;
}
.discover .search-bar .form span {
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;
}
.discover .search-bar .left-pan {
  padding-left: 7px;
}
.discover .search-bar .left-pan i {
  padding-left: 10px;
}
.discover .search-bar .form-input {
  height: 55px;
  text-indent: 33px;
  border-radius: 10px;
}
.discover .search-bar .form-input:focus {
  box-shadow: none;
}

.home h1 {
  text-align: center;
  vertical-align: middle;
  margin: auto;
  margin-bottom: 50px;
  font-family: "Courier Prime", monospace;
  /*
  border: 1px solid black;
  border-radius: 50%;
  height: 170px;
  */
  line-height: 170px;
  width: 100%;
  font-size: 100px;
  /*
  .tld  {
      margin-left: -15px;
      font-size: 20px;
  }
  */
}
@media screen and (max-width: 500px) {
  .home h1 {
    font-size: 20vw;
  }
}
.home .card {
  margin: 10px;
}
.home .card a {
  border-bottom: none;
}
.home .hr-wrapper {
  padding-left: 100px;
  padding-right: 100px;
}
.home .hr-wrapper hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
.home p {
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}

/* Code
   ========================================================================== */
.snippet {
  position: relative;
  overflow: visible;
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, liberation mono, Menlo, Courier, monospace;
  box-sizing: border-box;
}

.snippet code {
  font-size: 14px;
  line-height: 20px;
  font-family: Consolas, liberation mono, Menlo, Courier, monospace;
}

.snippet .cpy-btn {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  padding: 2px 6px;
  position: absolute;
  right: 4px;
  top: 4px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  user-select: none;
  -webkit-appearance: none;
  font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: none;
  overflow: visible;
  margin: 0;
  box-sizing: border-box;
}

.snippet:hover .cpy-btn,
.snippet .cpy-btn:focus {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .snippet .cpy-btn {
    opacity: 1;
  }
}
.example + .snippet .cpy-btn {
  top: 22px;
  right: 2px;
}

code {
  background-color: #E8F5F2;
  border-radius: 3px;
  color: #1BC1A1;
  font-size: 85%;
  margin: 0;
  padding: 0.2em;
}

.hljs-keyword {
  color: #008080;
  font-weight: normal;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
  -webkit-text-size-adjust: none;
}

/* */
pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, liberation mono, Menlo, Courier, monospace;
}

.tooltipped {
  position: relative;
}

.tooltipped:after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 5px 8px;
  font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.tooltipped:before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  content: "";
  border: 5px solid transparent;
}

.tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before, .tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after {
  display: inline-block;
  text-decoration: none;
}

.tooltipped-s:after, .tooltipped-se:after, .tooltipped-sw:after {
  top: 100%;
  right: 50%;
  margin-top: 5px;
}

.tooltipped-s:before, .tooltipped-se:before, .tooltipped-sw:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-s:after, .tooltipped-n:after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.tooltipped-multiline.tooltipped-s:after, .tooltipped-multiline.tooltipped-n:after {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#feedback_button.bm_label.bm_right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  transform-origin: right bottom;
  right: 0;
}

#feedback_button.bm_label {
  bottom: 60%;
}

#feedback_button {
  display: block !important;
  position: fixed;
  z-index: 2147483647;
  cursor: pointer;
  transition: none !important;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
  /*
  font-family: Montserrat,sans-serif;

  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1.5;
  */
}

#feedback_button.bm_label span {
  letter-spacing: 0.04em;
}

#feedback_button span {
  border-radius: 4px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 6px 10px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 1.3em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}

/*# sourceMappingURL=main.css.map */
