@charset "CP850";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);
@font-face {
  font-family: HelBold;
  src: url("../fonts/HelveticaLTStd-BoldCond_0.eot");
  src: local("☺"), url("../fonts/HelveticaLTStd-BoldCond_0.woff") format("woff"), url("../fonts/HelveticaLTStd-BoldCond_0.ttf") format("truetype"), url("../fonts/HelveticaLTStd-BoldCond_0.svg") format("svg");
  font-weight: bold;
  font-style: bold;
}

/* line 14, ../sass/style.sass */
body {
  background: white;
  font-family: "Open Sans";
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 20, ../sass/style.sass */
body.white {
  background: black;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 25, ../sass/style.sass */
body.white .logo path, body.white .logo polygon {
  fill: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 29, ../sass/style.sass */
body.white hr {
  border-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 33, ../sass/style.sass */
body.white a {
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 37, ../sass/style.sass */
.logo {
  width: 290px;
  height: auto;
  margin: 0 auto;
}
/* line 42, ../sass/style.sass */
.logo svg {
  width: 290px;
  height: 232px;
}

/* line 46, ../sass/style.sass */
.container {
  width: 500px;
  height: 440px;
  position: absolute;
  top: 50%;
  margin-top: -220px;
  left: 50%;
  margin-left: -250px;
}

/* line 56, ../sass/style.sass */
.grid {
  width: 500px;
}
/* line 59, ../sass/style.sass */
.grid div:hover hr {
  width: 55px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 63, ../sass/style.sass */
.grid h1 {
  font-family: HelBold;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
/* line 70, ../sass/style.sass */
.grid hr {
  border-color: black;
  width: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 77, ../sass/style.sass */
.grid a {
  color: #555555;
  text-decoration: none;
  font-size: 15px;
}
/* line 82, ../sass/style.sass */
.grid .my-work {
  width: 48%;
  float: left;
  margin-top: 140px;
}
/* line 87, ../sass/style.sass */
.grid .get-in-touch {
  width: 48%;
  float: right;
  margin-top: 140px;
}
