
/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/stylus/lib/functions/index.styl */

/* line 14 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/index.styl */

/* line 14 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/border.styl */

/* line 11 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/clearfix.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/color-image.styl */

/* line 5 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/flex.styl */

/* line 91 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/gradients.styl */

/* line 91 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/config.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/iconic.styl */

/* line 8 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/image.styl */

/* line 26 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/overflow.styl */

/* line 3 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/positions.styl */

/* line 3 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/reset.styl */

/* line 6 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/index.styl */

/* line 6 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/aliases.styl */

/* line 13 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/ellipsis.styl */

/* line 10 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/hide-text.styl */

/* line 9 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/replace-text.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/shadow-stroke.styl */

/* line undefined : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/vendor.styl */

/* line 578 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/config.styl */

/* line 12 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/size.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
* {
  padding: 0;
  margin: 0;
  border: none;
}

/* line 6 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
}

/* line 13 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
.ie_upgrade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: none;
}

/* line 21 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
.ie_upgrade .text {
  position: absolute;
  top: 49%;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
}

/* line 27 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
.fade_container {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 31 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
#container,
.fade_container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* line 39 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
#home {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 44 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
#home .logo {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 325px;
  top: 44%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 54 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
#home .links {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 62 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
#home .link {
  display: inline-block;
  color: #a3a3a3;
  font-size: 12px;
  margin: 0 15px;
}

/* line 68 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
#home .link a {
  color: #a3a3a3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

/* line 73 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
#home .link a:hover {
  color: #000;
}

/* line 78 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */

/* line 79 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
body.desktop #contact {
  min-width: 500px;
  min-height: 700px;
}

/* line 84 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */

/* line 85 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */

/* line 86 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
body.tablet #home .links {
  top: 55% !important;
}

/* line 90 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
body.mobile {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 93 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */

/* line 94 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
body.mobile #home .logo {
  top: 33%;
  width: 200px;
}

/* line 98 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/app.styl */
body.mobile #home .link {
  margin: 0 7px;
}


/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/stylus/lib/functions/index.styl */

/* line 14 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/index.styl */

/* line 14 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/border.styl */

/* line 11 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/clearfix.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/color-image.styl */

/* line 5 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/flex.styl */

/* line 91 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/gradients.styl */

/* line 91 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/config.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/iconic.styl */

/* line 8 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/image.styl */

/* line 26 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/overflow.styl */

/* line 3 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/positions.styl */

/* line 3 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/reset.styl */

/* line 6 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/index.styl */

/* line 6 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/aliases.styl */

/* line 13 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/ellipsis.styl */

/* line 10 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/hide-text.styl */

/* line 9 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/replace-text.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/shadow-stroke.styl */

/* line undefined : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/vendor.styl */

/* line 578 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/config.styl */

/* line 12 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/size.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact {
  position: relative;
  height: 100%;
  width: 100%;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
}

/* line 8 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact .logo {
  position: absolute;
  top: 8%;
  left: 50%;
  display: block;
  margin: 0 auto;
  width: 200px;
  margin-left: -100px;
  top: 5.5%;
  z-index: 2;
}

/* line 20 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact .logo img {
  width: 100%;
}

/* line 23 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact #content {
  position: absolute;
  top: 17%;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}

/* line 29 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact #content .row {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0px 20px;
  color: #fe1aa3;
}

/* line 36 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 37 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact #content .row .email a {
  line-height: 22px;
}

/* line 40 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact #content .row .email h1 {
  font-weight: 300;
}

/* line 43 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact #content .row .email img {
  margin-right: 5px;
}

/* line 46 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact #content .row .email img.twitter {
  margin-bottom: -1px;
  width: 17px;
}

/* line 50 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact #content .row .email img.tumblr {
  margin: 0 10px 0 5px;
}

/* line 53 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact #content .row a {
  text-decoration: none;
  color: #fe1aa3;
  display: block;
}

/* line 58 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact #content .row h1,
#contact #content .row h2 {
  font-size: 16px;
  margin: 20px 0 0;
  font-weight: 400;
}

/* line 64 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact #content .row h1 {
  margin: 20px 0 20px 0;
  font-weight: 400;
}

/* line 68 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact #content .row p,
#contact #content .row a {
  line-height: 18px;
}

/* line 72 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 75 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact .links {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

/* line 84 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact .link {
  display: inline-block;
  color: #a3a3a3;
  font-size: 12px;
  margin: 0 15px;
}

/* line 90 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact .link a {
  color: #a3a3a3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

/* line 95 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact .link a:hover {
  color: #000;
}

/* line 98 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
#contact .link.contact {
  color: #000;
  cursor: default;
}

/* line 103 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
@media all and ( max-width: 1023px ) {

/* line 104 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 106 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 108 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
  body.desktop #contact .fade_container {
    height: auto;
  }

/* line 111 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
  body.desktop #contact #content {
    position: relative;
    width: 280px;
    padding-left: 83px !important;
    margin-top: 0 !important;
    margin: 0 auto;
    top: 0;
    padding: 160px 0 50px;
  }

/* line 120 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
  body.desktop #contact #content .row {
    display: block;
    margin: 0;
    text-align: left;
  }

/* line 125 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
  body.desktop #contact .links {
    position: relative;
    bottom: auto;
    padding-bottom: 50px;
  }
}

/* line 131 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 133 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 135 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.mobile #contact #content {
  position: relative;
  margin-top: 0 !important;
  top: 0 !important;
  padding: 75px 0 30px 0;
}

/* line 141 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.mobile #contact #content .row {
  display: block;
  text-align: left;
}

/* line 145 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 146 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.mobile #contact #content .row .email a {
  line-height: 22px;
}

/* line 149 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.mobile #contact #content .row .email h1 {
  font-weight: 300;
}

/* line 152 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.mobile #contact #content .row h1 {
  font-weight: 400;
}

/* line 155 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.mobile #contact #content .row h1,
body.mobile #contact #content .row h2,
body.mobile #contact #content .row span {
  margin-top: 20px;
}

/* line 160 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.mobile #contact .links {
  position: relative;
  bottom: auto;
  padding-bottom: 50px;
}

/* line 165 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.mobile #contact .link {
  margin: 0 7px;
}

/* line 168 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 170 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 172 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.tablet.portrait #contact .fade_container {
  height: auto;
}

/* line 177 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 179 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 181 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.tablet #contact #content {
  margin-top: 0px !important;
}

/* line 185 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 187 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */

/* line 188 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.tablet #contact #content .row .email a {
  line-height: 22px;
}

/* line 191 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.tablet #contact #content .row .email h1 {
  font-weight: 300;
}

/* line 194 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.tablet #contact #content .row h1,
body.tablet #contact #content .row h2 {
  margin: 10px 0;
  font-size: 14px;
}

/* line 199 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
body.tablet #contact #content .row span {
  font-size: 14px;
}
@media all and ( max-width: 800px ) {

/* line 204 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
  body.tablet #contact #content {
    position: relative;
    margin-top: 0 !important;
    top: 0 !important;
    padding: 95px 0 50px !important;
  }

/* line 210 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
  body.tablet #contact #content .row {
    display: block;
    text-align: center;
  }

/* line 214 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/contact.styl */
  body.tablet #contact .links {
    position: relative;
    bottom: auto;
    padding-bottom: 100px;
  }
}


/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/stylus/lib/functions/index.styl */

/* line 14 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/index.styl */

/* line 14 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/border.styl */

/* line 11 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/clearfix.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/color-image.styl */

/* line 5 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/flex.styl */

/* line 91 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/gradients.styl */

/* line 91 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/config.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/iconic.styl */

/* line 8 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/image.styl */

/* line 26 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/overflow.styl */

/* line 3 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/positions.styl */

/* line 3 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/reset.styl */

/* line 6 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/index.styl */

/* line 6 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/aliases.styl */

/* line 13 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/ellipsis.styl */

/* line 10 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/hide-text.styl */

/* line 9 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/replace-text.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/shadow-stroke.styl */

/* line undefined : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/vendor.styl */

/* line 578 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/config.styl */

/* line 12 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/size.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 6 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images .logo {
  position: absolute;
  top: 8%;
  left: 50%;
  display: block;
  margin: 0 auto;
  width: 200px;
  margin-left: -100px;
  top: 5.5%;
  z-index: 2;
}

/* line 18 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images .logo img {
  width: 100%;
}

/* line 21 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images #gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 27 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images #gallery .prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  cursor: pointer;
  display: none;
}

/* line 33 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images #gallery .next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
  cursor: pointer;
  display: none;
}

/* line 39 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images #gallery ul {
  position: absolute;
  top: 50%;
  left: 50%;
  list-style: none;
  cursor: pointer;
}

/* line 44 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images #gallery li {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 50 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images #gallery li:first-child {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

/* line 54 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images #gallery li img {
  width: 100%;
  height: 100%;
}

/* line 58 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images .links {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

/* line 67 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images .link {
  display: inline-block;
  color: #a3a3a3;
  font-size: 12px;
  margin: 0 15px;
}

/* line 73 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images .link a {
  color: #a3a3a3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

/* line 78 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images .link a:hover {
  color: #000;
}

/* line 81 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
#images .link.images {
  color: #000;
  cursor: default;
}

/* line 86 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */

/* line 88 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */

/* line 89 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
body.tablet #gallery .prev,
body.tablet #gallery .next {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 95 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */

/* line 97 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */

/* line 99 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
body.mobile #images .link {
  margin: 0 7px;
}

/* line 102 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */

/* line 103 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
body.mobile #images #gallery .prev,
body.mobile #images #gallery .next {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 108 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/images.styl */
body.mobile #images #gallery ul {
  width: 100% !important;
  left: 0 !important;
  margin-left: 0 !important;
}


/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/stylus/lib/functions/index.styl */

/* line 14 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/index.styl */

/* line 14 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/border.styl */

/* line 11 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/clearfix.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/color-image.styl */

/* line 5 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/flex.styl */

/* line 91 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/gradients.styl */

/* line 91 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/config.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/iconic.styl */

/* line 8 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/image.styl */

/* line 26 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/overflow.styl */

/* line 3 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/positions.styl */

/* line 3 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/reset.styl */

/* line 6 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/index.styl */

/* line 6 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/aliases.styl */

/* line 13 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/ellipsis.styl */

/* line 10 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/hide-text.styl */

/* line 9 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/replace-text.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/text/shadow-stroke.styl */

/* line undefined : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/vendor.styl */

/* line 578 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/config.styl */

/* line 12 : /Users/hires/Desktop/work/hires/miles_aldridge/node_modules/polvo/node_modules/polvo-stylus/node_modules/nib/lib/nib/size.styl */

/* line 1 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 6 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works .logo {
  position: absolute;
  top: 8%;
  left: 50%;
  display: block;
  margin: 0 auto;
  width: 200px;
  margin-left: -100px;
  top: 5.5%;
  z-index: 2;
}

/* line 18 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works .logo img {
  width: 100%;
}

/* line 21 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works #gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 27 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works #gallery .prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  cursor: pointer;
  display: none;
}

/* line 33 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works #gallery .next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
  cursor: pointer;
  display: none;
}

/* line 39 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works #gallery ul {
  position: absolute;
  top: 50%;
  left: 50%;
  list-style: none;
  cursor: pointer;
}

/* line 44 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works #gallery li {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 50 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works #gallery li:first-child {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

/* line 54 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works #gallery li img {
  width: 100%;
  height: 100%;
}

/* line 58 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works .links {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

/* line 67 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works .link {
  display: inline-block;
  color: #a3a3a3;
  font-size: 12px;
  margin: 0 15px;
}

/* line 73 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works .link a {
  color: #a3a3a3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

/* line 78 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works .link a:hover {
  color: #000;
}

/* line 81 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
#works .link.works {
  color: #000;
  cursor: default;
}

/* line 86 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */

/* line 88 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */

/* line 89 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
body.tablet #gallery .prev,
body.tablet #gallery .next {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 95 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */

/* line 97 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */

/* line 99 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
body.mobile #works .link {
  margin: 0 7px;
}

/* line 102 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */

/* line 103 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
body.mobile #works #gallery .prev,
body.mobile #works #gallery .next {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/* line 108 : /Users/hires/Desktop/work/hires/miles_aldridge/src/stylus/works.styl */
body.mobile #works #gallery ul {
  width: 100% !important;
  left: 0 !important;
  margin-left: 0 !important;
}
