h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #e8e9f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #e53d00;
}

.text-accent {
  color: #ffcf99;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 5rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #e8e9f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #e53d00;
}

.text-accent {
  color: #ffcf99;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 5rem;
  }
}
.projects__card {
  background-color: #2d2d31;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 25px 0px;
  box-shadow: 0px 10px 13px -10px #000000, 1px 9px 13px 4px rgba(0, 0, 0, 0.33);
}
.projects__card__pic {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.projects__card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 0.5rem 1.5rem;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #e8e9f3;
}
.projects__card__info__stack {
  font-size: 2rem;
  padding: 0 2.5rem;
  border-bottom: 1px solid #e53d00;
}
.projects__card__info__desc {
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  padding: 0.7rem;
}
.projects__card__info__links {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 1rem;
  gap: 2rem;
}
.projects__card__info__links__link {
  border-radius: 25px;
  background-color: #ffcf99;
  color: #202023;
  text-decoration: none;
  padding: 0.3rem 1.6rem;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 10px 20px, rgba(0, 0, 0, 0.5) 0px 6px 6px;
}
.projects__card__info__detail {
  width: 100%;
  text-align: center;
  margin: auto;
  color: #e8e9f3;
  font-size: 1rem;
  width: 90%;
}

.projects .fa-react {
  color: #61dbfb;
}
.projects .fa-java {
  color: #5382a1;
}
.projects .fa-sass {
  color: #cd669a;
}
.projects .fa-bootstrap {
  color: #7b3ff9;
}
.projects .fa-html5 {
  color: #e34f26;
}
.projects .fa-css3-alt {
  color: #2965f1;
}
.projects .fa-js {
  color: #e7d44d;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #e8e9f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #e53d00;
}

.text-accent {
  color: #ffcf99;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 5rem;
  }
}
.navbar__menu {
  position: fixed;
  clip-path: polygon(0 0, 100% 0%, 100% 60%, 0 100%);
  transform: translateY(-100%);
  transition: transform 0.6s;
  width: 100%;
  height: 100vh;
  padding: 100px 20px;
  background-color: #ffcf99;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
}
.navbar__menu > li {
  margin-bottom: 50px;
}
.navbar__menu__item {
  color: #202023;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
}
.navbar__hamburger {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  color: #202023;
  border-radius: 50%;
  border: none;
  position: fixed;
  margin: 25px;
  z-index: 101;
}
.navbar__hamburger .closeIcon {
  display: none;
  padding: 10px 16px;
  font-size: 2.8rem;
  background-color: rgba(0, 0, 0, 0);
}
.navbar__hamburger .menuIcon {
  padding: 12px 15px;
  font-size: 2.3rem;
  background-color: #ffcf99;
  border-radius: 50%;
}

.showMenu {
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .navbar__menu > li {
    margin-bottom: 50px;
  }
  .navbar__menu__item {
    color: #202023;
    text-decoration: none;
    font-size: 1.8rem;
  }
  .navbar__hamburger {
    margin: 50px;
  }
  .navbar__hamburger .closeIcon {
    font-size: 3.5rem;
  }
  .navbar__hamburger .menuIcon {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar__menu {
    justify-content: center;
    height: 3rem;
    padding: 2rem 3rem;
    background-color: #2b2b2d;
    transform: translateY(0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #2b2b2d;
    clip-path: none;
    flex-direction: row;
  }
  .navbar__menu > li {
    margin-bottom: 0px;
  }
  .navbar__menu__item {
    color: #e8e9f3;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0 3rem;
  }
  .navbar__menu__item:hover {
    color: #ffcf99;
    transition: 0.3s;
  }
  .navbar__hamburger {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #e8e9f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #e53d00;
}

.text-accent {
  color: #ffcf99;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 5rem;
  }
}
.landing .landing__header {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landing .landing__header > * {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.landing .landing__header__title {
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
}
.landing .landing__header__desc {
  font-size: 2rem;
  text-align: center;
}

.explore__btn {
  background-color: #202023;
  border: none;
  padding: 7px 9px;
  text-align: center;
}
.explore__btn__links {
  text-decoration: none;
}
.explore__btn__cta {
  font-size: 1.75rem;
  margin-bottom: 10px;
}
.explore__btn__arrow {
  font-size: 1.5rem;
  animation: down-repeat 0.8s infinite;
}

@keyframes down-repeat {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media screen and (min-width: 768px) {
  .landing .landing__header {
    padding-bottom: 0px;
  }
  .landing .landing__header__title {
    font-size: 4.5rem;
  }
  .landing .landing__header__desc {
    font-size: 2.5rem;
  }

  .explore__cta {
    font-size: 2rem;
  }
  .explore__btn .fa-angle-down {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .explore__btn__cta {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .landing .landing__header {
    padding-top: 150px;
  }
  .landing .landing__header__title {
    font-size: 8rem;
  }
  .landing .landing__header__desc {
    font-size: 2.5rem;
  }

  .explore__btn__cta {
    font-size: 2rem;
  }
  .explore__btn__arrow {
    font-size: 2rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #e8e9f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #e53d00;
}

.text-accent {
  color: #ffcf99;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 5rem;
  }
}
.about__header {
  width: 50%;
  margin: auto;
  margin-bottom: 50px;
}
.about__bio__text {
  line-height: 2.2rem;
}
.about__bio__text:not(:last-of-type) {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .about__bio {
    padding-left: 50px;
    padding-right: 50px;
  }
  .about__bio__text {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    padding-top: 7rem;
  }
  .about__bio {
    padding: 2rem;
  }
  .about__bio__text {
    padding-left: 25%;
    padding-right: 25%;
    line-height: 2.2rem;
    font-size: 1.4rem;
  }
  .about__bio__text:first-of-type {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .about__header {
    margin-bottom: 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #e8e9f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #e53d00;
}

.text-accent {
  color: #ffcf99;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 5rem;
  }
}
.projects .fa-react {
  color: #61dbfb;
}
.projects .fa-java {
  color: #5382a1;
}
.projects .fa-sass {
  color: #cd669a;
}
.projects .fa-bootstrap {
  color: #7b3ff9;
}
.projects .fa-html5 {
  color: #e34f26;
}
.projects .fa-css3-alt {
  color: #2965f1;
}
.projects .fa-js {
  color: #e7d44d;
}

.skills__header {
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
}
.skills__container {
  display: flex;
  flex-wrap: wrap;
  min-height: 80vh;
}
.skills__container__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-bottom: 0px;
}
.skills__container__item__icon {
  font-size: 3.5rem;
  color: #ffcf99;
  margin-bottom: 20px;
}
.skills__container__item__desc {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .skills__header {
    margin-bottom: 20px;
  }
  .skills__container .skills__container__item__icon {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .skills__header {
    width: 50%;
    margin-bottom: 0px;
  }
  .skills__container {
    display: flex;
    flex-wrap: wrap;
    min-height: 50vh;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .skills__container__item {
    width: 33%;
    padding: 6rem;
    margin-bottom: 0px;
  }
  .skills__container__item__icon {
    font-size: 5rem;
    margin-bottom: 40px;
  }
  .skills__container__item__icon:hover {
    transform: scale(1.1);
    transition: 0.2s;
  }
  .skills__container__item__desc {
    font-size: 1.6rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #e8e9f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #e53d00;
}

.text-accent {
  color: #ffcf99;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 5rem;
  }
}
.projects__header {
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
}
.projects__cta {
  text-align: center;
  margin-bottom: 20px;
}
.projects__card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects__card {
  width: 90%;
}
.projects__card__pic {
  margin-top: 1rem;
  height: 300px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .projects__cta {
    font-size: 1.3rem;
  }
  .projects__card-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .projects__card {
    width: 65%;
  }
  .projects__card__info {
    width: 75%;
  }
  .projects__card__info__stack__icon {
    padding: 0.4rem;
    font-size: 2.5rem;
  }
  .projects__card__info__desc {
    font-size: 1.4rem;
  }
  .projects__card__info__detail {
    width: 75%;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .projects__card-container {
    justify-content: space-between;
  }
  .projects__card {
    width: 40%;
  }
  .projects__card__info {
    width: 100%;
  }
  .projects__card__info__stack__icon {
    font-size: 2rem;
  }
  .projects__card__info__desc {
    font-size: 1.2rem;
  }
  .projects__card__info__links > a:hover {
    background-color: transparent;
    box-shadow: 0 1px 1px rgba(9, 30, 66, 0.25), 0 0 9px 1px #ffcf99;
    color: #e8e9f3;
    transition: 0.3s;
  }
  .projects__card__info__detail {
    width: 100%;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .projects__card-container {
    padding-left: 25%;
    padding-right: 25%;
    margin-top: 50px;
    gap: 1rem;
  }
  .projects__info {
    width: 70%;
  }
  .projects__info__stack__icon {
    font-size: 2.5rem;
  }
}
#calculator {
  background-image: url(./assets/images/calculator.JPG);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#bomb-jump {
  background-image: url(./assets/images/bomb-jump.JPG);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#morse-translator {
  background-image: url(./assets/images/translator.JPG);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#brewlog {
  background-image: url(./assets/images/brewlog.JPG);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #e8e9f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #e53d00;
}

.text-accent {
  color: #ffcf99;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 5rem;
  }
}
.contact {
  background-color: #202023;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 20vh;
  margin-top: 50px;
  box-shadow: 0px -5px 3px rgba(50, 50, 50, 0.75);
}
.contact__method {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__method__link {
  font-size: 2.3rem;
  color: #ffcf99;
}
.contact__method__label {
  font-size: 0.938rem;
  color: #e8e9f3;
}

@media screen and (min-width: 768px) {
  .contact__method__link {
    font-size: 3rem;
  }
  .contact__method__label {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact {
    justify-content: center;
    gap: 6rem;
  }
  .contact__method__link:hover {
    transform: translateY(-0.3rem);
    transition: 0.2s;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #e8e9f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unica One", cursive;
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #e53d00;
}

.text-accent {
  color: #ffcf99;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 5rem;
  }
}
.footer {
  background-color: #202023;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__info {
  color: #e8e9f3;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #202023;
  font-family: "Poppins", sans-serif;
}

.sections {
  padding: 1.25rem;
}