@charset "UTF-8";
html {
  accent-color: #760000;
  background-color: #1f2329;
  font-family: Verdana;
  scrollbar-color: white #760000;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  height: 100vh;
  margin: 0;
  padding: 0;
}

a {
  color: #760000;
  text-underline-position: under;
}

kbd {
  background-color: #f0f0f0;
  border-radius: 0.2rem;
  border: 0.1rem solid #96a0b0;
  color: black;
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1rem;
  padding: 0.1rem 0.3rem;
  white-space: nowrap;
}

.site-article blockquote {
  background-color: rgba(118, 0, 0, 0.05);
  border-left: 0.3rem solid #760000;
  padding: 1rem 2rem;
}

.site-article blockquote em {
  color: #383c43;
}

.site-article blockquote p {
  margin: 0;
  quotes: "“" "”";
}

.site-article blockquote p::before, .site-article blockquote p::after {
  font-family: cursive;
  font-size: 1.5rem;
}

.site-article blockquote p::before {
  content: open-quote;
  padding-right: 0.3rem;
}

.site-article blockquote p::after {
  content: close-quote;
  padding-left: 0.1rem;
}

.site-article :not(pre) > code {
  background-color: #f0f0f0;
  border-radius: 0.3rem;
  font-size: 0.95rem;
  padding: 0.1rem 0.3rem;
}

.site-article img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.site-article pre:not([class^=language]) {
  background-color: #383c43;
  color: #eeeeee;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  white-space: pre-wrap;
}

.site-article pre {
  border-radius: 0.5rem;
  font-weight: 400;
  padding: 0.5rem;
}

.site-article ul, .site-article ol {
  padding: 0 0 0 1.5rem;
}

.site-article li p {
  margin: 0.3rem 0;
}

.site-article video {
  max-width: 100%;
}

.site-article .tableblock thead {
  background-color: black;
  color: white;
}

.site-article .tableblock th {
  padding: 0.5rem;
}

.site-article .tableblock td {
  text-align: center;
}

.site-article .tableblock td p {
  padding: 0 1rem;
}

.site-article .tableblock tbody tr {
  background-color: #f0f0f0;
}

.site-article .toc .title {
  font-weight: 600;
  font-size: 1.5rem;
}

.site-article .focal_point {
  display: grid;
  font-size: 1.1rem;
  font-weight: 600;
  grid-gap: 1rem;
  grid-template: 1fr / auto;
  justify-items: center;
  margin: 0 0 2rem 0;
}

.site-article .focal_point h1, .site-article .focal_point h2, .site-article .focal_point h3, .site-article .focal_point h4, .site-article .focal_point h5, .site-article .focal_point h6 {
  margin: 0;
  text-align: center;
}

.site-article .focal_point h1 {
  font-size: 2rem;
  line-height: 2rem;
}

.site-article .focal_point .title {
  font-size: 1.5rem;
  text-align: center;
}

.site-article .linenotable {
  overflow-x: auto;
}

.site-article .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.site-article .slides {
  display: flex;
  justify-content: center;
  margin: 1.3rem 0 2rem 0;
  width: 100%;
}

.site-article .speakerdeck-embed-wrapper {
  width: 100%;
}

.site-article .video {
  margin: 1.5rem 0 0 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.site-article .video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.site-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 0.5rem;
  color: #383c43;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.6rem 0.8rem;
}

@media only screen and (min-width: 825px) {
  .site-breadcrumbs .breadcrumb:not(:last-child)::after {
    content: "/";
    margin: 0 0.4rem;
  }
}

@media only screen and (min-width: 825px) {
  .site-breadcrumbs {
    flex-direction: row;
  }
}

.site-cycle {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.site-cycle .direction {
  background-color: #760000;
  border-radius: 1rem;
  color: white;
  text-align: center;
  width: 6rem;
}

.site-cycle .direction a {
  color: white;
  text-decoration: none;
}

.site-fascia {
  box-shadow: 0.7px 0.7px 0.7px rgba(0, 0, 0, 0.022), 1.7px 1.7px 1.7px rgba(0, 0, 0, 0.031), 3.5px 3.5px 3.5px rgba(0, 0, 0, 0.039), 7.3px 7.3px 7.3px rgba(0, 0, 0, 0.048), 20px 20px 20px rgba(0, 0, 0, 0.07);
  background-color: white;
  border-radius: 0.5rem;
  display: grid;
  grid-gap: 1rem;
  grid-template: auto auto 1fr auto / 1fr;
  text-decoration: none;
}

.site-fascia:active, .site-fascia:hover {
  color: white;
  background-color: #760000;
}

.site-fascia:active .label, .site-fascia:active .details, .site-fascia:hover .label, .site-fascia:hover .details {
  color: white;
}

.site-fascia:active .clock, .site-fascia:hover .clock {
  filter: invert(1);
}

.site-fascia .cover {
  border-radius: 0.5rem 0.5rem 0 0;
}

.site-fascia .label {
  color: black;
  font-size: 1rem;
  text-align: center;
  margin: 0;
}

.site-fascia .details {
  align-items: center;
  color: #383c43;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.site-fascia .details .author {
  border-radius: 1rem;
  height: 1.5rem;
  width: 1.5rem;
}

.site-fascia .details .duration, .site-fascia .details .date {
  align-items: center;
  display: flex;
  font-size: 0.85rem;
}

.site-fascia .details .clock {
  margin-right: 0.5rem;
}

.media-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1rem 0 2rem 0;
}

.media-header .author {
  align-items: center;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0.5rem;
  padding: 0 0 1rem 0;
}

@media only screen and (min-width: 500px) {
  .media-header .author {
    padding: 0;
  }
}

.media-header .avatar {
  align-items: center;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}

.media-header .dates {
  align-items: center;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

@media only screen and (min-width: 500px) {
  .media-header {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

.media-metadata {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 2rem;
  grid-template: auto/repeat(auto-fit, 13rem);
  justify-content: space-around;
  margin: 0 0 2rem 0;
  width: 100%;
}

.media-metadata .box {
  border: 0.2rem solid black;
}

.media-metadata h6, .media-metadata p {
  text-align: center;
}

.media-metadata h6 {
  background-color: #1f2329;
  color: white;
  font-size: 1rem;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.media-metadata p {
  margin: 0;
}

.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

.highlight .c,
.highlight .ch,
.highlight .cd,
.highlight .cpf {
  color: #afafaf;
  font-style: italic;
}

.highlight .cm {
  color: #5e5d83;
  font-style: italic;
}

.highlight .c1 {
  color: #afafaf;
  font-style: italic;
}

.highlight .cp {
  color: #75a4ac;
  font-weight: bold;
}

.highlight .cs {
  color: #465457;
  font-weight: bold;
  font-style: italic;
}

.highlight .err {
  color: #f8f8f2;
  background-color: #403d3d;
}

.highlight .gi {
  color: #b9ff2c;
}

.highlight .gd {
  color: #83a8ff;
}

.highlight .ge {
  color: #1b1d1e;
  font-style: italic;
}

.highlight .gr {
  color: #83a8ff;
}

.highlight .gt {
  color: #83a8ff;
}

.highlight .gh {
  color: #403d3d;
}

.highlight .go {
  color: #403d3d;
}

.highlight .gp {
  color: #3ce0ff;
}

.highlight .gs {
  font-weight: bold;
}

.highlight .gu {
  color: #465457;
}

.highlight .k,
.highlight .kv {
  color: #3ce0ff;
  font-weight: bold;
}

.highlight .kc {
  color: #3ce0ff;
  font-weight: bold;
}

.highlight .kd {
  color: #3ce0ff;
  font-weight: bold;
}

.highlight .kp {
  color: #3ce0ff;
  font-weight: bold;
}

.highlight .kr {
  color: #3ce0ff;
  font-weight: bold;
}

.highlight .kt {
  color: #3ce0ff;
  font-weight: bold;
}

.highlight .kn {
  color: #83a8ff;
  font-weight: bold;
}

.highlight .ow {
  color: #83a8ff;
  font-weight: bold;
}

.highlight .o {
  color: #83a8ff;
  font-weight: bold;
}

.highlight .mf {
  color: #af87ff;
}

.highlight .mh {
  color: #af87ff;
}

.highlight .il {
  color: #af87ff;
}

.highlight .mi {
  color: #af87ff;
}

.highlight .mo {
  color: #af87ff;
}

.highlight .m,
.highlight .mb,
.highlight .mx {
  color: #af87ff;
}

.highlight .se {
  color: #af87ff;
}

.highlight .sb {
  color: #d7d787;
}

.highlight .sc {
  color: #d7d787;
}

.highlight .sd {
  color: #d7d787;
}

.highlight .s2 {
  color: #d7d787;
}

.highlight .sh {
  color: #d7d787;
}

.highlight .si {
  color: #d7d787;
}

.highlight .sx {
  color: #d7d787;
}

.highlight .sr {
  color: #d7d787;
}

.highlight .s1 {
  color: #d7d787;
}

.highlight .ss {
  color: #d7d787;
}

.highlight .s,
.highlight .sa,
.highlight .dl {
  color: #d7d787;
}

.highlight .na {
  color: #b9ff2c;
}

.highlight .nc {
  color: #b9ff2c;
  font-weight: bold;
}

.highlight .nd {
  color: #b9ff2c;
  font-weight: bold;
}

.highlight .ne {
  color: #b9ff2c;
  font-weight: bold;
}

.highlight .nf,
.highlight .fm {
  color: #b9ff2c;
  font-weight: bold;
}

.highlight .no {
  color: #3ce0ff;
}

.highlight .bp {
  color: #f8f8f2;
}

.highlight .nb {
  color: #f8f8f2;
}

.highlight .ni {
  color: #f8f8f2;
}

.highlight .nn {
  color: #f8f8f2;
}

.highlight .vc {
  color: #f8f8f2;
}

.highlight .vg {
  color: #f8f8f2;
}

.highlight .vi {
  color: #f8f8f2;
}

.highlight .nv,
.highlight .vm {
  color: #f8f8f2;
}

.highlight .w {
  color: #f8f8f2;
}

.highlight .nl {
  color: #f8f8f2;
  font-weight: bold;
}

.highlight .nt {
  color: #83a8ff;
}

.highlight {
  color: #f8f8f2;
}

.mastodon {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.mastodon:before {
  background-image: url("/images/social/mastodon.png");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
}

.visitor-portal {
  align-content: start;
  background-color: white;
  display: grid;
  line-height: 2rem;
  font-size: 1.1rem;
  grid-template: auto 1fr auto / 1fr;
  grid-template-areas: "portal-header" "portal-main" "portal-footer";
}

.visitor-portal-header {
  align-items: center;
  background-color: #760000;
  color: white;
  display: grid;
  grid-area: portal-header;
  grid-gap: 0.5rem;
  grid-template: auto 1fr auto / 1fr;
  grid-template-areas: "header-logo" "header-menu" "header-media";
  padding: 1rem 0 0 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}

@media only screen and (min-width: 825px) {
  .visitor-portal-header {
    grid-template: 1fr / 14rem 1fr auto;
    grid-template-areas: "header-logo header-menu header-media";
    padding: 0.3rem 0;
  }
}

.visitor-portal-label {
  grid-area: header-logo;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.visitor-portal-label .suffix {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none;
  background-color: #760000;
  color: white;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.visitor-portal-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  display: flex;
  grid-area: header-menu;
  justify-content: space-around;
}

.visitor-portal-menu .item {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none;
  align-items: center;
  color: white;
  display: flex;
  gap: 0.5rem;
  padding: 0.3rem;
}

@media only screen and (min-width: 825px) {
  .visitor-portal-menu .item {
    padding: 0.5rem;
  }
}

.visitor-portal-menu .link {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none;
  align-items: center;
  border-bottom: 0.05rem solid transparent;
  color: inherit;
  display: flex;
  flex-direction: column;
  font-size: Clamp(0.75rem, 1.1vw, 1.4rem);
  text-decoration: none;
  transition: border-bottom-color 0.3s ease-in-out;
}

.visitor-portal-menu .link:hover, .visitor-portal-menu .link:active, .visitor-portal-menu .link.active {
  color: white;
  border-bottom-color: white;
}

.visitor-portal-main {
  background-color: #fafafa;
  display: grid;
  grid-area: portal-main;
  overflow-y: auto;
}

.visitor-portal-footer {
  background-color: #1f2329;
  color: #eeeeee;
  display: flex;
  grid-area: portal-footer;
  justify-content: center;
  padding: 1rem 0 0 0;
  width: 100%;
}

.visitor-portal-footer-groups {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.visitor-portal-footer-groups ul {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 825px) {
  .visitor-portal-footer-groups ul {
    align-items: flex-start;
  }
}

.visitor-portal-footer-groups li {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0.5rem 0;
}

@media only screen and (min-width: 825px) {
  .visitor-portal-footer-groups li {
    align-items: flex-start;
  }
}

.visitor-portal-footer-groups h2 {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
}

.visitor-portal-footer-groups a {
  align-items: center;
  color: #96a0b0;
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
}

.visitor-portal-footer-groups a:focus {
  outline: 0.3rem dotted #e13333;
}

.visitor-portal-footer-groups a:hover, .visitor-portal-footer-groups a:active {
  color: #e13333;
  text-decoration: underline;
}

@media only screen and (min-width: 825px) {
  .visitor-portal-footer-groups {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-around;
  }
}

.visitor-page {
  display: flex;
  flex-direction: column;
  margin: 2.5rem calc(22vw - 1rem);
}

.visitor-page ::selection {
  background-color: #760000;
  color: white;
}

.visitor-page-logo {
  justify-content: center;
  display: flex;
  margin: 1rem 0 2rem 0;
}

.visitor-page-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 825px) {
  .visitor-page-header {
    flex-direction: row;
    justify-content: space-between;
  }
}

.visitor-page-header .label, .visitor-page-header .label-centered {
  font-size: 2rem;
}

.visitor-page-header .label {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 1rem;
  margin: 0;
}

@media only screen and (min-width: 500px) {
  .visitor-page-header .label {
    flex-direction: row;
  }
}

.visitor-page-header .label-centered {
  text-align: center;
  margin: 0.5rem 0;
  width: 100%;
}

.visitor-page-body {
  color: #1f2329;
  margin: 1rem 0;
  min-height: 60vh;
  word-break: break-word;
}

.visitor-page-body a:focus {
  outline: 0.3rem dotted #760000;
}

.error-page {
  align-items: center;
  background-color: #760000;
  border-top: 0.01rem solid white;
  color: white;
  display: flex;
  padding: 3rem;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
}

.error-page-label {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
  text-align: center;
  margin: 0;
}

.error-page-content {
  font-size: 2rem;
  line-height: 3rem;
  margin: 5rem 0 0 0;
}

.not_found-page {
  background-color: #a93e21;
  background-image: linear-gradient(to bottom, #a93e21, #881f11);
  align-items: center;
  color: white;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.not_found-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20% 1rem 1rem 1rem;
}

.article-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 2.5rem;
  grid-template: 1fr / 1fr;
  justify-content: center;
  margin-top: 2rem;
}

@media only screen and (min-width: 825px) {
  .article-list {
    grid-template: 1fr / 1fr 1fr;
  }
}

.article-item {
  box-shadow: 0.7px 0.7px 0.7px rgba(0, 0, 0, 0.022), 1.7px 1.7px 1.7px rgba(0, 0, 0, 0.031), 3.5px 3.5px 3.5px rgba(0, 0, 0, 0.039), 7.3px 7.3px 7.3px rgba(0, 0, 0, 0.048), 20px 20px 20px rgba(0, 0, 0, 0.07);
  border-radius: 0.5rem;
  color: black;
  display: grid;
  grid-template: auto 1fr / 1fr;
  text-decoration: none;
  height: 100%;
}

.article-item:active, .article-item:hover {
  color: white;
  background-color: #760000;
}

.article-info {
  display: flex;
  width: 100%;
}

.article-date {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: black;
  border-top-left-radius: 0.5rem;
  color: white;
  display: flex;
  width: inherit;
  height: auto;
  padding: 0.2rem 0.5rem;
}

.article-avatar {
  border-top-right-radius: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
}

.article-headline {
  display: grid;
  gap: 1rem;
  grid-template: 1fr 1.5fr / 1fr;
  padding: 1rem;
}

.article-headline .label {
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

.article-headline .description {
  font-size: 1.1rem;
  margin: 0;
}

.article--page {
  max-width: 50rem;
}

@media only screen and (min-width: 825px) {
  .article--page {
    margin: 2.5rem auto;
  }
}

.site-community .guidelines li {
  padding-left: 0.5rem;
}

.site-community .guidelines li::marker {
  content: "❇️";
}

.site-community .services {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}

.site-community .services .banner {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.site-community .services .service {
  background-color: #eeeeee;
  border-radius: 0.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-direction: column;
  padding: 2rem 2rem 0.6rem 2rem;
  max-width: 22rem;
}

.site-home {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.site-home .logo {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.site-home .icon {
  display: flex;
  justify-content: center;
}

.site-home .label {
  text-align: center;
}

.site-home .tagline {
  font-style: italic;
  margin: 5rem 0;
  text-align: center;
}

.site-home .engagements {
  margin: 3rem 0 0 0;
}

.site-home .next_actions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}

.site-home .action {
  background-color: #f0f0f0;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  max-width: 20rem;
  padding: 1rem;
}

.site-home .question {
  color: #249b22;
  font-style: italic;
}

.site-location .area {
  display: flex;
  justify-content: center;
  margin: 1rem 0 2rem 0;
}

.site-location .photo {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.site-location .item {
  padding-left: 0.5rem;
}

.site-location .location::marker {
  content: "🌎";
}

.site-location .focus::marker {
  content: "⚗️";
}

.site-location .energy::marker {
  content: "🧘";
}

.site-location .flexibility::marker {
  content: "🏂";
}

.site-location .professional::marker {
  content: "🏆";
}

.oath {
  color: #eeeeee;
  background-color: #1f2329;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 1.5rem;
}

.project-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 2.5rem;
  grid-template: repeat(auto-fit, 22rem)/repeat(auto-fit, 15rem);
  justify-content: center;
  margin-top: 2rem;
}

.project-item {
  box-shadow: 0.7px 0.7px 0.7px rgba(0, 0, 0, 0.022), 1.7px 1.7px 1.7px rgba(0, 0, 0, 0.031), 3.5px 3.5px 3.5px rgba(0, 0, 0, 0.039), 7.3px 7.3px 7.3px rgba(0, 0, 0, 0.048), 20px 20px 20px rgba(0, 0, 0, 0.07);
  align-items: center;
  background-color: white;
  border-radius: 0.5rem;
  color: black;
  display: grid;
  grid-template: 1fr 1fr 2fr auto auto/ 1fr;
  flex-direction: column;
  height: 22rem;
  justify-items: center;
  width: 15rem;
  text-decoration: none;
}

.project-item:active, .project-item:hover {
  color: white;
  background-color: #760000;
}

.project-item:active .label, .project-item:active .version, .project-item:active .description, .project-item:active .info, .project-item:active .details, .project-item:hover .label, .project-item:hover .version, .project-item:hover .description, .project-item:hover .info, .project-item:hover .details {
  color: white;
}

.project-item .icon {
  margin-top: 1rem;
}

.project-item .label {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

.project-item .version {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

.project-item .description {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 0 1rem;
  text-overflow: ellipsis;
}

.project-item .info {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.project-item .info .avatar, .project-item .info .language {
  height: 1.5rem;
  width: 1.5rem;
}

.project-item .info .avatar {
  border-radius: 50%;
}

.project-item .details {
  color: #383c43;
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1.5rem;
  margin: 1rem 0;
  width: 100%;
}

.project-item .age {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 1rem;
}

.project-item .updated {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 1rem;
}

.screencast-fascias {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 2.5rem;
  grid-template: 1fr/repeat(auto-fit, 300px);
  justify-content: center;
  margin-top: 2rem;
}

.screencast-label {
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  margin: 2rem 0;
}

.screencast-description {
  text-align: center;
  margin: 2rem 0;
}

.site-services .services {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: space-evenly;
  margin-top: 3rem;
}

.site-services .services .service {
  padding: 1rem;
  max-width: 25rem;
}

.site-services .services .service .header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}

.site-services .services .service .icon {
  font-size: 5rem;
  font-style: normal;
}

.site-services .services .service .label {
  text-align: center;
}

.site-stack .technologies {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 2.5rem;
  grid-template: 1fr/repeat(auto-fit, 200px);
  justify-content: center;
  margin-top: 2rem;
}

.site-stack .link {
  box-shadow: 0.7px 0.7px 0.7px rgba(0, 0, 0, 0.022), 1.7px 1.7px 1.7px rgba(0, 0, 0, 0.031), 3.5px 3.5px 3.5px rgba(0, 0, 0, 0.039), 7.3px 7.3px 7.3px rgba(0, 0, 0, 0.048), 20px 20px 20px rgba(0, 0, 0, 0.07);
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.site-stack .link:active, .site-stack .link:hover {
  box-shadow: none;
}

.site-stack .link .icon {
  margin: 1rem 0;
}

.site-stack .link .label {
  background-color: #383c43;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  margin: 0;
  width: 100%;
}

.site-syndication .icon {
  display: flex;
  justify-content: center;
  margin: 1rem 0 1.5rem 0;
}

.site-syndication .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}

.site-syndication .item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-syndication .feed {
  background-color: #ef8e4d;
  border-radius: 0.5rem;
  color: white;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
  text-align: center;
  text-decoration: none;
  width: 7rem;
}

.site-syndication .main {
  background-color: black;
}

.talks-fascias {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 2.5rem;
  grid-template: 1fr/repeat(auto-fit, 267px);
  justify-content: center;
  margin-top: 2rem;
}

.team {
  display: grid;
  grid-gap: 2rem;
  grid-template: 1fr/repeat(auto-fit, 18rem);
  justify-content: space-around;
  margin-top: 1rem;
}

.teammate {
  box-shadow: 0.7px 0.7px 0.7px rgba(0, 0, 0, 0.022), 1.7px 1.7px 1.7px rgba(0, 0, 0, 0.031), 3.5px 3.5px 3.5px rgba(0, 0, 0, 0.039), 7.3px 7.3px 7.3px rgba(0, 0, 0, 0.048), 20px 20px 20px rgba(0, 0, 0, 0.07);
  align-items: center;
  border-radius: 1rem;
  color: black;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  text-decoration: none;
}

.teammate:active, .teammate:hover {
  color: white;
  background-color: #760000;
}

.teammate:active .motto, .teammate:hover .motto {
  color: white;
}

.teammate .teammate-avatar {
  margin: 0 0 1.5rem 0;
}

.teammate h2 {
  margin: 0 0 1rem 0;
  text-align: center;
}

.teammate h3 {
  font-weight: 500;
  margin: 0 0 1.5rem 0;
}

.teammate .motto {
  color: #383c43;
  font-style: italic;
}

.teammate-avatar {
  border-radius: 1rem;
  width: 6.25rem;
  height: 6.25rem;
}

.team-portfolio .overview {
  align-items: center;
  display: grid;
  grid-template: 1fr auto auto / auto;
  grid-template-areas: "portfolio-name" "portfolio-avatar" "portfolio-details";
  grid-gap: 2rem;
  margin: 2rem 0;
}

@media only screen and (min-width: 825px) {
  .team-portfolio .overview {
    grid-template: auto auto / 1fr 1fr;
    grid-template-areas: "portfolio-name portfolio-name" "portfolio-details portfolio-avatar";
  }
}

.team-portfolio .name {
  grid-area: portfolio-name;
  font-size: 2rem;
  margin: 0;
  text-align: center;
}

.team-portfolio .details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  grid-area: portfolio-details;
  height: 100%;
  justify-content: space-between;
  min-width: 10rem;
}

.team-portfolio .details .group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.team-portfolio .details .label {
  margin: 0;
}

.team-portfolio .details .description {
  margin: 0;
}

.team-portfolio .avatar {
  grid-area: portfolio-avatar;
}

.team-portfolio .avatar .image {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.site-values {
  max-width: 50rem;
  margin: auto;
}

.site-values .list {
  display: grid;
  grid-gap: 2rem;
  grid-template: 1fr/repeat(auto-fit, minmax(0, 15rem));
  justify-content: center;
}

.site-values .value {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.site-values .icon {
  font-weight: 800;
  font-size: 3rem;
  text-decoration: none;
}

.site-values .mind .icon, .site-values .body .icon, .site-values .soul .icon {
  color: black;
}

.site-values .fire .icon {
  color: #760000;
}

.site-values .earth .icon {
  color: #815a5a;
}

.site-values .air .icon {
  color: #19c2c2;
}

.site-values .water .icon {
  color: #166aa7;
}
