/* Imports -----------------------------------------------------------------*/
/* line 17, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Variables -------------------------------------------------------------- */
/* Body ------------------------------------------------------------------- */
/* line 22, ../sass/tablet.scss */
body {
  font-family: lato;
  color: #555555;
}

/* line 27, ../sass/tablet.scss */
a {
  color: #ffaa82;
}

/* line 31, ../sass/tablet.scss */
h1 {
  font-size: 2em;
  font-weight: 800;
}

/* line 36, ../sass/tablet.scss */
h2 {
  font-size: 1.5em;
}

/* line 40, ../sass/tablet.scss */
h3 {
  font-size: 1.17em;
}

/* line 44, ../sass/tablet.scss */
.content {
  padding: 50px 13%;
  line-height: 1.75em;
}
/* line 48, ../sass/tablet.scss */
.content h1 {
  margin-bottom: 40px;
}

/* line 53, ../sass/tablet.scss */
a.shift_link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 60, ../sass/tablet.scss */
a.shift_link:hover {
  padding-left: 25px;
  color: #ffcab1;
}

/* Grid ------------------------------------------------------------------- */
/* line 67, ../sass/tablet.scss */
.table-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 72, ../sass/tablet.scss */
.table-container .col {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px;
}
/* line 80, ../sass/tablet.scss */
.table-container .col:first-child {
  padding-left: 0px;
}
/* line 84, ../sass/tablet.scss */
.table-container .col:last-child {
  padding-right: 0px;
}
/* line 88, ../sass/tablet.scss */
.table-container .col-1 {
  width: 100%;
}
/* line 92, ../sass/tablet.scss */
.table-container .col-1-2 {
  width: 50%;
}
/* line 96, ../sass/tablet.scss */
.table-container .col-1-3 {
  width: 33.33%;
}
/* line 100, ../sass/tablet.scss */
.table-container .col-2-3 {
  width: 66.66%;
}
/* line 104, ../sass/tablet.scss */
.table-container .col-1-4 {
  width: 25%;
}
/* line 108, ../sass/tablet.scss */
.table-container .col-3-4 {
  width: 75%;
}
/* line 112, ../sass/tablet.scss */
.table-container .col-1-5 {
  width: 20%;
}
/* line 116, ../sass/tablet.scss */
.table-container .col-2-5 {
  width: 40%;
}
/* line 120, ../sass/tablet.scss */
.table-container .col-3-5 {
  width: 60%;
}
/* line 124, ../sass/tablet.scss */
.table-container .col-4-5 {
  width: 80%;
}
/* line 128, ../sass/tablet.scss */
.table-container .col-1-6 {
  width: 16.66%;
}
/* line 132, ../sass/tablet.scss */
.table-container .col-5-6 {
  width: 83.33%;
}

/* Navigation ------------------------------------------------------------- */
/* line 139, ../sass/tablet.scss */
nav {
  background-color: #ffaa82;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  z-index: 2;
  color: #FFF;
  -webkit-box-shadow: inset 0px -1px 0px #ff905c;
  -moz-box-shadow: inset 0px -1px 0px #ff905c;
  box-shadow: inset 0px -1px 0px #ff905c;
  border-bottom: 1px solid #ffcab1;
}
/* line 153, ../sass/tablet.scss */
nav #nav-button {
  color: #FFF;
}
/* line 155, ../sass/tablet.scss */
nav #nav-button i {
  padding: 18px 0px 0px 13%;
}
/* line 160, ../sass/tablet.scss */
nav #nav-links {
  display: none;
  font-weight: 300;
  font-size: 24px;
  margin-left: 13%;
  background: #ffaa82;
  width: 300px;
  border-bottom: 1px solid #ffcab1;
}
/* line 169, ../sass/tablet.scss */
nav #nav-links li {
  padding: 22px;
  display: block;
  border: 1px solid #ffcab1;
  border-bottom: 0px;
}
/* line 177, ../sass/tablet.scss */
nav #social {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #FFF;
  font-size: 1em;
  margin-right: 13%;
}
/* line 185, ../sass/tablet.scss */
nav #social li {
  padding: 18px 0px 18px 10px;
}
/* line 190, ../sass/tablet.scss */
nav li {
  display: inline-block;
}
/* line 193, ../sass/tablet.scss */
nav li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 199, ../sass/tablet.scss */
nav li a:hover {
  color: #ffcab1;
}

/* line 205, ../sass/tablet.scss */
#project_navigation {
  display: none;
}

/* line 209, ../sass/tablet.scss */
#project_navigation.show {
  top: 70px;
}

/* Header ------------------------------------------------------------------*/
/* line 215, ../sass/tablet.scss */
#header {
  background: url("../images/congruent_pentagon.png") center center fixed;
  padding: 0 13%;
}
/* line 219, ../sass/tablet.scss */
#header #title {
  position: relative;
  text-align: center;
}
/* line 223, ../sass/tablet.scss */
#header #title #title-text {
  display: inline-block;
  text-align: center;
  color: #FFF;
}
/* line 229, ../sass/tablet.scss */
#header #title h1 {
  font-weight: 300;
  font-size: 8.01em;
  margin: 0 0 10px;
}
/* line 235, ../sass/tablet.scss */
#header #title h2 {
  font-weight: 300;
  font-size: 4.22em;
  margin: 0;
}
/* line 241, ../sass/tablet.scss */
#header #title h3 {
  font-weight: 400;
  padding-top: 5px;
}
/* line 246, ../sass/tablet.scss */
#header #title img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 130px;
  border: 3px solid #fff;
  display: block;
  margin: 0 auto;
  vertical-align: top;
}

/* About -------------------------------------------------------------------*/
/* line 259, ../sass/tablet.scss */
#about {
  position: relative;
}
/* line 262, ../sass/tablet.scss */
#about h2 {
  font-weight: 300;
  font-size: 1.2em;
}
/* line 267, ../sass/tablet.scss */
#about #wide_photo {
  background-image: url("../images/wide_photo.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 33%;
}
/* line 275, ../sass/tablet.scss */
#about #about_text {
  width: 66%;
}

/* Projects ----------------------------------------------------------------*/
/* line 283, ../sass/tablet.scss */
#projects .project_header {
  background-position: center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 360px;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
/* line 292, ../sass/tablet.scss */
#projects .project_mask {
  background-position: center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* line 300, ../sass/tablet.scss */
#projects .project_name {
  padding: 100px 13%;
  position: absolute;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 6px;
}
/* line 305, ../sass/tablet.scss */
#projects .project_name h1 {
  font-size: 5em;
}
/* line 309, ../sass/tablet.scss */
#projects .project_name h2 {
  font-size: 2em;
}
/* line 313, ../sass/tablet.scss */
#projects .project_name h3 {
  font-size: 1.5em;
  padding-top: 10px;
}
/* line 318, ../sass/tablet.scss */
#projects .project_name a {
  text-decoration: none;
  color: #FFF;
}
/* line 324, ../sass/tablet.scss */
#projects .project_detail {
  display: none;
}
/* line 327, ../sass/tablet.scss */
#projects .project_detail .table-container {
  padding-bottom: 120px;
}
/* line 331, ../sass/tablet.scss */
#projects .project_detail .project_image {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 337, ../sass/tablet.scss */
#projects .project_detail .project_gallery {
  height: 150px;
  font-size: 0;
}
/* line 341, ../sass/tablet.scss */
#projects .project_detail .project_gallery .project_image {
  display: inline-block;
  height: 100%;
  width: 19%;
  margin-right: 1.25%;
}
/* line 348, ../sass/tablet.scss */
#projects .project_detail .project_gallery .project_image:last-child {
  margin-right: 0;
}
/* line 353, ../sass/tablet.scss */
#projects .project_detail h1 {
  padding: 60px 0;
  font-size: 3.5em;
  color: #ffaa82;
}
/* line 359, ../sass/tablet.scss */
#projects .project_detail .collapse {
  color: inherit;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 15px;
}
/* line 370, ../sass/tablet.scss */
#projects #emcee .project_header {
  background: url(../images/emcee/banner.jpg) no-repeat center fixed;
}
/* line 371, ../sass/tablet.scss */
#projects #emcee .project_mask {
  background: url(../images/emcee/overlay.jpg) no-repeat center fixed;
}

#projects #grass_roots .project_header {
  background: url(../images/grass_roots/banner.jpg) no-repeat center fixed;
}
#projects #grass_roots .project_mask {
  background: url(../images/grass_roots/overlay.jpg) no-repeat center fixed;
}

/* line 375, ../sass/tablet.scss */
#projects #rocket_blocks .project_header {
  background: url(../images/rocket_blocks/banner.jpg) no-repeat center fixed;
}
/* line 376, ../sass/tablet.scss */
#projects #rocket_blocks .project_mask {
  background: url(../images/rocket_blocks/overlay.jpg) no-repeat center fixed;
}
/* line 380, ../sass/tablet.scss */
#projects #compositions .project_header {
  background: url(../images/compositions/banner.jpg) no-repeat center fixed;
}
/* line 381, ../sass/tablet.scss */
#projects #compositions .project_mask {
  background: url(../images/compositions/overlay.jpg) no-repeat center fixed;
}
/* line 385, ../sass/tablet.scss */
#projects #bb10 .project_header {
  background: url(../images/bb10/banner.jpg) no-repeat center fixed;
}
/* line 386, ../sass/tablet.scss */
#projects #bb10 .project_mask {
  background: url(../images/bb10/overlay.jpg) no-repeat center fixed;
}
/* line 390, ../sass/tablet.scss */
#projects #wordworks .project_header {
  background: url(../images/wordworks/banner.jpg) no-repeat center fixed;
}
/* line 391, ../sass/tablet.scss */
#projects #wordworks .project_mask {
  background: url(../images/wordworks/overlay.jpg) no-repeat center fixed;
}

/* Experience --------------------------------------------------------------*/
/* line 399, ../sass/tablet.scss */
#experience #pro_experience {
  margin-bottom: 50px;
  display: block;
}
/* line 403, ../sass/tablet.scss */
#experience #pro_experience .col {
  padding: 0 0 30px 0;
}
/* line 407, ../sass/tablet.scss */
#experience #pro_experience .col:last-child {
  padding-bottom: 0;
}
/* line 413, ../sass/tablet.scss */
#experience h3 {
  margin-top: 0.2em;
  margin-bottom: 1em;
}
/* line 418, ../sass/tablet.scss */
#experience .left-col {
  display: block;
  width: 100%;
}
/* line 423, ../sass/tablet.scss */
#experience .center-col {
  display: block;
  width: 100%;
  padding-left: 0px;
}
/* line 429, ../sass/tablet.scss */
#experience .right-col {
  display: block;
  width: 100%;
  padding-left: 0px;
}
/* line 435, ../sass/tablet.scss */
#experience #education-image {
  background-image: url("../images/sfu_photo.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 33.33%;
}
/* line 443, ../sass/tablet.scss */
#experience #education-text {
  width: 66.66%;
}

/* Contact -----------------------------------------------------------------*/
/* line 450, ../sass/tablet.scss */
#contact {
  background: url("../images/congruent_pentagon.png") center center fixed;
  color: #FFF;
}
/* line 454, ../sass/tablet.scss */
#contact h2 {
  padding-bottom: 1.2em;
}
/* line 458, ../sass/tablet.scss */
#contact p {
  padding-bottom: 1em;
}
/* line 462, ../sass/tablet.scss */
#contact a {
  color: inherit;
}
/* line 466, ../sass/tablet.scss */
#contact #contact-info {
  display: table-cell;
  vertical-align: top;
  padding-right: 50px;
  font-size: 1em;
  width: 140px;
}
/* line 474, ../sass/tablet.scss */
#contact #contact-form {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
/* line 480, ../sass/tablet.scss */
#contact .input-form {
  position: relative;
  height: 40px;
  margin-bottom: 7px;
  background: orange;
}
/* line 487, ../sass/tablet.scss */
#contact .textarea-form {
  position: relative;
  height: 200px;
  background: orange;
}
/* line 493, ../sass/tablet.scss */
#contact label {
  display: inline-block;
  text-align: center;
  width: 38px;
  font-size: 20px;
  line-height: 20px;
  padding: 8.5px 0;
  background-color: #FFF;
  color: #ffaa82;
  border: 1px solid #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 510, ../sass/tablet.scss */
#contact input {
  padding: 5px;
  padding-left: 45px;
  height: 40px;
  border: 0;
  outline: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 520, ../sass/tablet.scss */
#contact textarea {
  font-family: lato;
  padding: 10px;
  padding-left: 45px;
  width: 100%;
  height: 200px;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
/* line 532, ../sass/tablet.scss */
#contact .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: lato;
  border: 1px solid #FFF;
  background: #FFF;
  color: #ffaa82;
  outline: none;
  padding: 10px;
  margin-top: 7px;
  width: 120px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 546, ../sass/tablet.scss */
#contact .button + .button {
  margin-left: 4px;
}
/* line 550, ../sass/tablet.scss */
#contact .button:focus, #contact .button:hover {
  background: #ffaa82;
  color: #FFF;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 556, ../sass/tablet.scss */
#contact input:focus + label, #contact textarea:focus + label {
  background-color: #ffaa82;
  color: #FFF;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 562, ../sass/tablet.scss */
#contact #copyright {
  text-align: center;
  padding-bottom: 20px;
}

/* -------------------------------------------------------------------------*/
