@font-face {
    font-family: Pangolin;
    src: url(./assets/Pangolin-Regular.ttf);
}
:root {
     --blueprint: #bf9270;
    --blueprint-line: #926441;
  
}
html {
    font-family: Pangolin;
    margin: 0;
    padding: 0;
    background:
      linear-gradient(var(--blueprint-line) 1px, transparent 1px) 0 0/32px 32px,
      linear-gradient(90deg, var(--blueprint-line) 1px, transparent 1px) 0 0/32px 32px,
      var(--blueprint);
  
}
h2 {
    color:#291403;
    font-size: 2vw;
}
h5 {
    color:#442106;
    font-size: 1vw;
}
body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    border: solid 2px #6e4221;
    background-color: #8c5b36;
    width: 20vw;
    min-width: 260px;
    max-width: 250px;
    padding: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
}


.icon-moon {
  display: inline-block;
  width: 24px;
  height: 24px;

  background-image: url("./assets/svg/moon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: hue-rotate(20);
}
.icon-moon:hover {
    filter: invert();
}


.icon-battery {
  display: inline-block;
  width: 24px;
  height: 24px;

  background-image: url("./assets/svg/battery-twotone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: hue-rotate(20);
}
.icon-battery:hover {
    filter: invert();
}

.hero {
    margin: 1vw 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 80vw;
    max-width: 270px;
    height: auto;
    padding: 2vh;
    background: #9e704c;
    border-radius: 5px;
}

.hero .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.hero .profile img {
    padding: 1vw;
    margin-right: 2vw;
    width: 15vw;
    border-radius: 50%;
}
.hero .profile .intro * {
    padding: 1px;
}

.socials {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 30%;
    max-width: 500px ;
    padding: 1vw;
    border-radius: 15px;
    background-color: #8c5b36;
}   

.icon-facebook {
  display: inline-block;
  width: 30px;
  height: 30px;

  background-image: url("./assets/svg/facebook.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: hue-rotate(20);
}
.icon-facebook:hover {
    filter: invert();
}

.icon-mail {
  display: inline-block;
  width: 30px;
  height: 30px;

  background-image: url("./assets/svg/mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: hue-rotate(20);
}

.icon-phone {
  display: inline-block;
  width: 30px;
  height: 30px;

  background-image: url("./assets/svg/phone-solid-full.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: hue-rotate(20);
}

.icon-instagram {
  display: inline-block;
  width: 30px;
  height: 30px;

  background-image: url("./assets/svg/instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: hue-rotate(20);
}
.icon-instagram:hover {
    filter: invert();
}

.icon-github {
  display: inline-block;
  width: 20px;
  height: 30px;

  background-image: url("./assets/svg/github.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: hue-rotate(20);
}
.icon-github:hover {
    filter: invert();
}

.about {
    margin: 2vw 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 80vw;
    max-width: 270px;
    height: auto;
    padding: 2vh;
    background: #9e704c;
    border-radius: 5px;
}
.about .introduction {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 80%;
    padding-bottom: 5px;
    border-bottom: solid 2px #673d1b;
}
.about h2 {
    align-self: flex-start;
}


.about .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding-bottom: 5px;
    border-bottom: solid 2px #673d1b;
}

.about .contact div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 30%;
}
.about .contact div i {
    margin-right: 5px;
}

.about .projects {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

.about .project-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #8d5c37;
    border-radius: 25px;
    width: 70%;
    padding: 2vw;
    margin: 1vw;
}
.about .project-card p {
    font-size: small;
}
.about .project-card img {
    width: 10vw;
    border-radius: 50%;
}
.about .project-card .status {
    display: flex;
    flex-direction: column;
}
.about .project-card .status div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
.icon-gear {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;


  background-image: url("./assets/svg/gear-solid-full.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-wrench {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;


  background-image: url("./assets/svg/wrench-solid-full.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
a {
    color: #1c0e02;
    text-decoration: none;
    font-size: small;
}
.icon-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;

  background-image: url("./assets/svg/link-solid-full.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
h3 {
    color: #1c0e02;
}