@import url("https://fonts.googleapis.com/css?family=Lora|Montserrat|Arvo|Josefin+Slab|Lato|Vollkorn|Vollkorn+SC");
/* Layout */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, #particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#intro {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}

/* Cosmetics */
body {
  background: #54516A;
  font-family: "Arvo", sans-serif;
  color: #fff;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-family: "Vollkorn", serif;
  font-size: 85px;
  font-weight: 700;
  letter-spacing: 0.015em;
  margin-bottom: 5px;
}

h2 {
  font-family: "Arvo", sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}

h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
}

.icons-header {
  display: flex;
  justify-content: center;
  text-align: center;
}
.icons-header .icon {
  text-align: center;
  color: #FFF;
  font-size: 5em;
  padding: 15px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.7s;
}
.icons-header .icon:hover {
  color: #1a222c;
  background: #FFF;
  border-radius: 20px;
}
.icons-header .icon:active {
  color: #1a222c;
  background: #FFF;
}

/* Screen */
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 48px;
  }
  h1::after {
    height: 8px;
  }
}
@media only screen and (max-width: 568px) {
  #intro {
    padding: 0 10px;
  }
  h1 {
    font-size: 30px;
  }
  h1::after {
    height: 6px;
  }
  p {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
  h1::after {
    height: 4px;
  }
}
/* Icon */
.fa-avoidadblock-linkedin-square:before {
  content: "\f08c";
}

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