.start {
  background-image: url(../imgs/IMG_8646.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 128.125vw;
  max-height: 128.125vw;
  text-align: center;
  z-index: 100;
}
.name {
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-size: 16vw;
  position: absolute;
  top: 53.125vw;
  right: 0;
  bottom: 0;
  left: 0;
}
.about {
  font-size: 12vw;
  position: absolute;
  top: -7vw;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline;
}
.work {
  font-size: 9vw;
  position: absolute;
  top: 122vw;
  left: 3vw;
  display: inline;
}
.contacts {
  font-size: 9vw;
  position: absolute;
  top: 122vw;
  right: 3vw;
  display: inline;
}
.about {
  animation: slideabout 500ms linear;
  animation-timing-function: ease-in-out;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.work {
  animation: slidework 500ms linear;
  animation-timing-function: ease-in-out;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.contacts {
  animation: slidecontacts 500ms linear;
  animation-timing-function: ease-in-out;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
@keyframes slideabout {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateY(8vw);
  }
}
@keyframes slidework {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateY(-8vw);
  }
}
@keyframes slidecontacts {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateY(-8vw);
  }
}
.sobre {
  display: inline;
  background-color: white;
  color: rgb(104, 104, 104);
  font-size: 4.5vw;
  text-align: center;
  padding: 10px;
}
.beggining {
  padding-top: 5vw;
  padding-bottom: 6vw;
}
.image1 {
  padding-top: 5vw;
  padding-bottom: 6vw;
  width: 100%;
}
.middle1 {
  padding-top: 5vw;
  padding-bottom: 6vw;
}
.image2 {
  padding-top: 5vw;
  padding-bottom: 6vw;;
  width: 100%;
}
.middle2 {
  padding-top: 5vw;
  padding-bottom: 6vw;
}
.end {
  padding-top: 5vw;
  padding-bottom: 10vw;
}
.title {
  font-size: 7vw;
  font-weight: 600;
  padding-top: 3.125vw;
  padding-bottom: 9.375vw;
}
.trabalho {
  display: inline;
  background-color: white;
  color: rgb(104, 104, 104);
  font-size: 4.5vw;
  text-align: center;
  padding: 10px;
}
.second {
  padding-top: 5vw;
  padding-bottom: 16vw;
}
.set1 {
  padding-top: 5vw;
  max-width: 100%;
}
.set1le {
  text-align: left;
  padding-bottom: 6vw;
}
.set2 {
  padding-top: 5vw;
  max-width: 100%;
}
.set2le {
  padding-bottom: 6vw;
}
.set3 {
  padding-top: 5vw;
  max-width: 100%;
}
.set3le {
  text-align: left;
  padding-bottom: 6vw;
}
.set4 {
  padding-top: 5vw;
  max-width: 100%;
}
.set4le {
  padding-bottom: 15vw;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.legenda {
  padding-top: 0;
  position: relative;
}
.direita {
  padding-right: 10px;
  text-align: right;
  position: relative;
  padding-left: 100px;
}
.esquerda {
  max-width: 68.750vw;
}
.contactos {
  background-color: rgb(255, 255, 255);
  color: rgb(104, 104, 104);
  text-align: center;
}
.grey {
  background-color: rgb(192, 192, 192);
  color: rgb(104, 104, 104);
  font-size: 4.5vw;
  height: 156.250vw;
  padding: 30px;
}
.instagram {
  width: 25%;
  display: inline;
  padding-top: 5vw;
  padding-bottom: 4vw;
}
.facebook {
  width: 25%;
  display: inline;
  padding-top: 5vw;
  padding-bottom: 4vw;
}
.subtitle {
  font-size: 7vw;
  padding-top: 1vw;
  padding-bottom: 5vw;
}
.links {
  font-size: 2.8vw;
  text-align: center;
  padding-top: 2vw;
  padding-bottom: 5vw;
}
.homebutton {
  width: 1em;
  position: fixed;
  bottom: 6.250vw;
  right: 15.625vw;
  font-size: 6vw;
  z-index: 98;
}
