p {
  font-size: 20px;
  color: #111111;
}

.project-container {
  background-color: white;
  margin-top: 20px;
  margin-bottom: 50px;
  /*box-shadow: 7px 11px 5px #888888;*/
  -webkit-box-shadow: 0 0 10px #888888;
  -moz-box-shadow: 0 0 10px #888888;
  box-shadow: 0 0 10px #888888;
  padding-bottom: 40px;
}

.project-title {
  padding-top: 50px;
}

.project-title h1 {
  color: #f66e00;
  font-size: 65px;
  font-weight: 400;
  margin-bottom: 0px;
}

.project-title h2 {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 60px;
  line-height: 1.55;
  font-family: "merriweather";
  font-weight: 300;
}

.row-content h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: -40px;
  font-size: 40px;
}

@media (max-width: 991px) {
  .row-content h2 {
    margin-left: 0px !important;
  }
}

.row-content h3 {
  color: #f66e00;
  margin-bottom: 0px;
  font-size: 2.5rem;
}

.row-content p {
  line-height: 1.65;
  font-family: "merriweather";
  font-weight: 300;
  font-size: 1.65rem;
  margin-bottom: 15px;
}

.content p span {
  font-weight: 600;
}

.row-content p a {
  color: #f66e00;
}

:root {
  --media-top-margin: 24px;
  --media-bottom-margin: 24px;
}

.project-main-media {
  text-align: center;
  margin-bottom: var(--media-bottom-margin);
  margin-top: var(--media-top-margin);
}

.project-main-media img,
iframe {
  /* margin-top: 20px; */
  box-shadow: 1px 1px 4px #888888;
}

.project-main-media figcaption {
  color: #555555;
  font-size: 14px;
  font-family: "merriweather";
  font-style: italic;
}

/* Make use of padding-bottom to preserve an aspect ratio of 16/9. Use relative
positioning to allow iframe child to be absolute */
.project-main-media .iframe-div {
  margin-top: var(--media-top-margin);
  position: relative;
  padding-bottom: calc(100% / (16 / 9));
  height: 0;
}

/* Remove */
.project-main-media .iframe-div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.next-item {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.8rem;
}

.next-item span {
  padding-left: 20px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.link {
  padding-top: 20px;
}

.next-item:hover span {
  color: #f66e00;
}

#header-spotifar {
  background: transparent url("../myImages/spotifar-hololens.png") no-repeat
    center center / cover;
}

#header-hypnovr {
  background: transparent
    url("../myImages/hypnovr-patient-1bw.png") no-repeat
    center center / cover;
}

#header-nrec {
  background: transparent url("../myImages/nrec-bw2.png")
    no-repeat center center / cover;
}

#header-ouster {
  background: transparent
    url("../myImages/ouster-website-hero-bw.png") no-repeat
    center center / cover;
}

#header-rijksviz {
  background: transparent url("../myImages/rijksviz-nightwatch.png") no-repeat
    center center / cover;
}

#header-shibuya {
  background: transparent url("../myImages/shibuya-hustle.png") no-repeat center
    center / cover;
}

#header-amviewlate {
  background: transparent url("../myImages/amviewlate-cardboard.png") no-repeat
    center center / cover;
}

#header-waterviz {
  background: transparent url("../myImages/waterviz-process.png") no-repeat
    center center / cover;
}

#header-twittmap {
  background: transparent url("../myImages/twittmap-process.png") no-repeat
    center center / cover;
}

#header-switchgear {
  background: transparent url("../myImages/switchgear-inside.png") no-repeat
    center center / cover;
}

.footer-foot p {
  color: #555555;
}
