/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../third-party/ibm-plex-sans/IBMPlexSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../third-party/ibm-plex-sans/IBMPlexSans-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../third-party/ibm-plex-sans/IBMPlexSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../third-party/ibm-plex-sans/IBMPlexSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../third-party/ibm-plex-sans/IBMPlexSans-Bold.woff2") format("woff2");
}

/* Baseline for responsive font sizes */
html {
  font-size: 16px;
}
@media (max-width: 370px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "IBM Plex Sans";
  color: #dadada;
  background: #000000;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #e0e0e0;
}

#main {
  margin-left: 0;
}

.nav-active {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  transition: all ease-in-out 0.5s;
  z-index: 998;
  transition: all 0.5s;
  padding: 0 15px;
  background: #293610;
  overflow-y: auto;
}

.nav-active #header {
  left: 0;
}

#header .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  border: 2px solid #182009;
}

#header .profile h1 {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-align: center;
}

#header .profile .social-links a {
  font-size: 1.25rem;
  display: inline-block;
  background: #182009;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#header .profile .social-links a:hover {
  background: #74992e;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

#nav-menu {
  padding-top: 30px;
}

#nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

#nav-menu a {
  display: flex;
  align-items: center;
  color: #a8a9b4;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 0.9375rem;
}

#nav-menu a i {
  font-size: 1.5rem;
  padding-right: 8px;
  color: #9b9b9b;
}

#nav-menu a:hover, #nav-menu .active > a, 
#nav-menu li:hover > a {
  color: #e0e0e0;
}

#nav-menu a:hover i, #nav-menu .active > a i, 
#nav-menu li:hover > a i {
  color: #74992e;
}

/*--------------------------------------------------------------
# Navigation Menu Toggle
--------------------------------------------------------------*/

#nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  font-size: 2.25rem;
  background: none;
  outline: none !important;
  border-style: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  transition: all 0.4s;
  z-index: 1000;
}

#nav-toggle i {
  color: #74992ecc;
}

#nav-toggle i:hover {
  color: #74992eff;
}

.nav-active #nav-toggle i {
  color: #e0e0e0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

#back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 15px;
  color: #74992ecc;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

#back-to-top i {
  position: absolute;
  font-size: 1.875rem;
  top: 7px;
  left: 8px;
}

#back-to-top:hover {
  color: #74992eff;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section {
  text-align: center;
  padding: 60px 13px;
}

section .section-title {
  padding-bottom: 40px;
}

section .section-title h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  color: #e0e0e0;
}

section .section-title span {
  padding-bottom: 9px;
  border-bottom: 3px solid #74992e;
}

/*--------------------------------------------------------------
# Typed.js
--------------------------------------------------------------*/

.typed {
  line-height: 2.5em;
}

.typed .typed-target {
  visibility: hidden;
  position: relative;
}

.typed .typed-target .typed-animated {
  visibility: visible;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.typed .typed-items {
  display: none;
}

.typed .highlight {
  border-bottom: 2px solid #74992e;

/*
  * Looks nice on desktop, but not so much on mobile,
  * because line breaks leave the borders open
  * to the left or right:
  *
  * border: 2px solid #74992e;
  * border-radius: 2px;
  */
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/

.iconbox {
  text-align: left;
  background-color: #74992ea5;
  border-radius: 2px;
}

.iconbox:hover {
  background-color: #74992ecc;
}

.iconbox.icon-small .iconbox-icon {
  float: left;
  width: 54px;
  height: 54px;
}

.iconbox.icon-large .iconbox-icon {
  float: left;
  width: 128px;
  height: 128px;
}

.iconbox.icon-small .iconbox-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.1875rem;
  margin-left: 80px;
}

.iconbox.icon-large .iconbox-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.1875rem;
  margin-left: 154px;
}

.iconbox.icon-small .iconbox-description {
  font-size: 0.9375rem;
  margin-left: 80px;
}

.iconbox.icon-large .iconbox-description {
  font-size: 0.9375rem;
  margin-left: 154px;
}

/*--------------------------------------------------------------
# Contact Card
--------------------------------------------------------------*/

.contactcard {
  border-radius: 2px;
  text-align: left;
  background-color: #74992ea5;
}

.contactcard .contactcard-mandala {
  width: 128px;
  height: 128px;
}

.contactcard .contactcard-text {
  border-left: 2px solid;
  font-size: 0.9375rem;
}

.contactcard .contactcard-text .contactcard-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.1875rem;
}

.contactcard .contactcard-text a:hover {
  color : #ffffff;
}

/*--------------------------------------------------------------
# Timelines
--------------------------------------------------------------*/

.timeline .timeline-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #74992e;
  position: relative;
  text-align: left;
}

.timeline .timeline-item:hover {
  color: #74992e;
}

.timeline .timeline-title {
  font-size: 1.1875rem;
  font-weight: 600;
}

.timeline .timeline-description {
  font-size: 0.9375rem;
  margin-top: 12px;
}

.timeline .timeline-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #000000;
  border: 2px solid #74992e;
}

.timeline .timeline-item:hover::before {
  background: #74992e;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/

.gallery .gallery-filters {
  padding: 0;
  margin-bottom: 35px;
  list-style: none;
  text-align: center;
  border: 2px solid #74992e;
  border-radius: 2px;
  padding: 2px 15px;
}

.gallery .gallery-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  color: #e0e0e0;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.gallery .gallery-filters li:hover, 
.gallery .gallery-filters li.filter-active {
  color: #74992e;
}

.gallery .gallery-filters li:last-child {
  margin-right: 0;
}

.gallery .gallery-item {
  transition: 0.3s;
  position: relative;
  background-color: #74992e00;
  overflow: hidden;
  z-index: 1;
}

.gallery .gallery-item:hover {
  background-color: #74992e;
  transition: all ease-in-out 0.3s;
}

.gallery .gallery-item::before {
  content: "";
  position: absolute;
  background: #74992e;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.gallery .gallery-item:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.25;
}

.gallery .gallery-item .gallery-title,
.gallery .gallery-item .gallery-link {
  left: 0;
  right: 0;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  justify-content: center;
  background: #74992edd;
}

.gallery .gallery-item .gallery-title {
  top: -100%;
  padding-top: 0.5em;
}

.gallery .gallery-item:hover .gallery-title {
  top: 0;
}

.gallery .gallery-item .gallery-title h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1875rem;
}

.gallery .gallery-item .gallery-link {
  bottom: -100%;
  text-align: center;
  font-size: 2.25rem;
}

.gallery .gallery-item:hover .gallery-link {
  bottom: 0;
}

.gallery .gallery-item .gallery-link i:hover {
  color: #ffffff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

#breadcrumbs a:hover {
  color: #74992e;
}

#breadcrumbs .breadcrumbs-list {
  border: 2px solid #74992e;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 2px 15px;
  margin: 0;
  font-size: 0.9375rem;
}

#breadcrumbs .breadcrumbs-list:last-child {
  color: #74992e;
}

#breadcrumbs .breadcrumbs-list li + li {
  padding-left: 10px;
}

#breadcrumbs .breadcrumbs-list li + li::before {
  display: inline-block;
  padding-right: 10px;
  content: "/";
  color: #e0e0e0;
}

/*--------------------------------------------------------------
# Welcome Section
--------------------------------------------------------------*/

#welcome p {
  font-size: 1.625rem;
}

#welcome .typed .highlight {
  border-width: 3px;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Music Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Science Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Stories Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Projects Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
