/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style-type: none;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  overflow-x: hidden;
}

span,
a,
a:visited,
a:focus,
a:target {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4 {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 2px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p, a, li, button {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 2px;
}

menu, nav, ul {
  margin: 0;
  padding: 0;
}

#projectGrid::-webkit-scrollbar, .gallery::-webkit-scrollbar {
  height: 10px;
}

#projectGrid::-webkit-scrollbar-track {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(2, 0, 36, 0) 48%, rgb(1, 214, 164) 53%, rgba(0, 212, 255, 0) 58%, rgba(0, 212, 255, 0) 100%);
}

.gallery::-webkit-scrollbar-track {
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(2, 0, 36, 0) 48%, rgb(1, 214, 164) 53%, rgba(0, 212, 255, 0) 58%, rgba(0, 212, 255, 0) 100%);
}

#projectGrid::-webkit-scrollbar-thumb, .gallery::-webkit-scrollbar-thumb {
  border: 1px solid #01d6a4;
  background: #001A14;
}

#projectGrid::-webkit-scrollbar-thumb:hover, .gallery::-webkit-scrollbar-thumb:hover {
  background: #01d6a4;
}

#mainNav {
  position: fixed;
  right: 80px;
  top: 30px;
  bottom: 40px;
  width: 45px;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
#mainNav #navCircleContUp, #mainNav #navCircleContDown {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 2px solid #01d6a4;
  border-radius: 50px;
}
#mainNav > hr {
  top: 25%;
  height: 50%;
  border-color: #01d6a4;
  position: relative;
}
#mainNav ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mainNav .NavCircle {
  background-color: #F2F2F2;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  margin-bottom: 15px;
  border: 1px solid #000206;
  box-shadow: 0px 2px 0 0 #01d6a4;
  z-index: 5;
}
#mainNav .NavCircle:nth-child(5) {
  position: absolute;
  top: 34.5%;
  right: -40px;
}
#mainNav .NavCircle:hover {
  background-color: #01d6a4;
  transform: scale(1.1);
  box-shadow: 0px 2px 0 2px #01d6a4;
}
#mainNav #navSubLine {
  position: absolute;
  top: 38%;
  right: -20px;
  border-color: #01d6a4;
  width: 40px;
  z-index: 4;
}
#mainNav .activeNav {
  background-color: #01d6a4;
  box-shadow: 0px 2px 0 2px #01d6a4;
}

#mobileMenu {
  display: block;
  position: fixed;
  top: 0;
  width: 110%;
  height: 100vh;
  background: linear-gradient(to bottom, #001A14, #000206);
  z-index: 3;
  overflow-y: scroll;
  right: -110vw;
}
#mobileMenu menu {
  list-style: none;
  text-decoration: none;
  padding: 10px 10px 30px 50px;
  margin: 0px;
  position: relative;
  top: 100px;
}
#mobileMenu menu ul {
  list-style: none;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
#mobileMenu menu ul a {
  color: #fff;
  font-size: 18px;
}
#mobileMenu menu ul a:hover {
  color: #01d6a4;
}
#mobileMenu menu ul hr {
  margin: 9px auto;
  border-color: #01d6a4;
  width: 30px;
}
#mobileMenu.openMenu {
  right: -4vw;
}

.hamburger-icon {
  position: absolute;
  right: 10px;
  top: 35px;
  cursor: pointer;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  #mainNav {
    display: flex;
  }
  .hamburger-icon {
    display: none;
  }
  #mobileMenu {
    display: none;
  }
}
html.menuoverflow {
  overflow-y: hidden;
}

#projectImage {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(/images/projects-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 100%;
  filter: brightness(0.2) saturate(1);
  z-index: 1;
}
#projectImage:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  pointer-events: none;
}

#projectTop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.socialMenu {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  left: 10px;
  top: 40px;
  z-index: 3;
}
.socialMenu #linkedInIcon {
  padding-right: 15px;
}
.socialMenu img {
  width: 40px;
  height: 40px;
}
.socialMenu img:hover {
  transform: scale(1.1);
}
.socialMenu a {
  display: inline-block;
  height: 40px;
}

.fontLogo {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.fontLogo .fontLogoStrip {
  width: 190px;
  height: 10px;
  background-color: #F2F2F2;
}
.fontLogo h3 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
  padding-top: 30px;
  line-height: 38px;
}

#projectReturn {
  z-index: 4;
  position: absolute;
  display: none;
  align-items: center;
  top: 30px;
  right: 120px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #01d6a4;
  font-size: 18px;
}
#projectReturn:hover img {
  transform: scale(1.2);
}
#projectReturn img {
  width: 100%;
  height: 100%;
  padding-right: 4px;
  margin-right: 13px;
}

#headerContent {
  z-index: 2;
  position: relative;
  padding: 20% 1% 10%;
}
#headerContent #projectTime {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  align-items: flex-start;
  justify-content: space-around;
  text-align: center;
}
#headerContent #projectTime .projectTimeItem h2 {
  font-size: 18px;
}
#headerContent #projectDesc {
  text-align: center;
  width: 95%;
  margin: 60px auto 0;
}
#headerContent #overviewData {
  text-align: center;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
#headerContent #overviewData > div {
  flex: 1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 30px;
}

.projectSection {
  position: relative;
  z-index: 2;
  padding: 20px 10px;
}
.projectSection > img {
  position: relative;
  top: -15px;
}
.projectSection .sectionLeft, .projectSection .sectionRight {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.projectSection .sectionLeft p, .projectSection .sectionRight p {
  padding-right: 10px;
  width: 100%;
}
.projectSection .sectionLeft picture, .projectSection .sectionRight picture {
  width: 100%;
  padding-top: 20px;
}
.projectSection .sectionLeft picture img, .projectSection .sectionRight picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
.projectSection .sectionLeft a, .projectSection .sectionRight a {
  color: #01d6a4;
}
.projectSection .sectionRight p {
  padding-left: 10px;
}
.projectSection h2 {
  font-size: 20px;
}

#gallerySec > img {
  display: block;
  margin: 0 auto;
}
#gallerySec .gallery-item {
  -o-object-position: top;
     object-position: top;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 600px;
  max-height: 600px;
}

.Right h2 {
  text-align: right;
}
.Right > img {
  display: block;
  margin-left: auto;
}

.gallery {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: auto;
  white-space: nowrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 20px 0;
}

.idleonTabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  justify-content: space-around;
}
.idleonTabs .tab {
  background: transparent;
  border: 1px solid #01d6a4;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
}
.idleonTabs .tab.activeTab {
  background: #01d6a4;
  color: #000206;
}
.idleonTabs .tab.activeTab:hover {
  background: #01d6a4;
}
.idleonTabs .tab:hover {
  background: #001A14;
}

#minecraft #sheetData iframe {
  width: 100%;
}

.google-dblImg picture {
  position: relative;
  display: inline-block;
  width: 45%;
}
.google-dblImg picture img {
  width: 100%;
  -o-object-position: top;
     object-position: top;
}

.speadsheetData iframe {
  position: relative;
  height: 600px;
  border: none;
  width: 100%;
}

#sec8Content div {
  display: flex;
  flex-wrap: wrap;
}
#sec8Content div:nth-of-type(2) {
  margin-top: 20px;
}
#sec8Content ul {
  list-style-type: disc;
  padding-left: 40px;
}

@media screen and (min-width: 1024px) {
  .fontLogo, #projectReturn {
    display: flex;
  }
  #headerContent {
    padding: 13% 10% 10%;
  }
  #headerContent #projectDesc {
    width: 70%;
  }
  #headerContent #overviewData {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #headerContent #projectTime {
    flex-wrap: nowrap;
  }
  #headerContent #projectTime .projectTimeItem h2 {
    font-size: 20px;
  }
  .projectSection {
    padding: 50px 40px;
  }
  .projectSection .sectionLeft {
    flex-direction: row;
  }
  .projectSection .sectionRight {
    flex-direction: row-reverse;
  }
  .projectSection .sectionLeft p, .projectSection .sectionRight p {
    width: 48%;
  }
  .projectSection .sectionLeft picture, .projectSection .sectionRight picture {
    width: 48%;
  }
  .projectSection .sectionLeft picture img, .projectSection .sectionRight picture img {
    height: 430px;
  }
}
@media screen and (min-width: 1440px) {
  .socialMenu {
    left: 40px;
  }
}/*# sourceMappingURL=projects.css.map */