html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #f9f9f9;
  font-family: "Merriweather Sans", sans-serif;
  transition: 0.4s ease;
  width: calc(100% - 37.5%);
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  display: inline-block;
  width: 100%;
}

section {
  padding: 50px 0;
}

@media (max-width: 1200px) {
  body {
    width: calc(100% - 25%);
  }
}
@media (max-width: 900px) {
  body {
    width: 100%;
  }
}
.alternateBackground {
  background-color: #262626;
  content: "";
  height: 100%;
  width: 100%;
}

.backToTopContainer {
  padding-bottom: 80px;
}
.backToTopContainer .backToTop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #262626;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  width: 230px;
}
.backToTopContainer .backToTopIcon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #262626;
  display: block;
  height: 80px;
  margin-right: 20px;
  text-align: center;
  text-shadow: 0 24px 0 #61d58e;
  width: 80px;
}

.navLink {
  color: #262626;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  left: -100%;
  opacity: 0;
  position: absolute;
  text-decoration: underline;
  transition: 0.4s ease;
}
.navLink:focus {
  background-color: #61d58e;
  border: 2px solid #262626;
  left: 0;
  opacity: 1;
  outline: none;
  padding: 5px 20px;
}

.sectionStatement {
  color: #262626;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.sectionText {
  color: #262626;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.sectionTitle {
  color: #262626;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}

.sectionWrapper {
  margin: 0 auto;
  width: 80%;
}

.subSectionHeading {
  color: #262626;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
  position: relative;
}

.subSectionHeading::after {
  background-color: #61d58e;
  border-radius: 100px;
  content: "";
  height: calc(100% + 20px);
  left: -80px;
  min-width: 280px;
  position: absolute;
  top: -10px;
  width: 80%;
  z-index: -10;
}

.wrapper {
  margin: 0 0 0 auto;
  max-width: 900px;
  width: 85%;
}

@media (max-width: 1200px) {
  .wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .sectionWrapper {
    width: 100%;
  }
  .subSectionHeading::after {
    min-width: 325px;
    width: 90%;
  }
  .wrapper {
    width: 95%;
  }
}
.mainHeader {
  background-color: #61d58e;
  width: 100%;
}

.mainHeaderContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  width: 80%;
}

.pageTitle {
  color: #262626;
  font-size: 10rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  font-family: "Archivo Black", sans-serif;
  z-index: 20;
}

.pageTitleBlock {
  display: block;
}

.headerImageContainer {
  border-radius: 50%;
  height: 200px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 5%;
  transition: 0.4s ease;
  width: 200px;
  z-index: 20;
}
.headerImageContainer:hover {
  transform: scale(1.1) rotate(10deg);
}

@keyframes slideDown {
  0% {
    opacity: 1;
    transform: translateY(-50px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
}
.waveEmojiAnimation {
  display: inline-block;
}

.waveEmojiAnimation:hover {
  animation: shake linear 1s 5;
}

@media (max-width: 1200px) {
  .pageTitle {
    font-size: 10rem;
  }
}
@media (max-width: 900px) {
  .headerImageContainer {
    left: calc(50% - 200px / 2);
    z-index: 40;
  }
}
@media (max-width: 768px) {
  .pageTitle {
    font-size: 9rem;
  }
  .headerImageContainer {
    height: 150px;
    left: calc(50% - 150px / 2);
    width: 150px;
  }
}
@media (max-width: 500px) {
  .mainHeaderContainer {
    width: 100%;
  }
  .pageTitle {
    font-size: 6rem;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .pageTitle {
    font-size: 4rem;
  }
}
.fixedNavMenu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #262626;
  border-left: 2px solid #f9f9f9;
  height: 100vh;
  min-width: 250px;
  padding: 70px 50px;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.4s ease;
  width: 37.5%;
}

.menuPageNumber,
.navMenu,
.navSocialList {
  width: 70%;
}

.menuPageNumber {
  color: #f9f9f9;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 5px 10px;
}

.currentPageNumber {
  color: #61d58e;
}

.navTitle {
  color: #f9f9f9;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.navTitle .navTitleLink {
  border: 1px solid transparent;
  color: #f9f9f9;
  padding: 5px 10px;
  position: relative;
  transition: 0.8s ease;
}
.navTitle .navTitleLink:focus {
  border: 1px solid #61d58e;
  outline: none;
}
.navTitle .navTitleLink:hover {
  color: #61d58e;
}
.navTitle .navTitleLink::before {
  background-color: #f9f9f9;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  right: 0;
  position: absolute;
  transition: 0.4s ease;
  width: 100%;
}
.navTitle .navTitleLink:hover::before {
  background-color: #61d58e;
  width: 0;
}

.navMenu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-basis: 60%;
}

.navList {
  margin: 50px 0;
  width: 100%;
}
.navList .navListItem {
  color: #f9f9f9;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 3px;
  margin: 15px 0;
  width: 100%;
}
.navList .navListItemLink {
  border: 1px solid transparent;
  color: #f9f9f9;
  padding: 5px 10px;
  transition: 0.3s ease;
  width: 100%;
}
.navList .navListItemLink:hover {
  color: #61d58e;
}
.navList .navListItemLink:focus {
  border: 1px solid #61d58e;
  outline: none;
}
.navList .navListItemLink.activeNavLink {
  background-color: #262626;
  color: #61d58e;
  width: 100%;
}

.navSocialList {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
}
.navSocialList .navSocialListItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  height: 40px;
  margin: 5px;
  padding: 5px;
  width: 40px;
}
.navSocialList .navSocialLink {
  color: #f9f9f9;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 1px;
  transition: 0.3s ease;
}
.navSocialList .navSocialLink:active, .navSocialList .navSocialLink:focus, .navSocialList .navSocialLink:hover {
  color: #61d58e;
  outline: none;
}

.hamburgerContainer {
  z-index: 60;
}

.hamburgerToggler {
  display: none;
  height: 75px;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  visibility: hidden;
  width: 75px;
}

.hamburger {
  display: none;
  opacity: 0;
  transition: 0.4s ease;
  visibility: hidden;
}

@media (max-width: 1200px) {
  .fixedNavMenu {
    padding: 50px 20px;
    width: 25%;
  }
  .menuPageNumber,
  .navMenu,
  .navSocialList {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .fixedNavMenu {
    border-left: 4px solid #f9f9f9;
    justify-content: flex-start;
    padding: 40px 0;
    right: -100%;
    width: 37.5%;
    z-index: 50;
  }
  .showMenu {
    right: 0;
  }
  .hamburgerToggler {
    cursor: pointer;
    display: inline-block;
    opacity: 0;
    visibility: visible;
    z-index: 80;
  }
  .hamburgerToggler:hover + .hamburger {
    background-color: #e0f5e8;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #61d58e;
    border-radius: 50%;
    bottom: 20px;
    box-shadow: 0px 0px 6px #262626;
    display: default;
    height: 75px;
    opacity: 1;
    position: fixed;
    right: 20px;
    visibility: visible;
    width: 75px;
    z-index: 60;
  }
  .middleLineContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 40px;
  }
  .middleLine {
    background-color: #262626;
    height: 5px;
    position: relative;
    transition: 0.4s ease;
    width: 27.5px;
  }
  .middleLine::before, .middleLine::after {
    background-color: #262626;
    bottom: auto;
    content: "";
    height: 5px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    transition: 0.4s ease;
    width: 40px;
  }
  .middleLine::before {
    top: -15px;
  }
  .middleLine::after {
    bottom: -15px;
  }
  .navList {
    margin: 30px 0;
  }
  .menuPageNumber {
    flex-basis: 10%;
  }
  .navMenu {
    flex-basis: 55%;
  }
  .navSocialList {
    flex-basis: 7.5%;
  }
  .whiteHamburger {
    background-color: #f9f9f9;
  }
  .whiteHamburger .middleLine {
    width: 0;
  }
  .whiteHamburger .middleLine::before {
    -webkit-transform: translate(-5px, 15px) rotate(45deg);
    transform: translate(-5px, 15px) rotate(45deg);
    width: 50px;
  }
  .whiteHamburger .middleLine::after {
    -webkit-transform: translate(-5px, -15px) rotate(-45deg);
    transform: translate(-5px, -15px) rotate(-45deg);
    width: 50px;
  }
}
.resumeBreak {
  background-color: #61d58e;
  border-radius: 50px;
  height: 100px;
  margin: 40px 0;
  position: relative;
  transition: 0.4s ease;
  width: 125%;
  z-index: 20;
}

.resumeBreakList {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  margin: 0 auto;
  padding-left: 20px;
}

.resumeBreakListItem {
  color: #262626;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1.1px;
  margin: 0 10px;
  padding: 10px 40px;
}
.resumeBreakListItem .resumeBreakLink {
  color: #262626;
  position: relative;
  text-transform: uppercase;
  transition: 0.4s ease;
}
.resumeBreakListItem .resumeBreakLink::before {
  background-color: #262626;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  right: 0;
  position: absolute;
  transition: 0.4s ease;
  width: 100%;
}
.resumeBreakListItem .resumeBreakLink:hover::before {
  background-color: #f9f9f9;
  width: 0;
}
.resumeBreakListItem .resumeBreakLink:active, .resumeBreakListItem .resumeBreakLink:focus {
  outline: none;
}
.resumeBreakListItem .resumeBreakLink:active::before, .resumeBreakListItem .resumeBreakLink:focus::before {
  background-color: #f9f9f9;
}

.symbolsContainer {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 50px;
  margin: 40px 0 0;
}

.symbolContainer:hover > .iconHeading {
  transform: translateX(-20px);
}

.iconContainer {
  background-color: #e0f5e8;
  border-radius: 10px;
  height: 100px;
  margin-bottom: 20px;
  padding: 5px;
  width: 100px;
}
.iconContainer img {
  width: 100%;
}

.iconHeading {
  color: #262626;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  position: relative;
  transition: 0.4s ease;
}
.iconHeading::before {
  background-color: transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  right: 0;
  position: absolute;
  transition: 0.4s ease;
  width: 100%;
}

.iconText {
  color: #262626;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  line-height: 1.6;
}

.aboutFloatingBox {
  background-color: #61d58e;
  float: right;
  margin-bottom: 20px;
  position: relative;
  right: -50px;
  width: 350px;
}

.floatingBoxList {
  padding: 0 50px;
}

.floatingBoxListItem {
  margin: 50px 0;
}

.floatingContactHeading {
  color: #262626;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px 0;
}

.floatingContactInfo {
  color: #262626;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 1px;
}

@media (max-width: 1400px) {
  .symbolsContainer {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .resumeBreak {
    left: -70px;
  }
}
@media (max-width: 650px) {
  .resumeBreak {
    height: auto;
    left: 0;
    width: 100%;
  }
  .resumeBreakList {
    align-items: stretch;
    flex-direction: row;
    padding: 40px;
    row-gap: 10px;
    text-align: left;
  }
  .resumeBreakListItem {
    font-size: 2rem;
    margin: 0;
    padding: 10px 20px;
  }
  .symbolContainer:hover > .iconHeading {
    letter-spacing: 5px;
    transform: translateX(10px);
  }
}
@media (max-width: 550px) {
  .aboutFloatingBox {
    float: none;
    margin: 0 auto 40px;
    padding: 20px 0;
    position: static;
    width: 80%;
  }
  .floatingBoxList {
    margin: 0 auto;
    padding: 0 30px;
    width: min-content;
  }
}
@media (max-width: 400px) {
  .symbolsContainer {
    grid-template-columns: 1fr;
  }
  .symbolContainer:nth-child(2n) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
  }
  .aboutFloatingBox {
    width: 90%;
  }
  .floatingBoxList {
    padding: 0 10px;
  }
}
.projects .sectionWrapper {
  overflow: hidden;
  position: relative;
  left: 10%;
  width: 100%;
}

.projectsContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 100px 450px;
  grid-auto-rows: 450px;
  max-width: 100%;
  position: relative;
  width: 54vw;
  z-index: 10;
}

.projectsGuide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #61d58e;
  background-position: top center;
  background-size: cover;
  border: 4px solid #f9f9f9;
  border-left: 2px solid #f9f9f9;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  grid-area: 1/1/span 1/span 2;
}
.projectsGuide .projectsGuideText::after {
  color: #262626;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  content: "Hover on project for details";
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}

.projectPreview {
  border: 2px solid #f9f9f9;
  overflow: hidden;
  position: relative;
}
.projectPreview:active, .projectPreview:focus {
  outline: none;
}

.positiveVibesBoard {
  background-image: url(../assets/positive-vibes-only.webp), url(../assets/positive-vibes-only.png);
  background-position: top center;
  background-size: cover;
  border-right: 4px solid #f9f9f9;
  border-top: 4px solid #f9f9f9;
  grid-area: 2/1/span 1/span 2;
}

.pokemonBlackjack {
  background-image: url(../assets/pokemon-blackjack.webp), url(../assets/pokemon-blackjack.png);
  background-position: center center;
  background-size: cover;
  grid-area: 3/1/span 2/span 1;
}

.cratedigger {
  background-image: url(../assets/cratedigger.webp), url(../assets/cratedigger.png);
  background-position: center center;
  background-size: cover;
  border-right: 4px solid #f9f9f9;
  grid-area: 3/2/span 1/span 1;
}

.captured {
  background-image: url(../assets/captured.webp), url(../assets/captured.png);
  background-position: center center;
  background-size: cover;
  border-right: 4px solid #f9f9f9;
  grid-area: 4/2/span 1/span 1;
}

.scattergories {
  background-image: url(../assets/scattergories.webp), url(../assets/scattergories.png);
  background-position: top center;
  background-size: cover;
  border-bottom: 4px solid #f9f9f9;
  border-right: 4px solid #f9f9f9;
  border-radius: 0 0 20px 20px;
  grid-area: 5/1/span 1/span 2;
}

.noBgImage {
  background-image: none;
}

.projectPreview:hover > .projectDetails,
.projectPreview:focus > .projectDetails,
.projectFocused > .projectDetails {
  opacity: 0.9;
  left: 0;
}

.projectDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #262626;
  color: #f9f9f9;
  height: calc(100% - 75px);
  left: -100%;
  opacity: 0;
  padding: 20px 30px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: 0.4s ease;
  width: 100%;
  z-index: 10;
}
.projectDetails .projectTitle {
  color: #f9f9f9;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.projectDetails .projectDescription {
  color: #f9f9f9;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 1.2px;
  line-height: 1.4;
  margin-top: 20px;
}
.projectDetails .projectDescription .teamLink {
  color: #61d58e;
  text-decoration: underline;
}
.projectDetails .projectStack {
  color: #f9f9f9;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.4;
  margin-top: 20px;
}

.projectLinksContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #262626;
  border-top: 1px solid #f9f9f9;
  bottom: 0;
  height: 75px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.projectLinksContainer .projectLink {
  color: #61d58e;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  border: 2px solid transparent;
  margin: 20px;
  padding: 5px;
  text-decoration: underline;
}
.projectLinksContainer .projectLink:active, .projectLinksContainer .projectLink:focus {
  border-color: #61d58e;
  color: #f9f9f9;
  outline: none;
}

@media (max-width: 1250px) {
  .projectDetails {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .projectsContainer {
    grid-auto-rows: 300px;
    grid-template-columns: 1fr;
    grid-template-rows: 100px 300px;
    width: 120%;
    z-index: 10;
  }
  .projectsContainer * {
    grid-column: 1/span 1;
  }
  .projectsGuide,
  .projectPreview {
    border: 2px solid #f9f9f9;
    width: 100%;
  }
  .projectsGuide {
    grid-row: 1/span 1;
  }
  .positiveVibesBoard {
    grid-row: 2/span 1;
  }
  .pokemonBlackjack {
    grid-row: 3/span 1;
    background-position: bottom -230px center;
  }
  .cratedigger {
    grid-row: 4/span 1;
  }
  .captured {
    background-position: center left;
    grid-row: 5/span 1;
  }
  .scattergories {
    grid-row: 6/span 1;
  }
}
@media (max-width: 1024px) {
  .projectsGuide .projectsGuideText::after {
    content: "Click on project for details";
  }
}
@media (max-width: 950px) {
  .projects .sectionWrapper {
    left: 5%;
    overflow: hidden;
    width: 90%;
  }
  .projectsGuide .projectsGuideText::after {
    font-size: 2rem;
  }
}
@media (max-width: 650px) {
  .projects .sectionWrapper {
    left: 0;
    width: 100%;
  }
  .projectsContainer {
    width: 100%;
  }
  .projectsGuide .projectsGuideText::after {
    font-size: 1.6rem;
    text-align: center;
  }
  .projectDetails {
    padding: 10px 20px;
  }
  .projectDetails .projectTitle {
    font-size: 2.8rem;
  }
  .projectDetails .projectDescription {
    font-size: 1.4rem;
  }
  .pokemonBlackjack {
    background-position: bottom -300px center;
  }
}
@media (max-width: 360px) {
  .projectsGuide .projectsGuideText::after {
    font-size: 1.2rem;
  }
}
.skillsContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #f9f9f9;
  flex-wrap: wrap;
  padding: 10px;
  width: 100%;
}

.skillContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #262626;
  border-radius: 10px;
  height: 150px;
  margin: 10px;
  padding: 5px;
  text-align: center;
  width: 115px;
}

.skillIconContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-basis: 80%;
  font-size: 7rem;
  transition: transform 0.2s ease;
  width: 80px;
}

.fas {
  font-size: 6rem;
}

.skillTitle {
  color: #262626;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 1px;
  flex-basis: 20%;
}

.skillContainer:hover .skillIconContainer {
  transform: scale(1.25);
}

.skillContainer:hover i {
  text-shadow: 1px 1px 2px #262626;
}

.skillHTML:hover {
  color: #e54d26;
}

.skillCSS:hover {
  color: #3d8fc6;
}

.skillJavaScript:hover {
  color: #f0db4f;
}

.skillReact:hover {
  color: #61dafb;
}

.skillFirebase:hover {
  color: #f58220;
}

.skillSass:hover {
  color: #cc6699;
}

.skillJQuery:hover {
  color: #0769ad;
}

.skillResponsive:hover {
  color: #5bc452;
}

.skillAccessible:hover {
  color: #881cf4;
}

.skillRest:hover {
  color: #f5dc4e;
}

.skillGit:hover {
  color: #f34f29;
}

.skillGitHub:hover {
  color: #0366d6;
}

.skillTesting:hover {
  color: #99425b;
}

.skillMERN:hover {
  color: #4faa41;
}

.skillTypeScript:hover {
  color: #007acc;
}

.skillTailwind {
  color: black;
}
.skillTailwind:hover {
  color: #38bdf8;
}

.skillVue:hover {
  color: #41b883;
}

.skillNode:hover {
  color: #5fa04e;
}

.skillVitest:hover {
  color: #FCC72B;
}

.skillCypress:hover {
  color: #69d3a7;
}

.skillVite:hover {
  color: #bd34fe;
}

.skillWebpack:hover {
  color: #1c78c0;
}

.skillDocker:hover {
  color: #019BC6;
}

.skillTerraform:hover {
  color: #5c4ee5;
}

.skillGCP:hover {
  color: #ea4535;
}

.skillPython:hover {
  color: #5A9FD4;
}

.skills .subSectionHeading {
  margin-top: 50px;
}

@media (max-width: 500px) {
  .skillContainer {
    height: 120px;
    margin: 5px;
    width: 100px;
  }
  .skillIconContainer {
    font-size: 5rem;
  }
  .fas {
    font-size: 5rem;
  }
  .skillTitle {
    font-size: 1.4rem;
  }
  .skillContainer:hover .skillIconContainer {
    transform: scale(1.15);
  }
}
.experience .sectionTitle {
  color: #f9f9f9;
}

.roleDetails {
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.roleDetails:last-child {
  border-bottom: none;
}

.experienceTitle {
  color: #61d58e;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.experienceInfo {
  color: #e0f5e8;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  font-style: italic;
  margin-bottom: 20px;
}

.experiencePoints {
  padding: 0 20px;
}

.experienceItem {
  color: #f9f9f9;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  list-style-type: square;
  margin: 20px 0;
}

.contactContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #262626;
  border-bottom: 2px solid #f9f9f9;
  height: 100px;
  margin-bottom: 50px;
  padding: 0 20px;
  width: 100%;
}

.contactDetailContainer {
  color: #f9f9f9;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  flex-basis: 80%;
}

.contactMethodContainer {
  color: #61d58e;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  flex-basis: 20%;
  text-align: right;
}

.contactSubHeading {
  color: #262626;
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 1.5px;
}

.contactForm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
  row-gap: 20px;
  width: 100%;
}

.nameField,
.emailField,
.messageField,
.formSubmitButton {
  color: #262626;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: default;
  background-color: #f9f9f9;
  border: none;
  border-bottom: 1px solid #262626;
  border-radius: 0;
  line-height: 1.6;
  margin-bottom: 20px;
  outline: none;
  padding: 10px;
  width: 100%;
}

.messageField {
  border-radius: 0;
  resize: none;
}

.formSubmitButton {
  background-color: #61d58e;
  border: 1px solid #61d58e;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
}

.formSubmitButton:active,
.formSubmitButton:focus,
.formSubmitButton:hover {
  border-color: #262626;
  outline: none;
}

.hideList {
  font-size: 0rem;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}

@media (max-width: 500px) {
  .contactContainer {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .contactDetailContainer {
    flex-basis: auto;
    font-size: 1.6rem;
  }
  .contactMethodContainer {
    flex-basis: auto;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
