@font-face {
  font-family: 'Karla';
  font-style: normal;
  src: local("Karla"), url("./Karla/Karla-VariableFont_wght.ttf") format("truetype"); }

/* #584d4d; */
/* color classes */
body {
  display: block;
  position: relative;
  box-sizing: border-box;
  background-color: #fbfbfb;
  font-family: "Karla", Georgia, serif; }
  body .container {
    width: 100%;
    max-width: 1350px;
    border: 1px solid #dadada; }
  body img {
    max-width: 100%; }

/* fonts */
h1, h2, h3, h4, h5, h6 {
  font-family: "Karla", sans-serif;
  color: #111;
  margin: 0;
  letter-spacing: 2px; }

h2 {
  font-family: "Karla", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 10px; }

h3 {
  font-family: "Karla", sans-serif;
  font-size: 1.4em;
  color: #dadada;
  margin-bottom: 10px; }

a, a:hover {
  color: #111;
  text-decoration: none; }

p > a, .footer a {
  text-decoration: underline; }

header {
  padding: 45.5px 15px;
  border-bottom: 1px solid #dadada; }
  header img {
    max-width: 785px; }

@media (max-width: 550px) {
  .nav-left {
    display: none; } }

.nav-left .filler {
  display: block;
  float: left;
  /* background: red; */
  height: 127px;
  width: 100%;
  border-bottom: 1px solid #dadada; }

.nav-left ul {
  list-style: none;
  position: relative;
  top: 170px; }
  .nav-left ul li {
    margin-bottom: 1rem;
    height: 100px;
    width: 8px;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 0 0;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 0 0;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 0 0;
    transform: rotate(-90deg);
    transform-origin: top;
    letter-spacing: initial;
    clear: both;
    position: relative;
    left: 0;
    top: 0; }

.nav-right {
  background: #8525de;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 128px;
  text-align: center;
  z-index: 3; }
  @media (max-width: 550px) {
    .nav-right {
      width: 10px; } }
.section-center {
  border-left: 1px solid #dadada;
  margin-left: 0; }
  @media (min-width: 550px) {
    .section-center {
      width: 78% !important; } }
  .section-center .main-content {
    min-height: 60vh;
    padding: 20px; }
  .section-center .headliner {
    padding: 50px 0 0; }
    .section-center .headliner p {
      color: #dadada; }
  .section-center .home-inner h2 {
    width: auto;
    float: left;
    line-height: 1.5; }
  .section-center .home-inner small {
    position: relative;
    float: left;
    margin: 18px 10px 0; }
  .section-center .home-inner.hero {
    width: 110%; }
  .section-center .home-inner .image-bg {
    min-height: 250px;
    margin-left: -20px;
    margin-bottom: 20px;
    float: left;
    background-size: cover;
    background-position: bottom;
    width: 100%; }
    .section-center .home-inner .image-bg > h2 {
      color: white;
      position: relative;
      font-size: 11px;
      -webkit-transform: rotate(-90deg);
      -webkit-transform-origin: 0 0;
      -moz-transform: rotate(-90deg);
      -moz-transform-origin: 0 0;
      -ms-transform: rotate(-90deg);
      -ms-transform-origin: 0 0;
      -o-transform: rotate(-90deg);
      -o-transform-origin: 0 0;
      transform: rotate(-90deg);
      transform-origin: 70px;
      letter-spacing: initial;
      display: block;
      width: 20px;
      eight: 25px;
      left: -45px; }
  .section-center .home-inner.partners {
    margin-left: -20px;
    padding: 10px 20px;
    border-bottom: 1px solid #dadada;
    width: 104%;
    border-top: 1px solid #dadada;
    /* background: $gray; */ }
    .section-center .home-inner.partners .image-bg {
      min-height: 65px;
      height: 65px;
      width: 65px;
      border-radius: 50%;
      background-position: center;
      margin-left: 0; }
  .section-center .home-inner.labs a {
    font-weight: 800; }
  .section-center .home-inner.labs small {
    text-align: justify;
    margin: 0 0 20px; }

footer {
  padding: 120px 0 50px; }

.post-inner.title {
  clear: both;
  padding: 75px 20px 80px;
  width: 100%;
  border-bottom: 1px solid #dadada; }
  .post-inner.title h1 {
    color: #232222;
    font-size: 20px; }

.post-inner .image-bg {
  width: 100%;
  min-height: 300px;
  background-size: cover !important;
  background-position: center !important;
  margin-left: 0;
  margin-bottom: 35px;
  opacity: 0.7; }

.post-inner .post-meta {
  padding-top: 20px; }
  .post-inner .post-meta p, .post-inner .post-meta td {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 0;
    border: none;
    padding: 10px;
    min-width: 70px; }
  .post-inner .post-meta a {
    text-decoration: underline; }

.post-meat {
  text-align: justify;
  margin: 50px 0; }
  .post-meat ul li {
    list-style-type: square; }
  .post-meat p, .post-meat li, .post-meat pre, .post-meat blockquote {
    margin-bottom: 4.5rem;
    font-size: 14px; }
    .post-meat p a, .post-meat li a, .post-meat pre a, .post-meat blockquote a {
      text-decoration: underline; }

.layout-post .section-center .main-content {
  padding: 0; }

.layout-lab .section-center .main-content {
  padding: 0; }

.layout-lab .post-meat p, .layout-lab .post-meat ul, .layout-lab .post-meat ol, .layout-lab .post-meat li, .layout-lab .post-meat pre, .layout-lab .post-meat blockquote {
  margin-bottom: 2.5rem;
  font-size: 15px; }

.layout-lab .post-meat .columns > p, .layout-lab .post-meat ul, .layout-lab .post-meat ol, .layout-lab .post-meat h2, .layout-lab .post-meat h3, .layout-lab .post-meat h4, .layout-lab .post-meat h5, .layout-lab .post-meat h6 {
  margin-inline-start: 40px; }

.layout-lab .post-meat img {
  border: 1px solid #dadada; }

.layout-lab .post-meat h2 {
  font-size: 2.5rem;
  letter-spacing: normal;
  margin: 40px; }

.layout-lab .post-meat blockquote {
  font-weight: 800; }

.layout-lab .lab-title {
  width: 104%;
  border-bottom: 1px solid #dadada; }
  .layout-lab .lab-title h1 {
    padding: 50px 0 50px 40px;
    font-size: 20px;
    color: #999; }

.layout-lab .image-bg {
  width: 100%;
  min-height: 160px;
  background-size: cover !important; }

.layout-lab .intro {
  padding-bottom: 20px;
  font-size: 18px;
  color: #111;
  font-weight: 800;
  border-bottom: 1px solid; }

body.layout-archive-label .section-center .home-inner .image-bg {
  background-position: center; }

body.layout-contact .post-meat li {
  margin-bottom: 0; }

body.layout-contact .post-meat p {
  margin-bottom: 1.5rem; }

body.layout-contact .post-meat input, body.layout-contact .post-meat textarea {
  width: 100%;
  border-radius: 0;
  border-color: #111;
  margin-bottom: 1.5rem; }

body.layout-contact .post-meat button {
  border-radius: 0;
  background: #111;
  color: white;
  letter-spacing: normal;
  border: none; }

body.layout-contact .section-center .home-inner .image-bg {
  background-position: center; }

img.signal {
  max-width: 25px;
  filter: grayscale(1);
  display: inline-block;
  position: relative;
  top: 7px; }

code {
  background: #e8d6d61a;
  border: none;
  color: #364458; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

.center {
  text-align: center; }

.round .image-bg {
  min-height: 65px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background-position: center;
  margin-left: 0;
  background-size: contain !important; }

.round img {
  min-height: 65px;
  height: 65px;
  width: 65px;
  border-radius: 50%; }

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