box-shadow (arg) {
  -webkit-box-shadow: arg;
  -moz-box-shadow: arg;
  -ms-box-shadow: arg;
  -o-box-shadow: arg;
  box-shadow: arg;
}
html {
  height: 100%;
  margin-bottom: 0.01em;
}
body {
  background: #2a2a2a;
  color: #fff;
  padding-bottom: 200px;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
a img {
  border: none;
}
.janitor {
  clear: both;
  opacity: 0;
}
#videos iframe {
  display: block;
  float: left;
  margin: 20px 0 20px 20px;
  box-shadow: 10px 10px 0 rgba(0,0,0,0.3);
}
#container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  margin-top: 20px;
}
#buttons {
  width: 400;
  height: 40;
  position: absolute;
  top: 52px;
  right: 20px;
  font-family: "Nexa Bold";
  font-size: 40px;
  line-height: 30px;
  text-transform: uppercase;
}
#contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -300%;
  padding-top: 50%;
  opacity: 0;
  background: #000;
  background: rgba(0,0,0,0.8);
  font-family: "Nexa Bold";
  text-align: center;
}
#contact #modal {
  width: 900px;
  margin: 0 auto;
  margin-top: -450px;
}
#contact #modal p {
  font-size: 40px;
  text-transform: uppercase;
}
#logo {
  margin: 0 0 0 20px;
}
#logo a {
  display: block;
  width: 350px;
}
#top,
#bottom {
  width: 350px;
  height: 46px;
  overflow: hidden;
}
#top img,
#bottom img {
  display: block;
  width: 350px;
  height: 92px;
  margin: 0;
  padding: 0;
}
#top img {
  margin-top: 46px;
}
#bottom img {
  margin-top: -92px;
}
#images {
  margin: 10px 0 400px 0;
}
#images img {
  display: block;
  float: left;
  margin: 0 0 20px 20px;
  border-left: 10px solid #fff;
  box-shadow: 10px 10px 0 rgba(0,0,0,0.3);
}
