body {
  background-color: #923310;
  color: #d1e8e2;
  margin: 0;
  padding: 0;
  font-family: "Fira Code", monospace;
  background-image: url("../img/bg/foggy-birds.png");
  height: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

nav {
  margin: 30px 0px 20px 60px;
}

@media (max-width: 576px) {
  nav {
    margin: 20px 0px 0px 16px;
  }
}

nav h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
}

nav h2 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}

nav h2 .blinking {
  -webkit-animation: blinkingText 1.2s infinite;
          animation: blinkingText 1.2s infinite;
  font-weight: bolder;
}

@-webkit-keyframes blinkingText {
  0% {
    color: #d1e8e2;
  }
  50% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: #d1e8e2;
  }
}

@keyframes blinkingText {
  0% {
    color: #d1e8e2;
  }
  50% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: #d1e8e2;
  }
}

nav i {
  color: #d1e8e2;
  padding-right: 12px;
}

nav i:hover {
  font-size: large;
  color: #faed26;
}

@media (max-width: 576px) {
  nav i {
    font-size: 19px;
  }
}

nav .email i {
  margin-right: 0px;
}

.flag img {
  height: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

@media (max-width: 576px) {
  .flag img {
    height: 20px;
  }
}

#english-xp,
#english-about {
  display: none;
}

.introbg p {
  background-color: #23d9b7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #222629;
}

.tabs {
  font-weight: 200;
  margin-left: 60px;
  margin-top: -15px;
}

@media (max-width: 576px) {
  .tabs {
    margin: 10px 0px 0px 15px;
    width: 200px;
  }
}

.tabs .tab {
  cursor: pointer;
  margin-bottom: 15px;
  border-radius: 5px;
  display: inline-block;
  background-color: #222629;
  padding: 8px 15px;
  color: #faed26;
  font-weight: 500;
}

.tabs .tab:hover {
  font-weight: 600;
}

@media (max-width: 576px) {
  .tabs .tab {
    font-size: 15px;
    padding: 5px 5px;
    font-weight: 500;
  }
}

.tabs .selected {
  padding: 7px 15px;
  background-color: #faed26;
  font-weight: 500;
  color: #222629;
}

@media (max-width: 576px) {
  .tabs .selected {
    font-size: 16px;
    padding: 6px 5px;
    font-weight: 500;
  }
}

.tabs .hidden {
  display: none;
}

.tabs .about {
  width: 700px;
  padding: 3px;
  height: 100%;
}

@media (max-width: 768px) {
  .tabs .about {
    width: 600px;
  }
}

@media (max-width: 674px) {
  .tabs .about {
    width: 500px;
  }
}

@media (max-width: 576px) {
  .tabs .about {
    width: 380px;
  }
}

@media (max-width: 380px) {
  .tabs .about {
    width: 300px;
  }
}

.tabs .about p {
  margin-bottom: 10px;
}

.tabs .about .mediumlink {
  color: #d1e8e2;
  text-decoration: none;
  background-color: #222629;
  padding: 3px;
  font-size: 12px;
}

.tabs .about .mediumlink:hover {
  font-weight: 500;
  font-size: 13px;
}

.tabs .experience {
  margin-bottom: 30px;
}

.tabs .experience .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #262001;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 800px;
}

@media (max-width: 992px) {
  .tabs .experience .title {
    width: 700px;
  }
}

@media (max-width: 768px) {
  .tabs .experience .title {
    width: 550px;
  }
}

@media (max-width: 500px) {
  .tabs .experience .title {
    width: 400px;
  }
}

@media (max-width: 576px) {
  .tabs .experience .title {
    width: 340px;
  }
}

@media (max-width: 380px) {
  .tabs .experience .title {
    width: 310px;
  }
}

.tabs .experience .title .ano {
  margin-top: 5px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 600;
}

.tabs .experience .title .job_role {
  font-weight: 500;
}

.tabs .experience .title .list {
  margin-top: 10px;
  font-size: 14px;
}

.tabs .skills {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 5px;
}

.tabs .skills .skills-overview {
  margin-bottom: 2em;
  width: 350px;
}

.tabs .skills .skills-overview:hover {
  font-size: large;
}

.tabs .skills .skills-overview a {
  font-family: "Fira Code", monospace;
  text-decoration: none;
}

.tabs .skills .skills-overview a i {
  color: #d1e8e2;
  font-size: 1.2em;
  padding-right: 12px;
}

.tabs .skills .skills-overview a i:hover {
  color: #faed26;
}

.tabs .skills .skills-overview a p {
  font-size: 1em;
  color: #d1e8e2;
  font-weight: 500;
}

.tabs .skills .skills-overview a p:hover {
  color: #faed26;
}

.tabs .skills #skill-barometer {
  width: 555px;
  border-radius: 5px;
}

@media (max-width: 576px) {
  .tabs .skills #skill-barometer {
    width: 350px;
  }
}

.tabs .skills #skill-barometer .progressbar {
  width: 400px;
  height: 60px;
  margin-bottom: 25px;
  font-weight: 500;
}

@media (max-width: 630px) {
  .tabs .skills #skill-barometer .progressbar {
    width: 350px;
  }
}

@media (max-width: 576px) {
  .tabs .skills #skill-barometer .progressbar {
    width: 300px;
  }
}

.tabs .skills #skill-barometer .progressbar p {
  font-size: 12px;
  margin-bottom: 10px;
}

.tabs .skills #skill-barometer .progressbar div {
  height: 10px;
  width: 0;
}

.tabs .portfolio {
  max-width: 960px;
  border-radius: 5px;
}

.tabs .portfolio .projetos {
  text-align: center;
}

.tabs .portfolio .projetos i,
.tabs .portfolio .projetos p {
  color: #262001;
  font-size: 20px;
}

.tabs .portfolio .projetos a {
  text-decoration: none;
}

.tabs .portfolio .projetos .projeto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs .portfolio .projetos .projeto .projeto__link {
  margin-right: 20px;
  background-color: #d9cb04;
  padding: 1rem 2rem;
  color: white;
  margin-top: 3rem;
}

.tabs .portfolio .projetos .projeto .projeto__link .projeto__img {
  margin-bottom: 1rem;
}

.tabs .portfolio .projetos .projeto .projeto__link .projeto__titulo {
  font-size: 1.6rem;
}

.contact {
  width: 555px;
  padding: 10px;
  margin-top: 5px;
  border-radius: 5px;
}

.contact .contact_links {
  margin-bottom: 10px;
}

.contact .contact_links a {
  color: #d1e8e2;
  text-decoration: none;
}

.contact .contact_links a:hover {
  font-weight: 800;
  font-size: 18px;
}
/*# sourceMappingURL=style.css.map */