/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
@import url("https://use.typekit.net/gbm5abq.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
html {
  height: 100%;
}
body {
  font-family: "futura-pt";
  text-align: center;
  background-color: #fafafa;
  padding: 10px;
}
h1 {
  font-family: "futura-pt-bold";
  font-size: 30px;
  line-height: 40px;
  margin-top: 84px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h2 {
  font-family: "futura-pt-bold";
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 60px;
  letter-spacing: 2px;
}
p {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  max-width: 600px;
  margin: auto;
  letter-spacing: 2px;
}
a {
  text-decoration: none;
  color: #000;
  transition: border 200ms;
  border-bottom: 2px solid transparent;
}
a:hover {
  border-bottom: 2px solid #000;
}
#wrapper {
  height: 100%;
}
#logo {
  width: 300px;
}
#main-header {
  max-width: 960px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 100px;
}
#main-title {
  visibility: hidden;
  margin-top: -10px;
}
#main-content {
  max-width: 1280px;
  margin: auto;
  visibility: hidden;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
#main-footer {
  height: 100px;
}
#cases {
  text-align: center;
  -webkit-perspective: 1000px;
  /* Chrome, Safari, Opera */
  perspective: 1000px;
}
#cases .case {
  display: inline-block;
  position: relative;
  visibility: hidden;
  transform-style: preserve-3d;
  transform-origin-y: 0;
  -ms-transform-origin-y: 0;
  /* IE 9 */
  -webkit-transform-origin-y: 0;
  /* Chrome, Safari, Opera */
  transition: opacity 200ms;
  margin-bottom: 20px;
}
#cases .case:hover {
  opacity: 0.9;
  z-index: 99;
}
#cases .case:hover .description {
  opacity: 1;
}
#cases .case .description {
  padding: 4px;
}
#cases .case .description .info-row {
  padding: 4px;
  text-transform: uppercase;
  font-size: 11px;
}
#cases .case-thumb {
  width: 250px;
  display: inline;
  padding: 5px;
  margin: 5px;
  background: #fff;
  -moz-box-shadow: 0px 0px 10px 0px #ccc;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
  box-shadow: 0px 0px 10px 0px #ccc;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 3px;
  }
  #cases .case {
    margin-bottom: 0px;
  }
  #cases .case .description {
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: left;
    transition: opacity 200ms;
    opacity: 0;
    line-height: 14px;
    width: 100%;
  }
  #cases .case .description .customer,
  #cases .case .description .info {
    display: inline-block;
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
  }
  #cases .case .description .customer {
    bottom: 12px;
    left: 10px;
    z-index: 99;
    padding: 4px 4px 0 0;
  }
  #cases .case .description .info {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    visibility: visible;
    z-index: 99;
    padding: 4px;
  }
  #cases .case .description .info .info-row {
    opacity: 1;
    display: block;
    padding: 4px;
    text-align: center;
  }
  #cases .case .description .info .info-row span {
    background-color: #fff;
    padding: 5px 10px;
    display: inline-block;
  }
}
