/*** LAYOUT ***/
/* line 4, ../sass/style.scss */
body {
  background: white;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

/* line 10, ../sass/style.scss */
a {
  text-decoration: none;
}

/* line 14, ../sass/style.scss */
a:visited {
  text-decoration: none;
}

/* line 18, ../sass/style.scss */
.container {
  width: 1020px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 200px;
  margin: 0 auto;
}

/* line 26, ../sass/style.scss */
.mobile-container {
  display: none;
}
/* line 29, ../sass/style.scss */
.mobile-container h1 {
  margin-top: 100px;
  line-height: 30px;
}
/* line 34, ../sass/style.scss */
.mobile-container p {
  line-height: 30px;
}
/* line 38, ../sass/style.scss */
.mobile-container .mobile-footer {
  position: absolute;
  bottom: 0px;
  text-align: center;
}

@media only screen and (min-device-width: 374px) and (max-device-width: 376px) {
  /* line 56, ../sass/style.scss */
  .container {
    width: 300px;
    margin: 0 auto;
    display: none;
  }

  /* line 62, ../sass/style.scss */
  .mobile-container {
    display: block;
    margin-top: 100px;
    font-size: 20px;
    line-height: 30px;
  }
  /* line 68, ../sass/style.scss */
  .mobile-container a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: black;
    line-height: 20px;
  }
  /* line 76, ../sass/style.scss */
  .mobile-container h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-align: center;
  }
  /* line 82, ../sass/style.scss */
  .mobile-container p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
  }
}
/* line 93, ../sass/style.scss */
#detail {
  background: #333;
  width: 99%;
  min-height: 600px;
  display: none;
}
/* line 100, ../sass/style.scss */
#detail .project-wrapper {
  width: 960px;
  height: auto;
  padding-top: 60px;
  margin-left: 40px;
  margin-bottom: 100px;
}
/* line 108, ../sass/style.scss */
#detail .close {
  height: 50px;
  width: 50px;
  float: right;
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  margin-right: 5px;
  margin-top: 5px;
}
/* line 120, ../sass/style.scss */
#detail .project-description {
  width: 280px;
  margin-right: 10px;
  text-align: left;
  float: left;
  display: inline-block;
  color: #ccc;
  line-height: 30px;
  font-size: 20px;
}
/* line 130, ../sass/style.scss */
#detail .project-description h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
/* line 140, ../sass/style.scss */
#detail .project-description p {
  font-size: 16px;
  padding-top: 20px;
  line-height: 26px;
}
/* line 146, ../sass/style.scss */
#detail .project-description .press {
  padding-top: 10px;
}
/* line 149, ../sass/style.scss */
#detail .project-description .press a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  line-height: 26px;
}
/* line 159, ../sass/style.scss */
#detail .project-description a {
  text-decoration: none;
  color: #ccc;
}
/* line 166, ../sass/style.scss */
#detail .project-screens {
  width: 610px;
  float: left;
  margin-left: 20px;
  display: inline-block;
  margin-bottom: 60px;
}
/* line 173, ../sass/style.scss */
#detail .project-screens p {
  font-size: 16px;
  margin-top: 60px;
  line-height: 26px;
  text-transform: uppercase;
  color: white;
  text-align: left;
  font-weight: bold;
}
/* line 183, ../sass/style.scss */
#detail .project-screens img {
  float: left;
}

/*** NAV ***/
/* line 195, ../sass/style.scss */
.top-nav {
  margin-left: 0px;
  margin-right: 0px;
  background: white;
  height: 130px;
  color: black;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}
/* line 206, ../sass/style.scss */
.top-nav h1 {
  font-size: 36px;
  margin-top: 40px;
  text-align: left;
  text-transform: uppercase;
  line-height: 130px;
  display: inline;
  font-weight: 800;
  color: #111;
  padding-left: 2px;
}
/* line 218, ../sass/style.scss */
.top-nav .sub-nav {
  display: inline-block;
  height: 50px;
  position: absolute;
  top: 60px;
}
/* line 224, ../sass/style.scss */
.top-nav .sub-nav p {
  text-align: left;
  display: inline;
  font-size: 12px;
  color: #666;
  padding-left: 30px;
}
/* line 232, ../sass/style.scss */
.top-nav .sub-nav a {
  text-align: left;
  display: inline;
  font-size: 12px;
  color: #666;
  padding-left: 30px;
  text-decoration: none;
}

/*** TILES ***/
/* line 249, ../sass/style.scss */
.box {
  background: white;
  width: 32%;
  float: left;
  border: 5px solid white;
  background-size: cover;
}
/* line 259, ../sass/style.scss */
.box p {
  font: 12px sans-serif;
  color: #fff;
  padding: 1rem;
  margin: 0;
}

/* line 265, ../sass/style.scss */
.box-spacer {
  background: white;
  width: 32%;
  float: left;
  border: 5px solid white;
  background-size: cover;
  height: 80px;
}
/* line 49, ../sass/style.scss */
.box-spacer:before {
  content: '';
  float: left;
  padding-bottom: 66.66667%;
}
/* line 50, ../sass/style.scss */
.box-spacer:after {
  content: '';
  display: table;
  clear: both;
}

/* line 276, ../sass/style.scss */
.logo-cover {
  background-size: cover;
  cursor: pointer;
}
/* line 49, ../sass/style.scss */
.logo-cover:before {
  content: '';
  float: left;
  padding-bottom: 83.33333%;
}
/* line 50, ../sass/style.scss */
.logo-cover:after {
  content: '';
  display: table;
  clear: both;
}
/* line 281, ../sass/style.scss */
.logo-cover .details {
  display: none;
}

/* line 287, ../sass/style.scss */
.logo-cover:hover {
  background-size: cover;
  cursor: pointer;
}
/* line 49, ../sass/style.scss */
.logo-cover:hover:before {
  content: '';
  float: left;
  padding-bottom: 83.33333%;
}
/* line 50, ../sass/style.scss */
.logo-cover:hover:after {
  content: '';
  display: table;
  clear: both;
}
/* line 292, ../sass/style.scss */
.logo-cover:hover .details {
  display: block;
  overflow: hidden;
}
/* line 297, ../sass/style.scss */
.logo-cover:hover .details h2 {
  font-weight: 100;
  color: white;
  font-size: 26px;
  text-align: center;
  padding-top: 220px;
  box-sizing: border-box;
}

/* line 310, ../sass/style.scss */
.cover {
  background-size: cover;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
/* line 49, ../sass/style.scss */
.cover:before {
  content: '';
  float: left;
  padding-bottom: 83.33333%;
}
/* line 50, ../sass/style.scss */
.cover:after {
  content: '';
  display: table;
  clear: both;
}
/* line 316, ../sass/style.scss */
.cover .details {
  display: none;
}

/* line 323, ../sass/style.scss */
.box:hover .cover {
  background: black;
  overflow: hidden;
}
/* line 328, ../sass/style.scss */
.box:hover .title {
  color: white;
  text-align: left;
  display: none;
}
/* line 334, ../sass/style.scss */
.box:hover .details {
  display: block;
  overflow: hidden;
}
/* line 338, ../sass/style.scss */
.box:hover .details h2 {
  font-weight: 800;
  color: white;
  font-size: 26px;
  text-align: center;
  padding-top: 120px;
  box-sizing: border-box;
}

/* line 351, ../sass/style.scss */
.title {
  text-align: left;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
  color: white;
}

/*** PROJECTS ***/
/* line 367, ../sass/style.scss */
.giphy {
  background: url("http://i.giphy.com/e47Hf9do5kgKI.gif") no-repeat center center;
  background-size: cover;
}

/* line 372, ../sass/style.scss */
.betaworks {
  background: #FF0000;
  background: url("http://i.giphy.com/11CZgTwa28f6vu.gif") no-repeat center center;
  background-size: cover;
}

/* line 378, ../sass/style.scss */
.swirl {
  background-size: cover;
  background: url("../img/swirl.jpg") no-repeat center center;
}

/* line 383, ../sass/style.scss */
.turntable {
  background: url("../img/turntable.gif") no-repeat center center;
  background-size: cover;
}

/* line 388, ../sass/style.scss */
.stickybits {
  background: url("http://i.giphy.com/NtqNud2LH6Kje.gif") no-repeat center center;
  background-size: cover;
}

/* line 393, ../sass/style.scss */
.ifym {
  background-size: cover;
  background: url("../img/mitten3.jpg") no-repeat center center;
}

/* line 398, ../sass/style.scss */
.backchannel {
  background: url("http://i.giphy.com/nj6P3nyBoJzFe.gif");
  background-size: cover;
}

/* line 403, ../sass/style.scss */
.tiptop {
  background-size: cover;
  background: url("../img/pizza2.gif") no-repeat center center;
}

/* line 408, ../sass/style.scss */
.trigr {
  background-size: cover;
  background: url("../img/trigr1.jpg") no-repeat center center;
}

/* line 413, ../sass/style.scss */
.sharkbites {
  background: url("http://i.giphy.com/SZzKe0HhRlthC.gif");
  background-size: cover;
}

/* line 418, ../sass/style.scss */
.younow {
  background: url("../img/younow.jpg");
  background-size: cover;
}

/* line 423, ../sass/style.scss */
.jesusvsatan {
  background-size: cover;
  background: url("../img/devil.jpg") no-repeat center center;
}

/*** COMPANIES ***/
/* line 431, ../sass/style.scss */
.samsung {
  background-size: cover;
  background: url("../img/samsung_accel.png") no-repeat center center;
}

/* line 436, ../sass/style.scss */
.betaworks-comp {
  background-size: cover;
  background: url("../img/betaworks.png") no-repeat center center;
}

/* line 441, ../sass/style.scss */
.giphy-comp {
  background: url("../img/giphy4.png") no-repeat center center;
  background-size: cover;
}

/* line 446, ../sass/style.scss */
.turntable-comp {
  background: url("../img/turntable_logo.png") no-repeat center center;
  background-size: cover;
}

/* line 451, ../sass/style.scss */
.yahoo {
  background: url("../img/yahoo.png") no-repeat center center;
  background-size: cover;
}

/* line 456, ../sass/style.scss */
.bigspaceship {
  background: url("../img/bigspaceship.png") no-repeat center center;
  background-size: cover;
}

/* line 461, ../sass/style.scss */
.nyse {
  background: url("../img/nyse.png") no-repeat center center;
  background-size: cover;
}

/* line 466, ../sass/style.scss */
.areacode {
  background: url("../img/mtv.jpg") no-repeat center center;
  background-size: cover;
}

/* line 471, ../sass/style.scss */
.itp {
  background: url("../img/itp.png") no-repeat center center;
  background-size: cover;
}

/* line 476, ../sass/style.scss */
.younow-comp {
  background: url("../img/younow-glogo.jpg") no-repeat center center;
  background-size: cover;
}

/* line 483, ../sass/style.scss */
.clear {
  clear: both;
}
