/*
   This stylesheet was written in and compiled with LESS
   See http://lesscss.org for further reference
*/
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga', 'kern';
     -moz-font-feature-settings: 'liga', 'kern';
          font-feature-settings: 'liga', 'kern';
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
  background: #6589d9;
  overflow: hidden;
}
body {
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-size: 100%;
  line-height: 1.4;
  color: #111111;
  -webkit-perspective: 500px;
          perspective: 500px;
  -moz-osx-font-smoothing: grayscale;
}
title {
  width: 48em;
  font-family: 'only screen and ( max-width: 48em )';
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.shell {
  width: 90%;
  max-width: 64em;
  margin: 0 auto;
  padding: 2em 0;
}
a {
  color: #111111;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #6589d9;
  text-decoration: none;
  outline: 0;
}
::-moz-selection {
  background: #6589d9;
  color: #ffffff;
}
::selection {
  background: #6589d9;
  color: #ffffff;
}
.bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.bg::before {
  content: ' ';
  position: absolute;
  left: 50%;
  right: -500%;
  top: -500%;
  bottom: -500%;
  z-index: 0;
  display: block;
  background: #61ebca;
  -webkit-transform: translateZ(-1000px);
          transform: translateZ(-1000px);
}
@media only screen and ( max-width: 48em ) {
  .bg {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  width: 37.5em;
  height: 0;
  margin: -12.5em 0 0 -18.75em;
  padding: 25em 0 0 0;
  color: #111111;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 1px solid transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.card-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 2em 2em;
}
.card--photo {
  background: transparent;
  -webkit-transform: scaleZ(-1);
          transform: scaleZ(-1);
  overflow: hidden;
}
.card--photo > img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 75%;
  height: auto;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(-1);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(-1);
          transform: translateX(-50%) translateY(-50%) rotate(90deg) scaleX(-1);
}
.no-csstransforms .card--photo {
  display: none;
}
@media only screen and (max-width: 92em) {
  .card {
    width: 42.5%;
    margin-top: -14.16666667%;
    margin-left: -21.25%;
    padding-top: 28.33333333%;
  }
}
@media only screen and (max-width: 74em) {
  .card {
    width: 50%;
    margin-top: -16.66666667%;
    margin-left: -25%;
    padding-top: 33.33333333%;
  }
}
@media only screen and (max-width: 62.5em) {
  .card {
    width: 56%;
    margin-top: -18.66666667%;
    margin-left: -28%;
    padding-top: 37.33333333%;
  }
}
@media only screen and (max-width: 56em) {
  .card {
    width: 65%;
    margin-top: -21.66666667%;
    margin-left: -32.5%;
    padding-top: 43.33333333%;
  }
}
@media only screen and ( max-width: 48em ) {
  .card {
    position: relative;
    left: 0;
    top: 0;
    width: 90%;
    height: auto;
    margin: 5%;
    padding: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    zoom: 1;
  }
  .card:before,
  .card:after {
    content: ' ';
    display: table;
  }
  .card:after {
    clear: both;
  }
  .card--photo {
    display: none;
  }
  .card-inner {
    position: relative;
    padding: 1em;
  }
}
h1 {
  margin: 0 0 0.8em 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
p {
  margin: 0 0 1.4em 0;
  font-size: 1em;
}
.subline {
  margin-bottom: 1.4em;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 2em 2em;
}
@media only screen and ( max-width: 48em ) {
  .contact {
    position: relative;
    margin: 0;
  }
}
