/* Style.css Portfolio Lucas Degrande */

/* Formatacao Global */
body, a{
  font-family: "Montserrat", "Open Sans", "Roboto", Verdana, Tahoma, sans-serif;
  background-color: darken-3;
  color: rgb(255, 255, 255);
  text-align: justify;
}

img {
  width: 3rem;
}

.responsive-img {
  width: 95%;
  height: auto;
}

h1 {
  font-size: 3.052rem;
  font-weight: 600;
}

h2 {
  font-size: 2.488rem;
  text-align: center;
  font-weight: 600;
}

h3 {
  font-size: 2.074rem;
}

h4 {
  font-size: 1.728rem;
}

h5 {
  font-size: 1.44rem;
}

p {
  font-size: 1.1rem
}

legend {
  display: inline-block;
  margin: 0.1rem;
}

.image-footer{
  width: 1.5rem;
  padding-right: 0.1rem;
  margin-bottom: -0.4rem;
}

.gap-ancora-ver-projeto{
  margin-right: 0.5rem;
}

/* media query para ancoras ficarem com espaco sob a outra em telas menores */
@media (max-width: 477px) {
  .gap-ancora-ver-projeto{
    margin-bottom: 0.5rem;
  }
}


