#header {
  background-image: url("../images/bg-masthead.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
#header .header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header h1,
#header p {
  font-family: "Abril Fatface", serif;
}

#main #about {
  padding: 100px 0;
}
#main #about h3 {
  font-family: "Abril Fatface", serif;
}
#main #services {
  background-color: rgb(0, 162, 255);
  padding: 10px 0;
  font-family: "Abril Fatface", serif;
}
#main #services i {
  color: rgb(0, 162, 255);
  padding: 40px 50px;
}
#main #download {
  background-image: url(../images/bg-callout.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  font-family: "Abril Fatface", serif;
}
#main #portfolio {
  padding: 80px 0;
  font-family: "Abril Fatface", serif;
}
#main #portfolio .project::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 162, 255);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s;
}
#main #portfolio .project:hover::after {
  opacity: 0.8;
}
#main #portfolio .project {
  cursor: pointer;
}
#main #portfolio .project img {
  transition: clip-path 0.5s;
  clip-path: inset(0);
}
#main #portfolio .project img:hover {
  clip-path: inset(30px);
}
#main #portfolio .project .project-content {
  bottom: 10%;
  left: 10%;
  z-index: 2;
}
#main #resist {
  background-color: rgb(0, 162, 255);
  padding: 80px 0;
  font-family: "Abril Fatface", serif;
}

#footer {
  padding: 50px 0;
}

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