@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;1,300&display=swap";
@import "https://fonts.googleapis.com/css?family=Coming+Soon&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Cherry+Cream+Soda&display=swap");
/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
  font-family: "PressStart";
  src: url("assets/fonts/pstart/PressStart2P-Regular.ttf") format("truetype");
}
/* Bionica template colours */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fafafa;
  height: 100%;
  margin: 0;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

a {
  color: #ff5b32;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:hover {
  color: #ff5b32;
  text-decoration: underline;
}

p {
  line-height: 2em;
  margin: 1rem 0;
}

ul li, ol li {
  line-height: 2em;
  margin-bottom: 0.5rem;
}

code {
  color: #ff5b32 !important;
  background: #e3e3d3 !important;
}

.highlight code {
  background: #232629 !important;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

figcaption {
  font-size: 0.8em;
}

.navigation-bar-wrapper {
  background-color: #343a40 !important;
}

ul.navigation-bar-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.navigation-bar-links li {
  float: left;
  margin: 0 1rem 0 0;
}

.text-secondary {
  color: #989ea6 !important;
}

.bi-chevron-right::before {
  vertical-align: -0.2em !important;
}

.highlight {
  background-color: #161b1f !important;
  border-color: #161b1f !important;
  color: #edebe4;
}

.highlight pre,
.highlight .table {
  color: #edebe4;
  /* #f5f5f0 */
}

.highlight .bottom-header {
  background-color: #343a40;
  /* #343a40 */
  color: #edebe4;
  /* #f5f5f0 */
}

.highlight .bottom-header a {
  color: #edebe4;
}

.highlight .wpp-list-custom-position {
  background-color: #343a40;
  /* #343a40 */
  color: #edebe4;
  /* #f5f5f0 */
}

.highlight .line-container {
  border-color: #343a40;
  /* #343a40 */
}

.highlight .line-container:before {
  background-color: #edebe4;
  /* #343a40 */
}

.highlight .page-numbers {
  background-color: #343a40;
  /* #343a40 */
  color: #edebe4;
  /* #f5f5f0 */
}

.highlight .page-numbers:hover {
  color: #ff5b32;
  /* #f5f5f0 */
}

.highlight ul.wpp-list-custom-meta li.repos-button-list-item {
  background-color: #232629;
}

.highlight ul.wpp-list-custom-meta li.repos-button-list-item a.btn-github-cpy {
  color: #edebe4;
}

.highlight ul.wpp-list-custom-meta li.repos-button-list-item a.btn-github-cpy:hover {
  color: #ff5b32;
}

.highlight ul.wpp-list-custom-meta li.repos-input-list-item input {
  background-color: #343a40;
  border-color: #343a40;
  color: #edebe4;
}

.highlight .img-caption {
  background-color: rgba(52, 58, 64, 0.7);
  color: #edebe4;
}

.highlight .article-wrapper {
  background-color: #343a40;
  color: #edebe4;
}

.highlight .article-wrapper h3 a,
.highlight .popover-body {
  color: #edebe4;
}

.highlight .article-news,
.highlight .rounded-icon,
.highlight .popover-body {
  background-color: #232629;
}

.highlight .bs-popover-auto[x-placement^=top] > .arrow::after,
.highlight .bs-popover-top > .arrow::after {
  border-top-color: #232629;
}

.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 0;
  border-top-color: #e3e3d3;
}

.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 0px);
}

.popover {
  background-color: #e3e3d3;
  border: none;
  border-radius: 0;
}

.popover-body a {
  color: #343a40;
}

.highlight .popover-body a {
  color: #edebe4;
}

.popover-body a:hover,
.highlight .popover-body a:hover {
  color: #ff5b32;
}

input.input-monospace {
  background-color: #edebe4;
  border-color: #edebe4;
  color: #343a40;
}

.crp_related ul {
  float: left;
  padding: 0;
  margin: 0;
}

.crp_related li {
  border-radius: 0 !important;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}

.crp_link figure {
  margin: 0 0 0.5rem;
  overflow: hidden;
  border-radius: 5% 5% 5% 5%/5% 5% 5% 5%;
}

#networking-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
}

#project-update-wrapper {
  overflow: hidden;
}

#project-update-wrapper iframe {
  width: 100% !important;
}

img.crp_thumb {
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul.wpp-list-custom {
  padding: 0;
  list-style-type: none;
}

.wpp-list-custom > li {
  position: relative;
  margin-bottom: 15px;
  float: left;
  line-height: normal;
  width: 100%;
}

.wpp-list-custom-position {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 3;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  background-color: #edebe4;
  color: #343a40;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.wpp-list-custom-thumbnail {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 15px 0 0;
}

.wpp-list-custom-content {
  height: 100px;
  display: block;
  vertical-align: middle;
}

.wpp-list-custom-title {
  margin-bottom: 0;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  color: #4c4f53;
}

ul.wpp-list-custom-meta {
  margin: 0 -10px 0 0;
  padding: 4px 0 0 !important;
  list-style-type: none;
}

ul.wpp-list-custom-meta li {
  float: left;
  margin: 0 10px 0 0;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  color: #989ea6;
}

.caption ul.wpp-list-custom-meta li {
  font-size: 14px;
}

ul.wpp-list-custom-meta li a {
  color: #6c757d;
}

ul.wpp-list-custom-meta li i.big {
  font-size: 22px;
  line-height: 38px;
}

ul.wpp-list-custom-meta li.repos-input-list-item {
  border-left: 1px solid #6c757d;
  border-top: 1px solid #6c757d;
  border-bottom: 1px solid #6c757d;
  margin: 0;
  width: 45%;
}

ul.wpp-list-custom-meta li.repos-input-list-item input {
  background-color: #edebe4;
  border-color: #edebe4;
  color: #343a40;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

ul.wpp-list-custom-meta li.repos-button-list-item {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #6c757d;
  background-color: #e3e3d3;
}

ul.wpp-list-custom-meta li.repos-button-list-item a.btn-github-cpy i {
  display: block;
  padding: 0 12px;
}

.wpp-thumbnail {
  margin: 0;
  border-radius: 5% 5% 5% 5%/5% 5% 5% 5%;
}

.wp-block-image {
  margin-bottom: 0.5rem;
}

.wp-block-image img {
  height: auto;
}

.bottom-header {
  margin: 0.6em 0 1.8em;
  padding: 15px;
  font-size: 15px;
  background-color: #edebe4;
  /* #343a40 */
  color: #343a40;
  /* #f5f5f0 */
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.bottom-header a {
  color: #343a40;
}

ul li a, .btn-outline-info, .navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.card-title a, .btn-outline-info, .nav-pills .nav-link,
.twitter-timeline, .twitter-timeline:hover, .btn-dark, a.link-color, a.link, .carousel-caption h5 {
  color: #ff5b32;
}

.card-title {
  margin-bottom: 0;
}

#gsc-iw-id1, #gsc-iw-id1 input {
  background-color: transparent !important;
  border: none !important;
  color: #edebe4 !important;
}

.gsc-search-button {
  background-color: #161b1f !important;
  padding: 6px !important;
}

.gsc-control-cse {
  background-color: #161b1f !important;
  border-color: #161b1f !important;
  padding: 0 !important;
}

.gsc-search-box {
  border-bottom: 1px solid #343a40;
}

.gsc-above-wrapper-area {
  border-bottom: 1px solid #343a40 !important;
}

#___gcse_1 {
  max-height: 300px;
  overflow-y: auto;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.fade-in-top {
  -webkit-animation: fade-in-top 0.2s ease-out both;
  animation: fade-in-top 0.2s ease-out both;
}

.fade-out-top {
  -webkit-animation: fade-out-top 0.2s ease-out both;
  animation: fade-out-top 0.2s ease-out both;
}

.jello-horizontal {
  -webkit-animation: jello-horizontal 1.8s ease-in-out 2s infinite forwards;
  animation: jello-horizontal 1.8s ease-in-out 2s infinite forwards;
}

.kenburns-top {
  -webkit-animation: kenburns-top 4s ease-out both;
  animation: kenburns-top 4s ease-out both;
}

.heartbeat {
  -webkit-animation: heartbeat 2s ease-out infinite both;
  animation: heartbeat 2s ease-out infinite both;
}

.focus-in-expand {
  -webkit-animation: focus-in-expand 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s both;
  animation: focus-in-expand 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s both;
}

.articles-container {
  margin: 0;
}

.article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  background-clip: content-box;
  background-color: #edebe4;
  /*f5f5f0*/
  color: #343a40;
  transition: all 0.2s ease;
  border-radius: 10% 10% 0 0;
}

.article-wrapper h3 {
  font-size: 1.25em;
}

.article-wrapper h3 a {
  color: #343a40;
}

.article-wrapper h3 a:hover {
  color: #ff5b32;
  text-decoration: none;
}

.article-wrapper p.card-text {
  margin-top: 0.5rem;
}

.article-figure, .article-img {
  width: 100%;
  overflow: hidden;
  border-radius: 5% 5% 0% 0%/5% 5% 0% 0%;
}

.article-news {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 3;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  background-color: #e3e3d3;
  color: #ff5b32;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.article-news i {
  position: relative;
  top: -10px;
  left: 0;
}

.article-news p {
  position: absolute;
  top: 14px;
  font-size: 12px;
  left: 16px;
}

#article-content a {
  color: #ff5b32 !important;
}

#article-content a:hover, a.link:hover {
  text-decoration: underline !important;
}

.rounded-icon {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  background-color: #e3e3d3;
  color: #343a40;
  cursor: pointer;
}

.highlight .rounded-icon {
  color: #edebe4;
}

h2, h3, h3, h5 {
  font-family: "Rubik", sans-serif, Helvetica, Arial;
  font-weight: bold;
}

.page-numbers {
  padding: 10px 15px;
  background-color: #edebe4;
  color: #343a40;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.page-numbers:hover {
  text-decoration: none;
}

.page-numbers.current {
  color: #ff5b32;
}

.next {
  float: right;
}

.prev {
  float: left;
}

.footer-credits, .footer-credits a {
  font-size: 0.75rem;
}

.footer-black {
  background-color: #232629;
  color: rgba(255, 255, 255, 0.5) !important;
}

.footer-black a {
  color: rgba(255, 255, 255, 0.5) !important;
}

a.link-color:hover {
  color: #fafafa;
}

.social-highlight {
  font-size: 3rem;
  margin-right: 0.25rem;
}

.caption {
  font-size: 0.8rem;
}

.img-caption {
  font-family: "Rubik", sans-serif, Helvetica, Arial;
  font-size: 10px;
  background-color: rgba(245, 245, 240, 0.7);
  color: #343a40;
  right: 0;
  bottom: 0;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.img-caption span a {
  color: #ff5b32;
}

.social-links {
  font-size: 33px;
  text-align: center;
}

.navbar {
  justify-content: center;
  /*flex-end*/
  font-color: #fafafa;
  padding: 0 1rem;
}

a.fancy-font {
  font-family: "Cherry Cream Soda", cursive;
  font-size: 22px;
  color: #edebe4;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  cursor: pointer;
}

a.nav-link {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  line-height: 17px;
}

.nav-pills .nav-link:hover {
  text-decoration: underline;
}

.nav-pills .nav-link.active {
  background-color: #23272b;
  border-color: #1d2124;
}

a.nav-button {
  float: right;
  position: relative;
  display: inline-block;
  width: 52px;
  height: 100px;
  margin-left: 5px;
  line-height: 100px;
  text-align: center;
  font-family: sans-serif;
  font-size: 17px;
  color: #edebe4;
  /*#4c4f53*/
  -webkit-transition: height 0.2s ease, line-height 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  -moz-transition: height 0.2s ease, line-height 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  -o-transition: height 0.2s ease, line-height 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  transition: height 0.2s ease, line-height 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}

a.nav-button:hover, #footer-socials a:hover, a.fancy-font:hover {
  color: #ff5b32;
}

a.nav-button:hover span {
  background-color: #ff5b32;
}

a.nav-button.small {
  height: 75px;
  line-height: 75px;
}

a#mobilemenu {
  display: flex !important;
}

.dropdown-search, .dropdown-mobilemenu, .dropdown-socialmenu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 101;
  width: 100%;
  height: auto;
  padding: 25px 30px;
  background-color: #161b1f;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.35);
  visibility: hidden;
  opacity: 0;
}

.dropdown-mobilemenu::after {
  content: "";
  position: absolute;
  z-index: 101;
  right: 31px;
  /*145px*/
  bottom: 100%;
  margin-bottom: 0px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #161b1f;
}

.dropdown-search::after {
  content: "";
  position: absolute;
  z-index: 101;
  right: 145px;
  /*31px*/
  bottom: 100%;
  margin-bottom: 0px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #161b1f;
}

.post-navigation-links {
  text-align: center;
}

.post-navigation-links a:first-of-type {
  float: left;
  text-align: left;
}

.post-navigation-links a:last-of-type {
  float: right;
  text-align: right;
}

.line-left {
  border-left: 4px solid #ff5b32;
}

.line-bottom {
  border-bottom: 4px solid #ff5b32;
}

.hero-header h1 {
  font-size: 94px;
  color: #fafafa;
}

p, .form-inline {
  font-family: "Oxygen", sans-serif, Helvetia, Arial;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*sticky header position*/
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
}

#mc_embed_signup form {
  padding: 0;
}

#mc_embed_signup input.email {
  width: 100%;
}

#cn-accept-cookie {
  background-color: #36a854;
}

a.kofi-button {
  min-width: 100% !important;
}

.kofi-mug-wrapper {
  text-align: center;
}

.kofi-mug {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.cookie-notice-container a {
  color: #fafafa !important;
}

.btn-container {
  min-width: 95% !important;
}

/* Bionica Template */
.bionica-bg {
  background-color: #2b2b26;
}

.bionica-main-bg {
  background-color: #a89f94;
}

.bionica-content-bg {
  background-color: #e0dbcd;
  font-family: "PressStart";
  color: #2b2b26;
}

.bionica-content-bg p {
  font-family: "PressStart";
  color: #2b2b26;
}

/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 22px;
  height: 20px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #e65100;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 8px;
}

.animated-icon2 span:nth-child(4) {
  top: 16px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

#logo {
  width: 80%;
  display: block;
}

#logo-mobile {
  width: 65px;
  display: none;
}

#logo-text {
  display: inline-block;
}

#footer-socials, #footer-links {
  font-size: 20px;
}

#footer-socials a, #footer-links a {
  display: inline-block;
  color: #edebe4;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#footer-info p {
  display: inline-block;
  font-size: 14px;
  color: #edebe4;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.line-container {
  position: relative;
  padding: 5px 0px;
  border-top: 1px solid #e3e3d3;
  -webkit-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.line-container::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 10;
  display: block;
  width: 40px;
  height: 2px;
  background-color: #343a40;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#twitter-widget-0 {
  height: 410px !important;
}

.donate-icon {
  color: #ff5b32;
}

.floatingchat-container-wrap,
.floating-chat-kofi-popup-iframe {
  left: auto !important;
  right: 16px !important;
}

@media (max-width: 395px) {
  .page-numbers {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  #logo-text {
    display: none;
  }
}
@media (max-width: 768px) {
  .crp_related li {
    width: 100%;
  }

  .crp_related li:nth-child(odd) {
    margin-right: 0%;
  }

  #logo-mobile {
    display: block;
  }

  #logo {
    display: none;
  }
}

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