/*
 * Made By Paul Jonathan Quispe Ochoa
*/

html, body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

body {
  background: url("../images/Home_Page.png") no-repeat fixed center;
}

video#bgVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  width: auto;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: -100;
  background-size: cover;
  /*opacity: 0.1;*/
}

/* new paul */

.logo-paul img {
  max-width: 70px;
  margin-left: -7px;
}

.hi {
  width: 85px;
  position: absolute;
  top: -1rem;
  padding-left: 3px;
}

.me {
  width: 50px;
  position: absolute;
  top: 3.7rem;
}

.phrase {
  position: relative;
  color: black;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  margin-top: 6px;
  line-height: 33px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.last-phrase {
  position: relative;
  color: black;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  margin-top: 6px;
  line-height: 33px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 3rem;
}

.worked-as {
  position: relative;
  color: #454749;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  margin-top: 2rem;
  line-height: 30px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.guion-space {
  width: 20px;
  height: 2px;
  background-color: black;
  margin: 2rem 0 2rem 0;
}

.ok {
  position: relative;
    width: 36px;
    top: 6px;
}

.my-name {
  position: relative;
  color: #0061ff;
  font-size: 80px;
  line-height: 54px;
  font-weight: 700;
  margin: 7rem 0 0.4rem 0;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.profestion {
  position: relative;
  color: black;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  line-height: 54px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 2.5rem;
}

.full-img {
  width: 100%;
}

.call-projects {
  margin-top: 6rem;
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.arrow-see-projects {
  font-size: 18px;
  animation: bounce 0.7s infinite alternate;
  -webkit-animation: bounce 0.7s infinite alternate;
  margin: 2px 0 0 10px;
}

.no-padding {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
    opacity: 0;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#presentation-area {
  opacity: 0;
  position: fixed;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 20px 20px 20px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.email-me {
  color: #0061ff !important;
  /*font-style: oblique;
  text-decoration: underline;*/
}

.projects-area {
  margin: 0 auto;
  z-index: 9;
  width: 98%;
  background-color: white;
  padding-top: 6px;
  position: relative;
  padding-bottom: 1rem;
}

.social {
  margin-top: 4rem;
}

.social a {
  margin-right: 1.5rem;
  /* letter-spacing: 1px; */
  font-size: 18px;
  color: #0061ff;
  padding: 4px 20px 2px 0;
  border-radius: 8px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social a:hover {
  color: #044bbf;
}

.change-op {
  opacity: 0.3;
}

.home {
  padding: 2rem;
}

.main-area {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-area {
  width: 97.8%;
  background-color: white;
  margin: 0 auto;
  min-height: 610px;
  z-index: 9;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  margin-bottom: 20px;
}

.cont-area {
  max-width: 900px;
  margin: 0 auto;
  padding: 7rem 20px 20px 20px;
}

.row {
  margin-bottom: 0;
}

.titles-footer {
  font-size: 38px;
  color: #0061ff;
  line-height: 54px;
  font-weight: 700;
  margin: 0;
}

.call-footer {
  color: #7e8d98;
  font-size: 19px;
  font-weight: 300;
  line-height: 33px;
}

.call-footer a {
  color: #0061ff;
  font-weight: 200;
}

@media screen and (max-width: 1280px) {
  .main-area {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 4rem;

}
  .my-name {
    margin: 9rem 0 0 0;
  }

  .home {
    /* height: 680px; */
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 768px) {

  .me {
    width: 38px;
    position: absolute;
    top: inherit;
}

.ok {
    position: absolute;
    width: 30px;
    top: inherit;
}
  .my-name {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 4rem;
  }
  .profestion {
    font-size: 26px;
    line-height: 40px;
  }
  .phrase {
    font-size: 17px;
    line-height: 28px;
  }
  .last-phrase {
    font-size: 17px;
    line-height: 28px;
  }
  .call-footer {
    font-size: 14px;
    line-height: 22px;
  }
  .social {
    display: block;
    line-height: 76px;
  }
  .home {
    padding-top: 8rem;
  }
  .call-projects {
    margin-top: 4rem;
  }
  .contact-area {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 400px) {
  .logo-paul img {
    max-width: 60px;
  }
  .ok {
    position: relative;
  width: 22px;
  top: 3px;
  }

  .email-me {
    color: #0061ff !important;
    margin-left: 0;
}
  .my-name {
    font-size: 50px;
    line-height: 42px;
  }
  .hi {
    width: 72px;
  }
  .profestion {
    font-size: 32px;
    line-height: 38px;
  }
  .me {
    position: relative;
width: 30px;
top: 5px;
  }
  .guion-space {
    margin: 3rem 0 2rem 0;
  }
  .worked-as {
    font-size: 14px;
    line-height: 22px;
  }
  video#bgVideo {
    display: none;
  }
}

/* last new paul */
