@charset "UTF-8";
@font-face {
  font-family: "Playfair";
  font-style: italic;
  font-weight: 400;
  src: url("PlayfairDisplay-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair";
  font-style: italic;
  font-weight: 700;
  src: url("PlayfairDisplay-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair";
  font-style: italic;
  font-weight: 900;
  src: url("PlayfairDisplay-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair";
  font-style: normal;
  font-weight: 400;
  src: url("PlayfairDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair";
  font-style: normal;
  font-weight: 700;
  src: url("PlayfairDisplay-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair";
  font-style: normal;
  font-weight: 900;
  src: url("PlayfairDisplay-Black.ttf") format("truetype");
}
html {
  height: 100%;
  background: #EEE;
  box-shadow: inset 0 0 15vw rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

body {
  background: transparent;
  margin: 0;
  padding: 0;
  height: 100%;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-family: Playfair, "Liberation Serif", "Times New Roman", Times, serif;
  overflow: auto;
}

a {
  color: #E90;
  text-shadow: -1px 0 0 #FD0;
  text-decoration: none;
  border-bottom: 0.08em dotted rgba(255, 221, 0, 0.5);
}
a:hover {
  border-bottom: 0.09em dotted #FD0;
}

h1, h2, h3, h4, h5, h6 {
  color: transparent;
  font-weight: lighter;
  text-shadow: 0 0 0.06em #FD0, 0 0 0 #E90;
  margin: 1em 0;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.1em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

#root.lang-pt [lang=en], #root.lang-en [lang=pt] {
  display: none;
}

.icon-love {
  display: inline-block;
  padding: 0 0.1em;
  position: relative;
  font-family: "Liberation Sans", Arial, sans-serif;
  font-style: normal;
}
.icon-love::before {
  content: "♥";
  color: #C00;
  opacity: 0;
  font-size: 1.2em;
  transition: 4s 12s;
}
.after-dom-load .icon-love::before {
  opacity: 1;
}
.icon-love::after {
  content: "<3";
  display: block;
  position: absolute;
  top: 0.05em;
  left: -0.1em;
  transition: 5s 8s, 5s 12s opacity;
}
.after-dom-load .icon-love::after {
  color: #C00;
  transform: rotate(-90deg) scale(0.7, 1);
  letter-spacing: -0.15em;
  top: 0.12em;
  left: 0.03em;
  opacity: 0;
}

.loading {
  text-align: center;
}
.loading::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border: 0.25em solid rgb(240, 220, 0);
  border-right: 0.2em solid rgba(240, 220, 0, 0.7);
  border-bottom: 0.15em solid rgba(240, 220, 0, 0.4);
  border-left: 0.15em solid transparent;
  animation: 2s linear infinite loading-ani;
}

@keyframes loading-ani {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
html.home {
  background: #EEE no-repeat url(imgs/aurium-vulcan.svg) 90% 100%;
  background-attachment: fixed;
  background-size: contain;
}
html.home body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 5vw;
}
html.home header h1 {
  text-shadow: 0 0 0.05em #FD0, 0 0 0 #E90;
  font-size: 10vw;
  margin: 0;
}
html.home header h1 #subtitle1, html.home header h1 #subtitle2 {
  font-size: 0.255em;
  letter-spacing: 0.057em;
  opacity: 0.3;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: none;
  display: block;
  margin-top: -0.8em;
}
html.home header h1 #subtitle2 {
  font-size: 0.175em;
  margin-top: 0;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 780px) {
  html.home html {
    background-position: 90% 33vw;
  }
  html.home body {
    font-size: 20px;
  }
  html.home header h1 {
    font-size: 26vw;
    margin-top: -3vw;
  }
}
@media screen and (max-width: 400px) {
  html.home body {
    font-size: 22px;
  }
}
html.home article {
  padding: 5vw 0;
  line-height: 1.5em;
}
html.home #pre-footer {
  border: none;
  margin: 0;
}
html.home footer {
  padding-bottom: 3vw;
}
html.home h2 {
  margin: 0;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: none;
  font-size: 1em;
}
html.home h2.same-p-line {
  float: left;
  margin: -0.1em 0.5em 0 0;
}
html.home article p {
  Xmargin: 1em 0;
}
html.home article a {
  background: #EEE;
  padding: 0 0.2em;
  border-radius: 0.2em;
  margin: 0 -0.2em;
}
html.home article span {
  position: relative;
  z-index: 2;
}
html.home .contact::before {
  color: #000;
  content: "✉️";
  display: inline-block;
  width: 2.5em;
  line-height: 2.5em;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  background: conic-gradient(#FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0, transparent, #FA0);
  mask-image: radial-gradient(#FFF 40%, #000 70%);
  mask-size: cover;
  mask-mode: luminance;
}
html.home #projects li h3 {
  margin: 0;
  font-size: 1em;
}
html.home #activity {
  margin: 0.5em 1em;
  padding: 0;
}
html.home #activity li {
  margin: 0;
  padding: 0;
}
html.home #activity li::marker {
  color: #EA0;
}
html.home #activity a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  background: transparent;
  text-shadow: none;
  white-space: nowrap;
}
html.home #activity .ev-intro {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 40vw;
}

/*# sourceMappingURL=main.css.map */
