/*
    -------------------------------
    ----- 8. Project Page Styles -----
    -------------------------------
*/
.navbar-custom {
  background-color: rgba(22, 160, 133, 0.8);
}

.round-me {
  border-radius: 15px;
}

.pad-me {
  margin-top: 8px;
}

.content-container {
  width: 100%;
  background-color: rgba(165, 243, 227, 0.5);
  margin-left: 100px;
}

.no-vert-margin {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.video-container {
  width: 100%;
  position: relative;
  padding: 25px 0 56.25%;
  height: 0;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  margin-top: 30px;
  margin-bottom: 30px;
}

.go-back-button {
  position: absolute;
  right: 0;
}

.go-back-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D2951;
}

.go-back-button span {
  margin-left: 0.5em;
  font-size: 20px;
  color: #1D2951;
}
/*# sourceMappingURL=projectPage.css.map */