.project {
  margin-top: 0 !important;
}
.project .nav {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  text-align: right;
  padding: 1rem 0;
  position: relative;
  top: 0;
}
.project .nav a {
  text-decoration: none !important;
  color: black !important;
}
.project .nav a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 980px) {
  .project .nav {
    padding-right: 2rem;
  }
}
.project .project-intro {
  background-color: #ffffff;
}
.project .project-intro img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .project .project-intro {
    padding: 0 2rem;
  }
}
.project h2 {
  font-size: 2rem;
}
.project video {
  width: 100% !important;
  height: auto !important;
  max-width: 700px !important;
}
.project .back {
  margin-top: 2rem;
}
.project .back a {
  text-decoration: none !important;
  color: black !important;
  font-size: 20px;
  font-weight: 800;
}
.project .back a:hover {
  text-decoration: underline !important;
}
.project footer {
  margin-top: 5rem;
}
.project footer a {
  margin: 0 8px;
}
.project footer .cv-link {
  margin-left: 6px;
}
.project footer .cv-link a {
  margin: 0;
}

footer h2 {
  font-family: "Bebas Neue", cursive;
  background-color: #7fdbdb;
  margin: 0 auto 2rem;
  font-size: 3.5rem !important;
  
}
