body {
  padding: 0;
  margin: 0;
}

h1 {
  font-family: 'Caesar Dressing', cursive;
  font-size: 8rem;
  margin: 0 0 50px;
  line-height: 5.5rem;
}

h2 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  margin: 0;
  line-height: 2rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  line-height: 1rem;
}


.avatar-title {
  width: 200px;
  margin: 30px;
}

.avatar-about {
  width: 150px;
  margin: 50px 0 0;
}

.center-vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}

.clear-txt {
  color: #F9F9F9;
}

.contact-home {
  padding: 50px;
}

.intro-grass {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 40px;
  background-image: url("../imgs/white-grass.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x;
  z-index: 10;
}

.portfolio-home {
  background-color: #FFEDED;
  padding: 100px 0;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
  padding: 50px;
}

.quien-soy-home {
  padding: 50px;
  orphans: 3;
}

.links-img {
  width: 100px;
  margin: 50px 0 0;
}

.scroll {
  position: absolute;
  margin: 0 auto;
  bottom: -20%;
  object-fit: contain;
  width: 100%;
  left: 0;
  height: 30px;
}

.title-container {
  height: 100vh;
  background-color: #FF5D5D;
  background-image: url("../imgs/bg-lines.png");
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-size: cover;
}

.view-more {
  background-color: inherit;
  border: solid 1px #FF8C8C;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 0.2rem;
  padding: 15px;
  text-align: center;
  width: 80%;
  max-width: 800px;
  margin:20px 0 50px;
  color: #FF8C8C;
  transition: 0.2s;
  cursor: pointer;
}

.view-more:hover {
  background-color: #FF8C8C;
  color: white;
}

.white-tree-l {
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: contain;
  object-position: bottom;
  vertical-align: bottom;
  height: 60vh;
  opacity: 70%;
}

.white-tree-r {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: contain;
  object-position: bottom;
  vertical-align: bottom;
  height: 60vh;
  opacity: 70%;
}

#about-me-home, #work-home, #contact-home {
  color: #A27B5C;
  margin: 50px auto;
}

#intro-me, #contact-me-p, #work-me-p {
  margin: 0 auto 30px;
  width: 80%;
  max-width: 800px;
}

@media (max-width: 1100px) {

  h1 {
    font-family: 'Caesar Dressing', cursive;
    font-size: 6rem;
    margin: 0 0 30px;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    margin: 0;
    line-height: 1.5rem;
  }

  h3 {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    line-height: 1rem;
  }

  p {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 2rem;
    font-weight: 300;
    margin: 50px 0;
      color: rgb(80, 80, 80);
  }

  .avatar-title {
    width: 100px;
    margin: 30px;
  }

  .avatar-about {
    width: 80px;
    margin: 50px 0 0;
  }

  .center-vertical {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    z-index: 50;
  }

  .scroll {
    display: none;
  }

  .white-tree-l {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: contain;
    object-position: bottom;
    vertical-align: bottom;
    height: 60vh;
    opacity: 40%;
  }

  .white-tree-r {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: contain;
    object-position: bottom;
    vertical-align: bottom;
    height: 60vh;
    opacity: 40%;
  }
}

@media (max-width: 700px) {
  .intro-grass {
    display: none;
  }
}

@media (max-width: 400px) {

  h1 {
    font-family: 'Caesar Dressing', cursive;
    font-size: 3rem;
    margin: 0 0 10px;
    line-height: 1rem;
  }

  h2 {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    margin: 0;
    line-height: 1.5rem;
  }

  h3 {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    line-height: 1rem;
  }

  .avatar-title {
    width: 80px;
    margin: 20px;
  }

}
