.projectWrapper {
  width: 100%;
  line-height: 0;
  margin-bottom: 2em;
}

.projectContent {
  border-radius: 1em;
  background: white;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.projectTextWrapper {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
}

.innerCircle {
  opacity: 0.95;
}

.projectTextBody {
  padding: 1em;
}

.projectImage {
  display: inline-block;
  line-height: 0;
  height: 20em;
  width: 100%;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.projectImageLinkCircle {
  width: 10em;
  height: 10em;
  position: relative;
}

.projectLinkText {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  color: #000;
  text-align: center;
}

.projectLinkTextContent {
  display: inline-block;
  color: #fff;
  position: relative;
  line-height: 1.4em;
}

.projectImageWrapper {
  position: relative;
  overflow: hidden;
}

.projectImageWrapper {
  position: relative;
  overflow: hidden;
}

.projectLink {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

#projectTinyCampus {
  background-image: url("../img/projects_tinycampus.png");
}

#projectChoosy {
  background-image: url("../img/projects_choosy.png");
}

#projectTerraTech {
  background-image: url("../img/projects_gmaps.png");
}

#projectBVMD {
  background-image: url("../img/projects_bvmd.png");
}

#projectBrainstorm {
  background-image: url("../img/projects_brainstorm.png");
}

.projectTextBody ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0.5em;
}

.linkCircle .r {
  opacity: 0.2;
  stroke-width: 50.2;
}

.linkCircle .r:nth-child(1) {
  -webkit-transition: all 0.38s 0.015s ease-in-out;
  transition: all 0.38s 0.015s ease-in-out;
}

.linkCircle .r:nth-child(2) {
  -webkit-transition: all 0.38s 0.03s ease-in-out;
  transition: all 0.38s 0.03s ease-in-out;
}

.linkCircle .r:nth-child(3) {
  -webkit-transition: all 0.38s 0.045s ease-in-out;
  transition: all 0.38s 0.045s ease-in-out;
}

.linkCircle .r:nth-child(4) {
  -webkit-transition: all 0.38s 0.06s ease-in-out;
  transition: all 0.38s 0.06s ease-in-out;
}

.linkCircle .r:nth-child(5) {
  -webkit-transition: all 0.38s 0.075s ease-in-out;
  transition: all 0.38s 0.075s ease-in-out;
}

.projectImageWrapper:hover .linkCircle .r {
  opacity: 1;
  stroke-width: 20.2;
}

.linkCircle .circleSpreading {
  opacity: 0;
  stroke-width: 150;
  -webkit-transition: all 360ms;
  transition: all 360ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0.77, 0.5, 0.48);
          transition-timing-function: cubic-bezier(0, 0.77, 0.5, 0.48);
}

.projectImageWrapper:hover .linkCircle .circleSpreading {
  opacity: 0.1;
  stroke-width: 300;
  -webkit-transition: all 360ms;
  transition: all 360ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0.77, 0.14, 1.17);
          transition-timing-function: cubic-bezier(0, 0.77, 0.14, 1.17);
}

.projectLink {
  opacity: 0;
  -webkit-transition: all 0.16s;
  transition: all 0.16s;
  font-variant: small-caps;
}

.projectLinkTextContent {
  font-size: 1.5em;
}

.projectImageWrapper:hover .projectLink {
  opacity: 1;
}

.projectImageLinkCircle {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.46s;
  transition: all 0.46s;
}

.projectImageWrapper:hover .projectImageLinkCircle {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 768px) {
  .projectImage {
    width: 100%;
    height: 10em;
    background-repeat: no-repeat;
    background-size: cover !important;
  }
  .projectImageWrapper {
    width: 100%;
    height: 10em;
  }
}
/*# sourceMappingURL=project.css.map */