* {
  /* Remove Gray Highlight When Tapping Links in Mobile Safari */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background-color: #e7e7ff;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

.overflow-hidden {
  overflow: hidden;
}

.invisible {
  opacity: 0 !important;
  pointer-events: none;
}

.pageSize {
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
}

.hidden {
  display: none !important;
}

/* pointer: coarse means an "inaccurate" pointing device (i.e. touchscreen) */
/* Source: https://stackoverflow.com/a/14457567 */
@media (pointer: coarse) {
  .hidden-on-touchscreen {
    display: none !important;
  }
}
button {
  cursor: pointer;
}

.emphasis-text {
  text-decoration: underline;
  text-underline-offset: 2px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #7f7ff9;
  height: 60px;
  z-index: 10;
  left: 76px;
  transition: all 0.2s;
  display: flex;
}

.mobile-nav-toggle-btn {
  margin-left: auto;
  padding: 0px;
  width: 66px;
  padding-top: 2px;
  display: none;
}

.menu-open header {
  left: 280px;
}

.container {
  display: flex;
}

[data-current-path="/"] .container {
  height: 100%;
}

footer {
  background-color: pink;
  display: none;
}

[data-current-path="/"] footer {
  display: none;
}

.menu-icon {
  font-size: 24px;
  transform: scale(-1, 1);
}

.menu-icon-btn {
  border: none;
  background: none;
  padding: 0;
  height: 100%;
  width: 60px;
  color: whitesmoke;
  position: relative;
  transition: all 0.2s;
  color: whitesmoke;
  padding-top: 2px;
  left: 0px;
}

.hide-icon {
  height: 18px;
  transform: scale(-1, 1);
}

.menu-open .hide-icon {
  transform: scale(1, 1);
}

.toggle-nav-tooltip {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9da1e7;
  color: whitesmoke;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.4s;
  letter-spacing: 0.5px;
  visibility: hidden;
  font-size: 14px;
  width: 92px;
  height: 36px;
  position: absolute;
  left: 68px;
  top: 13px;
  pointer-events: none;
}

.toggle-nav-tooltip::after {
  content: "";
  position: absolute;
  left: -18px;
  border-width: 10px;
  border-style: solid;
  border-color: #9da1e7 transparent transparent transparent;
  transform: rotate(90deg);
}

.nav-tooltip {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9da1e7;
  color: whitesmoke;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s 0.2s;
  letter-spacing: 0.5px;
  font-size: 14px;
  width: 92px;
  height: 36px;
  position: fixed;
  left: 67px;
  pointer-events: none;
  z-index: 3;
}

.menu-open .nav-tooltip {
  left: 255px;
  display: none;
}

.nav-tooltip::after {
  content: "";
  position: absolute;
  left: -18px;
  border-width: 10px;
  border-style: solid;
  border-color: #9da1e7 transparent transparent transparent;
  transform: rotate(90deg);
}

.landing-skills-tooltip {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9da1e7;
  color: whitesmoke;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.4s;
  letter-spacing: 0.5px;
  visibility: hidden;
  font-size: 14px;
  width: 66px;
  height: 36px;
  position: absolute;
  right: 50px;
  top: 1px;
  pointer-events: none;
}

.landing-skills-tooltip::after {
  content: "";
  position: absolute;
  right: -18px;
  border-width: 10px;
  border-style: solid;
  border-color: #9da1e7 transparent transparent transparent;
  transform: rotate(270deg);
}

.is-paused .pause-tooltip,
.play-tooltip,
body.menu-open .show-menu,
.hide-menu,
.pause-button .play-icon,
.is-paused .pause-icon {
  display: none;
}

.pause-tooltip,
.is-paused .play-tooltip,
.show-menu,
body.menu-open .hide-menu {
  display: block;
}

.sidebar {
  font-family: "Roboto", sans-serif;
  flex-shrink: 0;
  overflow: auto;
  overflow-x: hidden;
  padding-top: 18px;
  width: 76px;
  border-right: 2px solid #d0d0ef;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  transition: width 200ms ease-in-out;
  background-color: whitesmoke;
  height: 100%;
  z-index: 11;
  position: fixed;
  top: 0;
  height: 100%;
}

.hidden-sidebar {
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 100ms ease-in-out;
  font-size: 16px;
  line-height: 18px;
}

body.menu-open .hidden-sidebar {
  opacity: 1;
  width: 100%;
  height: auto;
}

.top-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 35px;
  transition: height 200ms ease-in-out;
}

body.menu-open .top-sidebar {
  height: 176px;
  margin-bottom: 4px;
}

.middle-sidebar {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
  margin-top: 20px;
  width: 100%;
  padding-bottom: 16px;
}

.menu-open .middle-sidebar {
  margin-top: 18px;
  padding-bottom: 24px;
}

.bottom-sidebar {
  width: 100%;
  display: none;
}

body.menu-open .channel-logo {
  width: 110px;
  height: 116px;
  margin-top: 0px;
  margin-bottom: 6px;
}

.channel-logo {
  display: block;
  width: 46px;
  height: 46px;
  transition: all 200ms ease-in-out;
}

.channel-logo img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.sidebar-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
}

body.menu-open .sidebar-link {
  justify-content: flex-start;
}

.sidebar-list-item {
  position: relative;
  width: 100%;
  color: gray;
  transition: all 0.5s;
}

.sidebar-list-item.active .sidebar-nav-box {
  color: #eaeafd;
  background-color: #7f7ff9;
}

.sidebar-list-item.active .sidebar-contact-info {
  background-color: #7f7ff9;
}

.sidebar-icon {
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  padding-top: 2px;
  flex-shrink: 0;
}

.sidebar-list .hidden-sidebar {
  margin-left: 22px;
  white-space: nowrap;
  margin-top: -1px;
}

.top-sidebar .hidden-sidebar {
  text-align: center;
  width: 100%;
}

.sidebar-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 62px;
  position: relative;
  padding: 2px 8px;
}

body.menu-open .sidebar {
  width: 280px;
  margin-left: initial;
}

.sidebar-nav-box {
  display: flex;
  align-items: center;
  background: transparent;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  transition: all 0.5s;
  padding-left: 17px;
}

body.menu-open .sidebar-nav-box {
  padding-left: 24px;
}

.together {
  white-space: nowrap;
}

#channel-name {
  font-weight: bold;
  color: #212121;
  margin-bottom: 4px;
  font-size: 20px;
  padding-left: 1px;
  word-spacing: 1px;
  line-height: 23px;
}

#channel-bio {
  color: gray;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 17px;
}

.content {
  flex-grow: 1;
  position: relative;
  max-width: 100%;
  padding-left: 76px;
  transition: padding-left 0.2s;
  padding-top: 60px;
}

[data-current-path="/"] .content {
  height: 100%;
}

.menu-open .content {
  padding-left: 280px;
}

.landing-intro-title {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-left: 24px;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  margin-top: 24px;
  margin-bottom: 22px;
  padding-right: 42px;
}

.intro-title-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  left: -96px;
}

.title-wrapper {
  margin-bottom: 40px;
  position: relative;
  padding-left: 40px;
}

.title-text {
  color: #393838;
  font-size: 24px;
  font-weight: bold;
  word-spacing: 2px;
  line-height: 36px;
}

.title-text-icon {
  position: absolute;
  top: 5px;
  left: -5px;
  font-size: 26px;
  color: #7f7ff9;
}

.landing-intro-grid {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  row-gap: 44px;
  padding: 32px 24px 48px 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.landing-content-group {
  display: flex;
  -moz-column-gap: 44px;
       column-gap: 44px;
  row-gap: 44px;
}

.landing-content-group .grid-item {
  flex-grow: 1;
  min-width: 0;
}

.grid-item {
  overflow: hidden;
  border-radius: 10px;
  background-color: #dadaff;
  border: 2px solid #c0c0ff;
  transition: border-color 0.3s, box-shadow 0.3s;
  text-decoration: none;
  min-height: 54px;
}

.landing-title-wrapper {
  display: flex;
  align-items: center;
  height: 58px;
  position: relative;
  padding-left: 6px;
  padding-right: 8px;
}

.landing-skills .landing-title-wrapper {
  border-bottom: 2px solid #d1d1fa;
}

.landing-title-link {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-decoration: none;
  background-color: transparent;
  padding: 10px 10px;
  border-radius: 8px;
  transition: all 0.5s;
  border: 2px solid transparent;
}

.landing-grid-title {
  color: #393838;
  font-size: 18px;
  font-weight: bold;
  word-spacing: 0.8px;
}

.landing-projects {
  position: relative;
  overflow: initial;
}

.landing-projects-container {
  overflow: hidden;
  border-radius: 8px;
}

.scroll-btns-wrapper {
  display: flex;
  margin-left: auto;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.pause-button {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #f5f5ff;
  border: 2px solid #c8c8ff;
  color: #bbbbff;
  font-size: 18px;
  line-height: 16px;
  transition: all 0.2s;
  margin-left: auto;
}

.is-paused .play-icon {
  display: inline-block;
  padding-left: 2px;
}

.landing-skills-content {
  display: flex;
}

.skill-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 30px 24px 30px;
}

.skill-img {
  width: 40px;
  transition: transform 0.3s;
}

#landing-jquery-logo {
  width: 80px;
}

#landing-node-logo {
  width: 60px;
}

#landing-cloudflare-logo {
  width: 60px;
}

.landing-exp {
  position: relative;
  flex-grow: 1;
  width: 0;
}

.landing-exp .grid-item-content {
  overflow-x: auto;
}

.landing-edu {
  position: relative;
  flex-grow: 1;
  width: 0;
}

.landing-edu .grid-item-content {
  overflow-x: auto;
}

.landing-contact-btn {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border: 3px solid #ffffff;
  background: rgba(51, 51, 51, 0.5);
  transition: border-color 0.3s, background-color 0.3s;
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  position: fixed;
  right: 24px;
  bottom: 34px;
  font-size: 20px;
}

[data-current-path="/contact"] .landing-contact-btn {
  display: none;
}

.grid-item-content {
  padding: 6px 14px 14px 14px;
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.grid-item-box {
  border-radius: 10px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 24px;
  color: #393838;
}

.landing-projects .grid-item-content,
.landing-exp .grid-item-content,
.landing-edu .grid-item-content {
  position: relative;
  overflow-x: auto;
  /* Same as left padding on this element */
  scroll-padding: 14px;
  /* IE */
  -ms-overflow-style: none;
  /* FIREFOX */
  scrollbar-width: none;
}

.landing-projects .grid-item-content {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

/* CHROME, EDGE */
.landing-projects .grid-item-content::-webkit-scrollbar,
.landing-exp .grid-item-content::-webkit-scrollbar,
.landing-edu .grid-item-content::-webkit-scrollbar {
  display: none;
}

.landing-projects .grid-item-box {
  height: 160px;
  width: 290px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  border: 3px solid transparent;
  transition: all 0.5s;
  cursor: pointer;
}

.landing-edu .grid-item-box,
.landing-exp .grid-item-box {
  background-color: #f3f3ff;
  border: 2px solid #d1d1fa;
  width: 290px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  text-decoration: none;
  transition: all 0.5s;
}

.landing-content-years {
  margin-bottom: 8px;
}

.landing-content-info {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  padding-left: 6px;
  margin-bottom: 6px;
  word-spacing: 0.5px;
  display: none;
}

.landing-content-info:last-child {
  margin-bottom: 0px;
}

.bp {
  font-size: 20px;
  color: #585858;
}

.landing-item-detail {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  height: 100%;
}

.landing-item-emblem {
  width: 60px;
  height: 60px;
  background-color: #dadaff;
  color: #7f7ff9;
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.nw-emblem {
  background-color: #4e2984;
}

.depaul-emblem {
  background-color: #0057b7;
}

.cod-emblem {
  background-color: #00573c;
}

.landing-edu-img {
  width: 30px;
}

.depaul-emblem .landing-edu-img {
  margin-top: 2px;
}

.landing-content-title {
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 2px;
}

.landing-item-info-text {
  line-height: 20px;
}

.landing-project-img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 6px;
  transition: all 0.5s;
}

#landing-finance-img {
  background-image: linear-gradient(to top, rgba(188, 188, 188, 0.2), rgba(55, 55, 132, 0.99) 70%), url("./digital-globe.jpg");
}

#landing-braces-img {
  background-image: linear-gradient(to top, rgba(188, 188, 188, 0.2), rgba(55, 55, 132, 0.99) 70%), url("./braces1.png");
}

#landing-portfolio-img {
  background-image: linear-gradient(to top, rgba(188, 188, 188, 0.2), rgba(55, 55, 132, 0.99) 70%), url("./react-portfolio-1.png");
}

#landing-wordpress-img {
  background-image: linear-gradient(to top, rgba(188, 188, 188, 0.2), rgba(55, 55, 132, 0.99) 70%), url("./wordpress-1.png");
  background-position: center;
}

#landing-ai-crypto-img {
  background-image: linear-gradient(to top, rgba(188, 188, 188, 0.2), rgba(55, 55, 132, 0.99) 70%), url("./crypto-2.png");
  background-position: center;
}

.landing-project-title {
  font-size: 16px;
  position: absolute;
  top: 18px;
  left: 20px;
  color: #f0f0f0;
  word-spacing: 0.4px;
}

.tab-content {
  position: absolute;
  opacity: 0;
  width: 0;
  visibility: hidden;
  top: -9999px;
  padding: 40px 50px;
  overflow: hidden;
}

.tab-content.open {
  position: initial;
  opacity: 1;
  width: auto;
  visibility: visible;
  top: 0;
  overflow: initial;
}

#projects,
#work,
#edu,
#skills,
#resume,
#contact {
  overflow: hidden;
}

.projects-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0px 40px;
  margin-bottom: 40px;
}

.project-window {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 80px 120px;
  height: calc(100vh - 60px);
  transition: all 0.2s;
}

.project-window-blur {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(26px);
}

.project-window-content {
  background-color: #f3f3ff;
  border: 2px solid white;
  max-height: 660px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: min-content auto;
  height: 100%;
}

.project-window-images {
  width: 100%;
  grid-area: 1/1/3/2;
  border-right: 2px solid #ccccee;
}

.project-window-info {
  background: #f3f3ff;
  color: #292828;
  grid-area: 2/2/3/3;
  overflow-y: auto;
  max-height: 100%;
}

.project-window-title {
  font-size: 20px;
  line-height: 24px;
  word-spacing: 0.4px;
  height: 76px;
  display: flex;
  align-items: center;
  padding-left: 36px;
  background: #dbdbff;
  border-bottom: 2px solid #ccccee;
  grid-area: 1/2/2/3;
  flex-shrink: 0;
  margin-right: 76px;
  padding-right: 10px;
}

.project-window-points {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  font-size: 16px;
  line-height: 24px;
  word-spacing: 1px;
  padding: 32px 50px 38px 38px;
}

.project-point-title {
  display: inline;
  font-weight: bold;
  margin-right: 4px;
}

.project-skill-tags .project-point-title {
  padding-top: 4px;
}

.project-point-text {
  display: inline;
}

.project-skill-tags {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
  margin-top: -3px;
}

.skill-tag {
  border: 2px solid #dbdbff;
  border-radius: 8px;
  padding: 2px 10px;
  background: #ececff;
}

.project-window-btns {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-bottom: 4px;
}

.project-window-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 50px;
  border: 3px solid #dbdbff;
  background: transparent;
  border-radius: 30px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #7f7ff9;
  font-size: 16px;
  transition: all 0.2s;
  text-decoration: none;
}

.github-project-icon {
  font-size: 18px;
}

.close-project-btn {
  background-color: #dbdbff;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 76px;
  height: 76px;
  border-radius: 0px 20px 0px 0px;
  font-size: 24px;
  border: none;
  border-left: 2px solid #ccccee;
  color: #7f7ff9;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 4px;
  border-bottom: 2px solid #ccccee;
}

#projects-promo {
  justify-content: center;
  align-items: center;
  background-color: initial;
  border: none;
  box-shadow: none;
  margin: auto 0px;
  height: 200px;
  cursor: initial;
}

.project-item {
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background-color: #bbbbff;
  position: relative;
  border: 3px solid #bbbbff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.project-preview {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 10px;
  transition: all 0.3s;
}

#finance-project .project-preview {
  background-image: url("./digital-globe.jpg");
}

#osc-project .project-preview {
  background-image: url("./braces1.png");
}

#portfolio-project .project-preview {
  background-image: url("./react-portfolio-1.png");
}

#wordpress-project .project-preview {
  background-image: url("./wordpress-1.png");
  background-position: center;
}

#ai-crypto-project .project-preview {
  background-image: url("./crypto-2.png");
  background-position: center;
}

#osc-project .preview-logo {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  justify-content: center;
  align-items: center;
}

#portfolio-project .preview-logo {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
  align-items: center;
  transform: scale(0.9);
}

#finance-project .preview-logo img {
  width: 56px;
  border: 2px solid white;
  border-radius: 50%;
  background: #f7931a;
}

#osc-project .preview-logo img {
  width: 52px;
}

#portfolio-project .preview-logo img {
  width: 84px;
}

#wordpress-project .preview-logo img {
  width: 86px;
}

#ai-crypto-project .preview-logo img {
  width: 80px;
}

#osc-project .preview-logo-name {
  color: white;
  display: none;
}

#portfolio-project .preview-logo-name {
  color: white;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  display: none;
}

#osc-project .logo-name-first {
  font-family: "Russo One", sans-serif;
  font-size: 28px;
}

#osc-project .logo-name-second {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  letter-spacing: 0.24px;
  word-spacing: 2px;
}

#portfolio-project .logo-name-first {
  font-family: "PT Sans", sans-serif;
  font-size: 30px;
  word-spacing: 2px;
}

#portfolio-project .logo-name-second {
  font-family: "Baloo Da 2", cursive;
  font-size: 18px;
  margin-left: -1px;
}

.preview-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 52px;
}

#finance-project .preview-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

#osc-project .preview-overlay {
  background-color: rgba(27, 42, 97, 0.9);
}

#portfolio-project .preview-overlay {
  background-color: rgba(97, 69, 135, 0.9);
}

#wordpress-project .preview-overlay {
  background-color: rgba(16, 16, 16, 0.9);
}

#ai-crypto-project .preview-overlay {
  background-color: rgba(226, 226, 226, 0.7);
}

.preview-logo-layer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.project-title {
  background-color: #7f7ff9;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0px 28px;
  color: white;
  border-bottom: 2px solid #bbbbff;
  font-size: 18px;
  word-spacing: 0.4px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.in-progress-project {
  position: absolute;
  bottom: -48px;
  left: 14px;
  background: rgba(82, 82, 82, 0.5);
  border-radius: 20px;
  font-size: 14px;
  font-style: italic;
  width: 104px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.landing-projects .in-progress-project {
  bottom: initial;
  top: 52px;
  left: 16px;
  font-size: 12px;
  width: 94px;
  height: 30px;
  background: rgba(128, 128, 128, 0.5);
  pointer-events: none;
}

.project-btns {
  height: 58px;
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
  background: #e8e8ff;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.project-btn {
  background-color: white;
  border: none;
  flex-grow: 1;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  row-gap: 4px;
  color: #7f7ff9;
  transition: all 0.2s;
  text-decoration: none;
}

.project-btn i {
  font-size: 24px;
}

.github-icon {
  font-size: 26px !important;
}

.project-btn-text {
  font-size: 18px;
  line-height: 20px;
}

#soft-skills .web-skill-emblem {
  width: 56px;
}

.skills-content {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  background: #e7e7ff;
  border-radius: 20px;
  width: 100%;
}

.web-skills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}

.skills-content-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  padding: 0px 40px 0px 20px;
}

.skills-content-title {
  font-size: 20px;
  line-height: 25px;
  margin-top: 30px;
  color: #393838;
  min-width: 190px;
  text-align: right;
}

.web-skill-item {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -moz-column-gap: 16px;
       column-gap: 16px;
  border-radius: 10px;
  border: 2px solid #dadaff;
  height: 90px;
}

.web-skill-emblem {
  display: block;
  width: 48px;
}

.web-skill-title {
  font-family: "Teko", sans-serif;
  text-align: center;
  letter-spacing: 0.3px;
  font-size: 28px;
  color: #393838;
  padding-top: 6px;
  min-width: 110px;
}

.web-skill-icon {
  border: 2px solid #c1c1ec;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.web-skill-tools {
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
}

#sass-skill-img {
  width: 34px;
}

#skills-promo {
  display: flex;
  justify-content: center;
  padding: 70px 0px 40px 0px;
}

.time-line {
  position: absolute;
  width: 4px;
  background: #bdbdf0;
  left: 7px;
  top: 28px;
  bottom: 150px;
}

.time-point {
  width: 31px;
  height: 31px;
  background-color: #7f7ff9;
  border: 4px solid white;
  border-radius: 50%;
  position: absolute;
  left: -13px;
}

.time-point:nth-child(1) {
  top: 0px;
}

.time-point:nth-child(2) {
  top: 50%;
  margin-top: -15px;
}

.time-point:nth-child(3) {
  bottom: 0px;
}

.info-content-wrapper {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-bottom: 30px;
}

.content-container {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  position: relative;
  padding: 0px 0px 0px 60px;
  margin-left: 50px;
  max-width: 900px;
  flex-grow: 1;
}

.promo-container {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
}

.contact-promo-wrapper {
  background-color: #d8d8f8;
  padding: 8px;
  border-radius: 20px;
  max-width: 316px;
  width: 100%;
}

.skills-content-wrapper .contact-promo-wrapper {
  margin: 40px auto 30px auto;
}

.resume-promo-container {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 0px 30px;
}

.resume-container .contact-promo-wrapper {
  margin: 0px auto;
}

.contact-promo {
  background-color: #c7c7ff;
  border: 3px solid #b9b9ff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
}

.contact-promo-icon {
  font-size: 30px;
  color: #ffe764;
}

.contact-promo-text {
  margin-top: 8px;
  color: #1c1a31;
  word-spacing: 0.6px;
  font-size: 16px;
}

.contact-promo-btn {
  width: 200px;
  height: 42px;
  background: #7f7ff9;
  border-radius: 50px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #e7e7ff;
  margin-top: 20px;
  border: 3px solid #d8d8f8;
  text-decoration: none;
  font-size: 16px;
  word-spacing: 0.8px;
  transition: all 0.3s;
}

.content-item {
  background-color: #e0e0fb;
  border-radius: 10px;
  padding: 30px;
  font-size: 16px;
  color: #393838;
  border: 2px solid #bdbdf0;
  max-width: 940px;
}

.work-agency-content .content-item-name,
.work-freelance-content .content-item-name {
  margin-bottom: 20px;
}

.freelance-wrapper {
  padding-left: 10px;
}

.work-content-title {
  margin-bottom: 4px;
  font-weight: bold;
}

.freelance-site-link {
  text-decoration: none;
  color: #393838;
  font-style: italic;
  margin-bottom: 6px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.work-freelance-section {
  margin-bottom: 16px;
}

.content-item-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 4px;
}

.content-item-sub-name {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 2px;
}

.content-item-years {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}

.content-item-info {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  margin-bottom: 8px;
  padding-left: 10px;
  word-spacing: 1px;
  font-size: 16px;
  line-height: 24px;
}

#resume iframe {
  width: 100%;
  overflow: hidden;
}

.form-container {
  background: #bebeff;
  border-radius: 14px;
  padding: 20px;
  width: 100%;
  max-width: 880px;
}

.form-content {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 40px;
}

.contact-group {
  flex-grow: 1;
  flex-basis: 100%;
}

.contact-content {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
  flex-direction: column;
  row-gap: 50px;
  margin-bottom: 50px;
  padding: 0px 40px;
}

.contact-socials {
  display: flex;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}

.contact-entry {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  border-radius: 50px;
  transition: all 0.3s;
  color: #7f7ff9;
  font-size: 16px;
  background-color: #dbdbff;
  border: 3px solid #bbbbff;
}

.contact-icon {
  font-size: 20px;
  color: #7f7ff9;
}

.form-title {
  font-size: 20px;
  margin-bottom: 24px;
}

.contact-text {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

.form-wrapper {
  padding: 30px 40px;
  background: #dbdbff;
  border-radius: 10px;
  border: 3px solid #a7a7ff;
}

.contact-group {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.formMessage {
  flex-grow: 1;
  flex-basis: 100%;
}

.fullNameField,
.emailField,
.formMessage {
  width: 100%;
  position: relative;
}

.formIcon {
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 20px;
  font-size: 28px;
  color: #9a9ae7;
}

.contact-form-label {
  font-size: 18px;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  color: #9a9ae7;
  padding-bottom: 6px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.messageWrapper {
  flex-grow: 1;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}

#messageInput {
  padding: 14px 19px 0px 19px;
  height: 100%;
  resize: none;
}

.contactFormInput:focus,
.contactFormInput:focus-within {
  border-color: #009fff;
  outline: none;
}

#fullNameIcon {
  right: 27px;
}

.contactFormInput {
  background-color: #ebebff;
  border: 3px solid #9a9ae7;
  width: 100%;
  outline: none;
  letter-spacing: 0.7px;
  border-radius: 10px;
  display: block;
  color: #7373d1;
  padding: 0px 66px 0px 19px;
  height: 70px;
  font-size: 18px;
  line-height: 24px;
  transition: border 0.2s;
}

.contactFormInput::-moz-placeholder {
  color: #b2b2df;
}

.contactFormInput::placeholder {
  color: #b2b2df;
}

form:invalid .sendBtn {
  border: none;
  background-color: #9a9ae7;
  color: gainsboro;
  opacity: 0.5;
  box-shadow: initial;
}

.sendBtn {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  background-color: #7f7ff9;
  border: none;
  color: #dcdcdc;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  max-width: calc(50% - 15px);
  margin-left: auto;
  display: block;
}

form:not(:invalid) button.sendBtn:active {
  background-color: #6565c2;
}

input.contactFormInput:valid {
  background-image: url("newcheck.svg");
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: right 18px center;
}

input.contactFormInput:valid ~ .formIcon {
  opacity: 0;
}

.form-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.form-modal {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.form-sent-icon {
  color: #2ba52b;
  font-size: 56px;
}

.form-error-icon {
  color: #962727;
  font-size: 50px;
}

.form-modal-title {
  font-size: 22px;
  margin-top: 10px;
  color: gainsboro;
  letter-spacing: 1px;
}

.form-modal-message {
  color: #a0a0a0;
  margin-top: 20px;
  letter-spacing: 0.7px;
  font-size: 18px;
}

.contact-intro .form-title {
  padding-left: 42px;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  display: none;
  transition: all 0.2s;
}

.landing-mobile-icon {
  color: #7171da;
  font-size: 20px;
  text-align: center;
  min-width: 26px;
}

.my-name {
  color: #7f7ff9;
}

.nav-dock {
  height: 80px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background: #7f7ff9;
  border-top: 2px solid #d3d3ff;
  display: none;
}

.dock-btn-link {
  flex-basis: 100%;
  text-decoration: none;
}

.dock-btn {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e7e7ff;
  height: 100%;
  transition: all 0.5s;
  flex-direction: column;
  row-gap: 8px;
}

.dock-btn-text {
  font-size: 14px;
}

.nav-logo-link {
  justify-content: center;
  align-items: center;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 12px;
  display: none;
}

.nav-logo {
  width: 60px;
}

.nav-name {
  color: #ffffff;
  position: absolute;
  right: 12px;
  top: 7px;
  font-family: "PT Sans", sans-serif;
  font-size: 28px;
  display: none;
}

.nav-title {
  color: #e7e7ff;
  position: absolute;
  right: 13px;
  top: 37px;
  font-family: "Baloo Da 2", cursive;
  letter-spacing: 0.2px;
  word-spacing: 1.6px;
  font-size: 16px;
  display: none;
}

.close-btn-text {
  font-size: 14px;
  display: none;
}

.slider-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  cursor: ew-resize;
}

.splide,
.splide__track {
  height: 100%;
}

.splide__pagination {
  -moz-column-gap: 2px;
       column-gap: 2px;
  background: rgba(0, 0, 0, 0.4);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
  padding: 10px;
  border-radius: 20px;
  bottom: 20px;
  border: 2px solid white;
}

.splide__pagination button {
  width: 16px;
  height: 16px;
  opacity: 1;
  background: rgba(204, 204, 204, 0.7);
}

.splide__pagination__page.is-active {
  transform: initial;
}

.splide:not(.is-overflow) .splide__pagination {
  display: flex;
}

.splide__arrow svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.splide__arrow {
  border: 2px solid white;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  width: 42px;
  height: 42px;
}

#sidebar-contact {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 4px;
  border-radius: 6px;
  overflow: hidden;
}

#sidebar-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(115deg, #4fcf70, #fad648, #f47898, #a767e5, #12bcfe, #44ce7b);
  background-size: 50% 100%;
  border-radius: inherit;
}

body.menu-open .sidebar-contact-info {
  padding-left: 20px;
}

.sidebar-contact-info {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: whitesmoke;
  padding: 13px 20px 13px 14px;
  border-radius: 4px;
}

@keyframes animate_border {
  to {
    transform: translateX(-50%);
  }
}
.homepage-ribbon {
  position: fixed;
  top: 111px;
  right: -132px;
  width: 400px;
  height: 50px;
  background-color: #fbfbff;
  border: 4px solid #f3c81c;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  word-spacing: 1.2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  color: #1c1c1c;
  transition: box-shadow 0.3s;
  display: none;
}

@media only screen and (hover: hover) {
  .contact-promo-btn:hover {
    background-color: #5555bc;
  }
  .sidebar-list-item:hover #sidebar-contact::before {
    animation: animate_border 0.75s linear infinite;
  }
  .menu-icon-btn:hover {
    color: #addcff;
  }
  .sidebar-link:hover .nav-tooltip,
  .menu-icon-btn:hover .toggle-nav-tooltip,
  .pause-button:hover .landing-skills-tooltip {
    opacity: 1;
    visibility: initial;
  }
  .sidebar-list-item.active:hover .sidebar-nav-box {
    color: #eaeafd;
  }
  .sidebar-list-item:hover .sidebar-nav-box {
    background-color: #e7e7ff;
    color: #7f7ff9;
  }
  .sidebar-list-item:hover .sidebar-contact-info {
    background-color: #e7e7ff;
  }
  .sidebar-list-item.active:hover .sidebar-nav-box,
  .sidebar-list-item.active:hover .sidebar-contact-info {
    background-color: #7f7ff9;
  }
  .close-project-btn:hover {
    background-color: #ccccee;
  }
  .project-window-btn:hover {
    background: #ececff;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    border-color: #a8a8e3;
  }
  .skill-img-wrapper:hover .skill-img {
    transform: scale(1.2);
  }
  .pause-button:hover {
    border-color: #9292f8;
    background: whitesmoke;
  }
  .project-item:hover {
    border-color: #9292f8;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    cursor: pointer;
  }
  .homepage-ribbon:hover {
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  }
  .landing-projects .grid-item-box:hover {
    border-color: #9292f8;
  }
  .landing-edu .grid-item-box:hover,
  .landing-exp .grid-item-box:hover {
    border-color: #9292f8;
  }
  .project-btn:hover {
    background-color: #ededed;
  }
  .contact-entry:hover {
    background-color: #ebebff;
  }
  .project-item:hover .project-preview {
    transform: scale(1.1);
  }
  .landing-title-link:hover {
    background-color: #efefff;
    border-color: #9292f8;
  }
}
@media only screen and (max-width: 1660px) {
  .intro-title-img {
    position: initial;
  }
  .landing-intro-title {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -2px;
  }
  .landing-intro-grid {
    padding-right: 42px;
  }
  .landing-contact-btn {
    right: 18px;
  }
}
@media only screen and (max-width: 1500px) {
  .web-skills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .skills-content-wrapper {
    padding-right: 20px;
  }
  .info-content-wrapper {
    flex-direction: column;
    row-gap: 40px;
  }
  .promo-container {
    padding-top: 0px;
  }
  .project-window-title {
    padding-left: 28px;
  }
  .project-window-points {
    padding: 30px 38px 38px 30px;
  }
  .content-container {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1300px) {
  .projects-content-grid {
    display: flex;
    flex-direction: column;
  }
  .preview-logo-layer {
    bottom: 14px;
  }
  .close-btn-text {
    display: initial;
  }
  .skills-content {
    flex-direction: column;
  }
  .skills-content-title {
    text-align: left;
    margin-bottom: 14px;
    margin-top: 0px;
  }
  .menu-open .project-window {
    left: 280px;
  }
  .project-window-points {
    border-left: none;
  }
  .project-window-info {
    max-height: initial;
    overflow-y: initial;
    flex-grow: 1;
  }
  .close-project-btn {
    right: initial;
    left: 0px;
    top: 60px;
    border-left: none;
    border-right: 2px solid #ccccee;
    border-radius: initial;
  }
  .project-window-title {
    padding-left: 100px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 60px;
    margin-right: 0px;
  }
  .project-window {
    padding: 0px;
    padding-top: calc(60px + 76px);
    height: initial;
    position: fixed;
    left: 76px;
  }
  .project-window-content {
    display: flex;
    flex-direction: column;
    max-height: initial;
    border-radius: initial;
    overflow-y: auto;
    position: initial;
    border: none;
  }
  .project-window-images {
    min-height: 400px;
    border-right: none;
  }
}
@media only screen and (max-width: 1180px) {
  .menu-open .project-window {
    left: 76px;
  }
  .menu-open {
    overflow: hidden;
  }
  .sidebar {
    position: fixed;
  }
  .content,
  .menu-open .content {
    padding-left: 76px;
  }
  .nav-overlay {
    display: initial;
  }
}
@media only screen and (max-width: 960px) {
  .preview-logo-layer {
    bottom: 8px;
  }
  #projects-promo {
    height: initial;
    grid-column: initial;
  }
  [data-current-path="/"] .content {
    padding-bottom: 80px;
  }
  .homepage-ribbon {
    font-size: 14px;
    height: 46px;
    top: 34px;
    right: -144px;
  }
  .form-wrapper {
    margin: 0px auto;
  }
  #home-dock-btn,
  [data-current-path^="/projects"] #projects-dock-btn,
  [data-current-path="/skills"] #skills-dock-btn,
  [data-current-path="/work"] #work-dock-btn,
  [data-current-path="/edu"] #edu-dock-btn,
  [data-current-path="/resume"] #resume-dock-btn,
  [data-current-path="/contact"] #contact-dock-btn {
    background: #a0a0ff;
    color: #ffffff;
    border-bottom: 4px solid #ffffff;
  }
  body:not([data-current-path="/"]) header {
    border-bottom: 2px solid #d3d3ff;
  }
  body:not([data-current-path="/"]) #home-dock-btn {
    border-bottom: none;
    background: initial;
    color: #e7e7ff;
  }
  body:not([data-current-path="/"]) .content {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .project-window {
    left: initial;
    width: 100%;
  }
  .project-btns {
    height: 58px;
  }
  .project-btn {
    flex-direction: row;
  }
  .landing-content-group {
    flex-direction: column;
  }
  .landing-content-group .grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  #overview .title-text {
    max-width: 390px;
  }
  .bp {
    font-size: 18px;
  }
  #messageInput {
    height: 140px;
  }
  .sendBtn {
    max-width: initial;
    margin-left: initial;
  }
  .form-container {
    max-width: 480px;
    margin: 0px auto;
  }
  .form-content {
    flex-direction: column;
    row-gap: 30px;
  }
  .form-modal {
    max-width: 340px;
  }
  .landing-project-title {
    top: 14px;
  }
  .landing-projects .in-progress-project {
    top: 48px;
  }
  .landing-projects .grid-item-box {
    height: 160px;
  }
  .grid-item-box {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  header {
    left: 0px;
    top: -64px;
  }
  .menu-open header {
    /* To overwrite the larger device one */
    left: 0;
  }
  .mobile-nav-toggle-btn {
    display: initial;
  }
  .sidebar {
    width: 0px;
    margin-left: -2px;
  }
  .nav-logo-link {
    display: flex;
  }
  .menu-icon-btn {
    display: none;
  }
  .content,
  .menu-open .content {
    padding-left: 0px;
  }
  .landing-intro-title {
    flex-direction: column;
    height: initial;
    row-gap: 12px;
    margin-bottom: 26px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .landing-intro-grid {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 16px;
  }
  .web-skill-item {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .contact-intro .form-title {
    padding-left: 0px;
  }
  .contact-content {
    padding: 0px;
  }
  .skills-content-wrapper {
    padding: 0px;
  }
  .web-skill-title {
    font-size: 26px;
  }
  #soft-skills .web-skill-emblem {
    width: 50px;
  }
  .web-skill-emblem {
    width: 42px;
  }
  [data-current-path="/"] .content {
    padding-bottom: initial;
  }
  .container,
  .content {
    height: initial;
  }
  body:not([data-current-path="/"]) .content {
    padding-bottom: 70px;
  }
  .skills-content {
    background-color: initial;
    padding: initial;
    border: none;
  }
  .project-window-btns {
    justify-content: center;
  }
  .project-window-btn {
    flex-grow: 1;
    flex-basis: 100%;
    width: initial;
  }
  .dock-btn-text {
    display: none;
  }
  .form-wrapper {
    margin: 0px auto;
  }
  .content-item {
    padding: 30px 20px;
  }
  .nav-dock {
    height: 70px;
    display: flex;
    bottom: -70px;
    display: none;
  }
  #overview {
    height: auto;
  }
  #overview .title-text {
    padding-left: 2px;
    max-width: initial;
  }
  .content-container {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 0px 0px 30px;
  }
  .time-line {
    left: -2px;
  }
}
@media only screen and (max-width: 500px) {
  .tab-content {
    padding: 30px;
    scroll-margin: 400px;
  }
  .projects-content-grid {
    padding: 0px;
  }
  #skills-promo {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .web-skills {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 14px;
  }
  .web-skill-item {
    height: 80px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .web-skill-title {
    font-size: 28px;
  }
  .project-item {
    height: 300px;
  }
  .preview-logo-layer {
    bottom: 14px;
  }
  #portfolio-project .preview-logo {
    transform: initial;
  }
  #portfolio-project .preview-logo img {
    width: 58px;
  }
  #portfolio-project .logo-name-first {
    font-size: 24px;
  }
  #portfolio-project .logo-name-second {
    font-size: 14px;
    letter-spacing: 0.2px;
  }
  .project-title {
    padding: 0px 22px;
  }
  #contact {
    padding: 0px;
  }
  .contact-intro {
    padding: 30px 30px 0px 30px;
  }
  .contact-info {
    padding: 0px 30px;
  }
  .form-container {
    border-radius: 0px;
    background: #dbdbff;
    max-width: initial;
    padding-bottom: 60px;
  }
  .contact-content {
    row-gap: 40px;
    margin-bottom: 0px;
  }
  .project-window-images {
    min-height: 320px;
  }
  .nav-dock a[href$="/contact"] {
    display: none;
  }
  .project-window-points {
    padding: 30px 26px 38px 26px;
  }
  .project-window-title {
    font-size: 18px;
    height: 64px;
    padding-left: 84px;
  }
  .close-project-btn {
    height: 64px;
    width: 64px;
  }
  .close-btn-text {
    display: none;
  }
  .project-window {
    padding-top: calc(60px + 64px);
  }
  .project-btns {
    height: 72px;
  }
  .project-btn {
    flex-direction: column;
  }
  .form-wrapper {
    background: initial;
    padding: 10px;
    border: none;
  }
  #resume {
    padding-left: 0px;
    padding-right: 0px;
  }
  #resume .title-wrapper {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 376px) {
  .web-skill-tools {
    flex-direction: column;
    row-gap: 8px;
  }
}
/* loading spinner */
.sk-chase {
  width: 60px;
  height: 60px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: gainsboro;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.bounce-in {
  animation-name: bounce-in-from-left;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
}

.logo-fade-in {
  animation-name: logo-fade-in;
  animation-duration: 0.6s;
}

.meter {
  height: 14px;
  position: relative;
  background: #6d6dd7;
  border-radius: 25px;
  padding: 4px;
}

.meter > span {
  display: block;
  height: 100%;
  width: 90px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #a4a4ff;
  background-image: linear-gradient(center bottom, #cacaff 37%, #cacaff 69%);
  position: relative;
  overflow: hidden;
}

.red > span {
  background-color: #a4a4ff;
}

.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, #cacaff 25%, transparent 25%, transparent 50%, #cacaff 50%, #cacaff 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span::after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.meter > span::after,
.animate > span > span {
  animation: move 2s linear infinite;
}/*# sourceMappingURL=style.css.map */