* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: georgia, 'Times New Roman', Times, serif;
  overflow-x: hidden;
  overflow-y: none;
  background-color: #f1f5f7;
  color: #0e0d0d;
  width: 100%;
}

body header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2px 5px 0px;
  margin-top: 0;
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
}

body header .logo {
  width: 8px;
}

body header img {
  margin-right: auto;
  background-color: none;
  border-radius: 2px;
  padding: 10px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body header .desktop {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  display: none;
}

body header a {
  text-decoration: none;
  color: #0e0d0d;
  margin-left: auto;
  border: none;
  padding: 3px 3px;
  border-radius: 5px;
  font-weight: 500;
}

body header a:hover {
  border-bottom: 1px solid #0e0d0d;
}

body header ul {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  position: relative;
  text-align: justify;
  height: 250px;
  width: 100px;
  -webkit-transform: translate(150%, -10%);
          transform: translate(150%, -10%);
  background-color: #0e0d0d;
  -webkit-transition: -webkit-transform 0.85s ease-in;
  transition: -webkit-transform 0.85s ease-in;
  transition: transform 0.85s ease-in;
  transition: transform 0.85s ease-in, -webkit-transform 0.85s ease-in;
}

body header ul li {
  list-style: none;
  text-align: justify;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: auto 10px;
}

body header ul li a {
  text-decoration: none;
  color: #f1f5f7;
  margin-left: auto;
  border: none;
  padding: 3px 3px;
  font-weight: 500;
}

body header ul li a:hover {
  border-bottom: 1px solid #f1f5f7;
}

body header ul li img {
  height: 35px;
  position: absolute;
  left: 140px;
  margin-right: auto;
  -webkit-filter: invert(1);
          filter: invert(1);
}

body header .open-nav {
  background-color: rgba(240, 220, 220, 0);
  height: 35px;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

body header .open-nav:hover {
  -webkit-filter: invert(1);
          filter: invert(1);
}

body .introduction {
  padding: auto auto;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

body .introduction .intro-phrase {
  line-height: 2;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

body .introduction .intro-phrase h2 {
  margin-left: 15px;
}

body .introduction .intro-phrase p {
  margin: auto;
  padding: auto 1rem;
  border-radius: 2px;
  width: 100%;
  padding: 5px 15px;
  max-width: 100vw;
  width: 95vw;
}

body .introduction .intro-phrase .email-btn {
  background: #0e0d0d;
  margin: 10px auto;
  border-radius: 5px;
  padding: 4px 5px;
  margin-left: 1rem;
  color: #f1f5f7;
  border: 2px solid #0e0d0d;
  -webkit-transition: 00.3s;
  transition: 00.3s;
}

body .introduction .intro-phrase .email-btn a {
  color: #f1f5f7;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body .introduction .intro-phrase .email-btn a:hover {
  color: #0e0d0d;
}

body .introduction .intro-phrase .email-btn:hover {
  background: #f1f5f7;
  color: #0e0d0d;
  border: 2px solid #0e0d0d;
}

body .introduction img {
  display: none;
}

body .skill-cards {
  padding: 20px 15px;
}

body .skill-cards h3 {
  text-align: center;
  font-size: 1.5rem;
  text-decoration: underline;
  text-transform: uppercase;
}

body .skill-cards .skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .skill-cards .skills .card {
  border: 2px solid #0e0d0d;
  width: 100%;
  height: auto;
  margin: 20px 30px;
  padding: 20px auto;
  line-height: 2;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 3px #2e2d2d;
          box-shadow: 2px 2px 3px #2e2d2d;
  background-color: #f1f5f7;
  font-weight: 600;
  color: #3b3737;
}

body .skill-cards .skills .card h4 {
  text-align: center;
  padding: auto;
  -webkit-text-decoration: navy underline solid;
          text-decoration: navy underline solid;
  color: black;
}

body .skill-cards .skills .card .skill-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: auto;
  padding-bottom: 20px;
}

body .skill-cards .skills .card .skill-icons img {
  width: 45px;
}

body .skill-cards .skills .card ul {
  padding: auto;
}

body .skill-cards .skills .card ul li {
  list-style-type: none;
  text-align: center;
}

body .work-cards {
  padding: 20px 15px;
}

body .work-cards h3 {
  text-align: center;
  font-size: 1.5rem;
  text-decoration: underline;
  text-transform: uppercase;
}

body .work-cards .projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .work-cards .projects .card {
  border: 2px solid #0e0d0d;
  width: 90vw;
  max-width: 1000px;
  height: auto;
  margin: 20px auto;
  margin-bottom: 40px;
  padding: 10px 0 0;
  line-height: 2;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 3px #444242;
          box-shadow: 2px 2px 3px #444242;
  background-color: #f1f5f7;
  font-weight: 600;
  color: #0e0d0d;
}

body .work-cards .projects .card h4 {
  text-align: center;
  font-family: georgia, Arial, Helvetica, sans-serif;
  padding: auto auto;
  color: #0e0d0d;
  font-size: 150%;
}

body .work-cards .projects .card img {
  width: 100%;
  padding: 0px 10px;
}

body .work-cards .projects .card h5 {
  background-image: none;
  text-align: center;
  border-bottom: 1px solid #0e0d0d;
}

body .work-cards .projects .card h5 a {
  text-decoration: none;
  font-size: 115%;
  color: blue;
  text-transform: uppercase;
}

body .work-cards .projects .card h5 a:hover {
  color: #0e0d0d;
  text-decoration: underline;
}

body .work-cards .projects .card p {
  margin: auto 15px;
}

body .work-cards button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f1f5f7;
  border: none;
  outline: none;
  padding: 5px 10px;
  margin: 30px auto;
  border-radius: 10px;
  width: 60vw;
  max-width: 300px;
}

body .work-cards button a {
  text-align: center;
  font-size: 1.2rem;
  color: #030c0c;
  text-shadow: 2px 0px 0px lemonchiffon;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
  text-decoration: none;
}

body .work-cards button:hover {
  background: #e48dfa;
}

body .work-cards button:hover a {
  color: #4d2920;
  text-shadow: none;
}

body .more-btn {
  background: #0e0d0d;
  margin: auto 25%;
  border-radius: 5px;
  padding: 4px 5px;
  color: #f1f5f7;
  border: 2px solid #0e0d0d;
  -webkit-transition: 00.3s;
  transition: 00.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f1f5f7;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: 00.3s;
}

body .more-btn:hover {
  background: #f1f5f7;
  color: #0e0d0d;
  border: 2px solid #0e0d0d;
}

body .about-me {
  padding: 10px 15px;
  max-width: 100vw;
  width: 90vw;
  line-height: 2;
  background-color: #f1f5f7;
  font-size: 0.95rem;
  margin: auto;
}

body .about-me h3 {
  color: #0e0d0d;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: underline;
  text-transform: uppercase;
}

body .about-me p {
  text-align: justify;
}

body .contact {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .contact .email-btn {
  background: #0e0d0d;
  margin: 10px auto;
  border-radius: 5px;
  padding: 4px 5px;
  color: #f1f5f7;
  border: 2px solid #0e0d0d;
  -webkit-transition: 00.3s;
  transition: 00.3s;
}

body .contact .email-btn a {
  color: #f1f5f7;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 00.3s;
  transition: 00.3s;
}

body .contact .email-btn a:hover {
  color: #0e0d0d;
}

body .contact .email-btn:hover {
  background: #f1f5f7;
  color: #0e0d0d;
  border: 2px solid #0e0d0d;
}

body footer {
  background-color: #f1f5f7;
  -webkit-box-shadow: 5px 0px 3px #0e0d0d;
          box-shadow: 5px 0px 3px #0e0d0d;
  text-align: center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  cursor: pointer;
}

body footer .socials {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body footer .socials img {
  width: 20px;
  margin: 20px 20px;
}

body footer .socials img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

body footer a {
  text-decoration: none;
  color: #0e0d0d;
}

body footer a p {
  font-size: 10px;
  padding-bottom: 20px;
}

body footer a:hover {
  color: blue;
}

@media (min-width: 700px) {
  body {
    font-size: 1.1rem;
  }
  body header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    overflow-x: hidden;
    width: 100%;
    background-color: rgba(192, 191, 247, 0.2);
  }
  body header img {
    width: 3rem;
    max-width: 100px;
    margin-left: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body header .desktop {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
  body header ul {
    display: none;
  }
  body header .open-nav {
    display: none;
  }
  body .introduction .intro-phrase {
    line-height: 1.5;
  }
  body .introduction .intro-phrase h2 {
    text-align: center;
  }
  body .introduction .intro-phrase p {
    padding: 5px;
    border-radius: 6px;
    width: 80vw;
  }
  body .introduction .intro-phrase a {
    font-size: 16px;
    margin: auto;
  }
  body .introduction img {
    display: none;
  }
  body .skill-cards h3 {
    font-size: 160%;
  }
  body .skill-cards .skills .card {
    width: 80%;
    height: auto;
    margin: 20px auto;
    padding: 20px 20px 30px;
    line-height: 2.5;
  }
  body .skill-cards .skills .card .skill-icons {
    padding-bottom: 40px;
  }
  body .skill-cards .skills .card .skill-icons img {
    width: 60px;
  }
  body .about-me {
    padding: 20px 80px;
    line-height: 2;
    background-color: inherit;
  }
  body .about-me h3, body .about-me h4 {
    font-size: 1.4rem;
  }
  body .about-me p {
    text-align: justify;
  }
  body .about-me p span {
    color: #290dc5;
    font-size: 1.5rem;
    font-weight: 600;
  }
  body .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 40px;
  }
  body .contact img {
    width: 30vw;
  }
  body .contact form {
    padding: 20px 40px;
  }
  body .contact form input {
    font-size: 18px;
  }
  body .contact form .msg-box {
    height: 150px;
    padding: 0;
  }
  body footer {
    width: 100vw;
  }
  body footer .socials img {
    width: 30px;
    margin: 20px 30px;
  }
  body footer p {
    font-size: 1.2rem;
  }
}

@media (min-width: 1440px) {
  body {
    font-size: 1.2rem;
    width: 100vw;
    margin: auto;
  }
  body .about-me {
    font-size: 1.2rem;
  }
  body footer {
    width: 100vw;
    background-color: inherit;
  }
}
/*# sourceMappingURL=main.css.map */