@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Comfortaa&family=Lato&family=Poiret+One&family=Space+Mono&display=swap");
/* -------- remove default styling -------- */
* {
  padding: 0;
  margin: 0;
}

a:link {
  text-decoration: none;
  color: #f3f5f0;
}

a:visited {
  text-decoration: none;
  color: #f3f5f0;
}

p {
  margin-bottom: 1em;
}

/* -------- global styles -------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 130%;
  background-color: #18191b;
  color: #f3f5f0;
}

h2 {
  font-family: "Audiowide", cursive;
  font-size: 250%;
  letter-spacing: 0.1em;
  text-shadow: -0.0625rem 0.125rem 0.0625rem darkslategray;
  text-align: center;
}

hr {
  width: 70%;
  height: 0.0625rem;
  border-radius: 50% 50% 50% 50%;
  background: radial-gradient(#b7b8b4, #7de811);
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.625rem 0.0625rem rgba(255, 255, 255, 0.082);
          box-shadow: 0.0625rem 0.0625rem 0.625rem 0.0625rem rgba(255, 255, 255, 0.082);
  margin: auto;
}

section {
  padding: 6rem 0rem 3rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-height: 85vh;
  overflow: hidden;
}

/* -------- section styling -------- */
nav {
  position: fixed;
  width: 100vw;
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  background-color: #18191b;
  border-bottom: 0.1875rem solid #7de811;
  -webkit-box-shadow: 0rem 0rem 0.9375rem 0.0625rem rgba(0, 0, 0, 0.295);
          box-shadow: 0rem 0rem 0.9375rem 0.0625rem rgba(0, 0, 0, 0.295);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav h1 {
  font-family: "Comfortaa", cursive;
  text-transform: uppercase;
  color: #7de811;
  letter-spacing: 0.3125rem;
  text-align: center;
  line-height: normal;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  height: 100%;
  min-height: 4rem;
}
nav ul .burger {
  display: inherit;
}
nav ul .burgerItem {
  display: none;
}
@media screen and (min-width: 768px) {
  nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav ul .burger {
    display: none;
  }
  nav ul .burgerItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
nav ul #headingLi {
  width: 150%;
}
nav ul a {
  height: 100%;
  min-height: 4rem;
  width: 50%;
  margin: 0 5vw 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav ul a li {
  position: relative;
  top: 0em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
nav ul a:hover {
  background-color: #5711d5;
  -webkit-box-shadow: 0px 5px 0px 0px black;
          box-shadow: 0px 5px 0px 0px black;
}
nav ul a:hover li {
  top: -0.4em;
  text-shadow: 1px 1px 10px black;
}
nav #headingLi {
  display: none;
}

#title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 75vh;
  height: 75vh;
  background-color: #18191b;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.375)), to(rgba(7, 7, 7, 0.5))), url("assets/header-background.png");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.375), rgba(7, 7, 7, 0.5)), url("assets/header-background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
  background-size: auto 100%;
}
#title .headerContents {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "hex" "title" "lines";
  margin: 20%;
  -webkit-filter: drop-shadow(0.2rem 0.16rem 0.01rem rgba(58, 58, 58, 0.9));
          filter: drop-shadow(0.2rem 0.16rem 0.01rem rgba(58, 58, 58, 0.9));
}
@media screen and (min-width: 600px) {
  #title .headerContents {
    margin: 40%;
    grid-template-columns: auto auto;
    grid-template-areas: ". hex" "title hex" "title hex" "lines hex";
  }
}
#title .headerContents h1 {
  grid-area: title;
  font-family: "Comfortaa", cursive;
  text-transform: uppercase;
  color: #7de811;
  font-size: calc(1.5rem + 2vw);
  letter-spacing: 0.3125rem;
  line-height: 120%;
  word-spacing: 9999rem;
}
#title .headerContents .linesMotif {
  width: 100%;
  grid-area: lines;
  position: relative;
  left: 5vw;
  top: 4vh;
}
#title .headerContents .hexMotif {
  height: 5em;
  justify-self: end;
  grid-area: hex;
  position: relative;
  right: 3vw;
}
@media screen and (min-width: 768px) {
  #title .headerContents .hexMotif {
    height: 5em;
    bottom: 4vh;
  }
}
@media screen and (min-width: 1200px) {
  #title .headerContents .hexMotif {
    height: 100%;
    bottom: 12vh;
  }
}

#about .skillsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-size: 150%;
  letter-spacing: 0.125rem;
  line-height: 1.2em;
  text-shadow: 0.3125rem 0.375rem 0.21875rem #5711d5;
}
#about .skillsContainer div {
  margin-top: 3rem;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
@media screen and (min-width: 768px) {
  #about .skillsContainer div {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #about .skillsContainer div {
    width: 33%;
  }
}
#about .skillsContainer .skillsContent {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#about .skillsContainer p {
  z-index: 3;
  font-family: "Space Mono", monospace;
  margin-top: 0.5em;
}
#about .skillsContainer img {
  z-index: 2;
  height: 3.125rem;
}
#about .skillsContainer svg {
  z-index: -1;
  width: 17rem;
}
#about .skillsContainer svg g > path {
  fill: #232529;
}
#about .skillsContainer #about1 .skillsContent {
  left: 55%;
}
#about .skillsContainer #about1 svg {
  width: 52%;
  -webkit-filter: drop-shadow(0.25rem 0.25rem 0.1875rem rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0.25rem 0.25rem 0.1875rem rgba(0, 0, 0, 0.7));
}
@media screen and (min-width: 768px) {
  #about .skillsContainer #about2 {
    margin-top: 130px;
  }
}
#about .skillsContainer #about2 svg {
  margin-top: 2rem;
  width: 45%;
  -webkit-filter: drop-shadow(-0.375rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.7));
  filter: drop-shadow(-0.375rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.7));
  -webkit-transform: rotate(-29.5deg);
          transform: rotate(-29.5deg);
}
@media screen and (min-width: 992px) {
  #about .skillsContainer #about3 {
    margin-top: 400px;
  }
}
#about .skillsContainer #about3 .skillsContent {
  top: 10%;
}
#about .skillsContainer #about3 svg {
  -webkit-filter: drop-shadow(0rem 0.25rem 0.1875rem rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0rem 0.25rem 0.1875rem rgba(0, 0, 0, 0.7));
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

#contact {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact h2 {
  margin-bottom: 6rem;
}

/* -------- PAGE ELEMENTS -------- */
.projectsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectsContainer .cardContainer {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .projectsContainer .cardContainer {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .projectsContainer .cardContainer {
    width: 33%;
  }
}
.projectsContainer .projectCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem;
  padding: 1.25rem;
  min-width: 14rem;
  border-radius: 2%;
  border: 0.0625rem solid #b7b8b4;
  -webkit-box-shadow: 0.3125rem 0.3125rem 0.625rem 0rem black;
          box-shadow: 0.3125rem 0.3125rem 0.625rem 0rem black;
  color: #b7b8b4;
  background-color: #232529;
}
.projectsContainer .projectCard h3 {
  font-family: "Space Mono", monospace;
  letter-spacing: 0.05rem;
  font-weight: 100;
  font-size: 160%;
  text-align: center;
  color: #44b7e4;
  margin-bottom: 1em;
}
.projectsContainer .projectCard .projectDesc {
  min-height: 2.3em;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  text-align: center;
}
.projectsContainer .projectCard h4 {
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.projectsContainer .projectCard h4:hover {
  color: #44b7e4;
  text-shadow: 0px 0px 0.5px black;
}
.projectsContainer .projectCard ul {
  position: relative;
  right: 0.5em;
  margin: auto;
  margin-bottom: -0.5em;
  overflow: hidden;
  list-style: circle;
  list-style-position: inside;
  -webkit-transition: opacity 0.5s, max-height 1s;
  transition: opacity 0.5s, max-height 1s;
}
.projectsContainer .projectCard .techLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projectsContainer .projectCard .techLogos img {
  background-color: #e6eae1;
  border-radius: 5%;
  padding: 0.5rem;
  -webkit-box-shadow: 0rem 0rem 0.1875rem 0.125rem #5711d5;
          box-shadow: 0rem 0rem 0.1875rem 0.125rem #5711d5;
  height: 2rem;
  margin: 1.8rem 1rem 0rem 1rem;
}
.projectsContainer .projectCard .bottomCardRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.5em 0.4em 0em 0.4em;
}
.projectsContainer .projectCard .bottomCardRow .githubLogo {
  width: 30px;
  margin-right: 1em;
}
.projectsContainer .projectCard .bottomCardRow .projectLink {
  text-align: right;
  margin-bottom: 0;
  font-size: 110%;
}
.projectsContainer .projectCard .bottomCardRow .projectLink a {
  display: inline-block;
}
.projectsContainer .projectCard .bottomCardRow .projectLink a:hover {
  -webkit-animation: shuffle 1s ease-in infinite;
          animation: shuffle 1s ease-in infinite;
}
@-webkit-keyframes shuffle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
    color: #44b7e4;
    text-shadow: 0px 0px 2px black;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    color: #f3f5f0;
  }
}
@keyframes shuffle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
    color: #44b7e4;
    text-shadow: 0px 0px 2px black;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    color: #f3f5f0;
  }
}
.projectsContainer .projectCard .bottomCardRow .fa-arrow-right {
  font-size: 80%;
}

.zoomItem {
  -webkit-transition: -webkit-transform 0.5s !important;
  transition: -webkit-transform 0.5s !important;
  transition: transform 0.5s !important;
  transition: transform 0.5s, -webkit-transform 0.5s !important;
}

.zoomItem:hover {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
/*# sourceMappingURL=styles.css.map */