#subpage {
  position: fixed;
  top: 0;
  left: 0;
  width: calc( 100vw - 0px);
  height: calc( 100vh - 0px);
  z-index: 9;
  overflow: hidden;
  margin: 0px;
  line-height: 28px;
  font-size: 16px;
}

#subpage header {
  display: none;
}

#subpage .block {
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc( 100vh - 0px);
  position: fixed;
  background-color: #111;
  top: 0;
  width: 100%;
}

#subpage .cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.projectinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.projectinfo .inner {
  width: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

.projectinfo .inner img {
  width: unset;
}

#projectNav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

#projectNav #backButton {
  text-align: center;
  width: 100%;
}

#projectNav #backButton .inner {
  width: 100px;
  background-color: #000000;
  height: 37px;
  color: white;
  position: relative;
  margin: auto;
  padding-top: 15px;
  -webkit-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms;
}

#projectNav #backButton .inner:hover {
  background-color: #333;
  color: white;
}

#projectNav #projectname {
  position: fixed;
  bottom: 100px;
  left: 100px;
}

#projectNav #projectname #category {
  letter-spacing: 6px;
  font-size: 12px;
  margin-left: 5px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 20px;
}

#projectNav #projectname #name {
  font-size: 48px;
  font-weight: 100;
}

#projectNav #actionButton {
  position: fixed;
  bottom: 100px;
  right: 100px;
  padding: 15px 25px;
  border: 2px solid white;
  letter-spacing: 6px;
  font-weight: bold;
  -webkit-transition: background-color 400ms, color 400ms, border 400ms, transform 400ms;
  -webkit-transition: background-color 400ms, color 400ms, border 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, color 400ms, border 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, color 400ms, border 400ms, transform 400ms;
  transition: background-color 400ms, color 400ms, border 400ms, transform 400ms, -webkit-transform 400ms;
}

#projectNav #actionButton:hover {
  background-color: black;
  border: black 2px solid;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media only screen and (max-width: 900px) {
  .projectinfo .inner {
    width: 100% !important;
    padding: 200px 200px !important;
    text-align: left !important;
    font-size: 12px !important;
    line-height: 24px !important;
    -ms-flex-item-align: start !important;
        -ms-grid-row-align: start !important;
        align-self: start !important;
    top: 100px;
  }
  .projectinfo .inner img {
    max-width: 300px !important;
  }
  #backButton {
    width: 100px !important;
    top: unset !important;
    bottom: 0px !important;
    position: fixed;
  }
  #actionButton {
    background-color: #fff !important;
    color: black !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 15px 25px 0 25px !important;
    height: 32px !important;
  }
  #projectNav {
    left: unset !important;
    width: 100% !important;
    text-align: center !important;
  }
  #projectNav #projectname {
    bottom: 70px !important;
    width: 100% !important;
    left: unset !important;
  }
  #projectNav #category {
    margin-bottom: 4px !important;
    margin-left: unset !important;
    font-size: 10px !important;
  }
  #projectNav #name {
    font-size: 20px !important;
  }
}
/*# sourceMappingURL=project.css.map */