/* line 5, ../../../../../Users/mreed/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/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, ../../../../../Users/mreed/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Users/mreed/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Users/mreed/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Users/mreed/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Users/mreed/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Users/mreed/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Users/mreed/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Users/mreed/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'damagedsatalightregular';
  src: url("../fonts/damagedsatalight-webfont.woff2") format("woff2"), url("../fonts/damagedsatalight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubunturegular';
  src: url("../fonts/ubuntu-r-webfont.woff2") format("woff2"), url("../fonts/ubuntu-r-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntuitalic';
  src: url("../fonts/ubuntu-ri-webfont.woff2") format("woff2"), url("../fonts/ubuntu-ri-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 94, ../sass/screen.scss */
body {
  margin: 0;
  padding: 0;
  font-family: 'ubunturegular';
  background: #F8F8FF;
  color: black;
}

/* line 101, ../sass/screen.scss */
* {
  box-sizing: border-box;
}

/* line 107, ../sass/screen.scss */
#wrapper {
  float: none;
  clear: both;
  display: block;
  content: "";
  width: 100%;
  height: auto;
}

/* line 112, ../sass/screen.scss */
#left-wrapper, #right-wrapper {
  float: left;
}

/* line 117, ../sass/screen.scss */
#left-wrapper {
  max-width: 500px;
  width: 50%;
  margin: auto;
  float: none;
}

/* line 123, ../sass/screen.scss */
#right-wrapper {
  max-width: 900px;
  width: 100%;
  background-color: rgba(248, 248, 255, 0.6);
  /*padding:0 40px 40px;
  margin-left:5%;*/
  padding: 10px;
}

/* line 134, ../sass/screen.scss */
#logo {
  color: #545656;
  border: 1px #F8F8FF solid;
  width: 25%;
  min-width: 175px;
  position: relative;
  transform: skewY(-23deg) scale(0.7);
  z-index: -1;
  transition: all 0.25s ease-out;
}
/* line 148, ../sass/screen.scss */
#logo:before, #logo:after {
  content: "{";
  display: block;
  font-size: 8rem;
  position: absolute;
  top: 0;
}
/* line 157, ../sass/screen.scss */
#logo:after {
  content: "}";
  top: 0;
  right: 0;
}
/* line 163, ../sass/screen.scss */
#logo h1 {
  font-size: 8rem;
  font-family: 'damagedsatalightregular';
  text-align: center;
  margin: -20px 0 0;
  padding: 0;
}
/* line 170, ../sass/screen.scss */
#logo p {
  font-size: 1.8rem;
  font-family: 'ubunturegular';
  text-align: center;
  margin: -5px 0 0;
  padding: 0;
}

/* line 179, ../sass/screen.scss */
#logo-shadow {
  color: #545656;
  margin-left: 40px;
  margin-top: -50px;
  border: 1px #F8F8FF solid;
  width: 25%;
  min-width: 175px;
  position: relative;
  transform: skewY(-23deg) skewX(36deg) scale(0.7, -0.7);
  transition: all 0.25s ease-out;
  filter: blur(3px);
  opacity: 0.5;
  z-index: -1;
}
/* line 197, ../sass/screen.scss */
#logo-shadow:before, #logo-shadow:after {
  content: "{";
  display: block;
  font-size: 8rem;
  position: absolute;
  top: 0;
}
/* line 206, ../sass/screen.scss */
#logo-shadow:after {
  content: "}";
  top: 0;
  right: 0;
}
/* line 212, ../sass/screen.scss */
#logo-shadow h1 {
  font-size: 8rem;
  font-family: 'damagedsatalightregular';
  text-align: center;
  margin: -20px 0 0;
  padding: 0;
}
/* line 219, ../sass/screen.scss */
#logo-shadow p {
  font-size: 1.8rem;
  font-family: 'ubunturegular';
  text-align: center;
  margin: -5px 0 0;
  padding: 0;
}

/* line 233, ../sass/screen.scss */
nav {
  border-bottom: 1px #545656 solid;
}
/* line 237, ../sass/screen.scss */
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  background: rgba(166, 165, 164, 0.3);
  width: 100%;
}
/* line 245, ../sass/screen.scss */
nav ul li {
  flex: 1;
  text-align: center;
}
/* line 249, ../sass/screen.scss */
nav ul li a {
  padding: 15px 0;
  display: block;
  height: 100%;
}
/* line 48, ../sass/screen.scss */
nav a:link {
  font-size: 1.3rem;
  text-decoration: none;
  color: #545656;
  transition: all 0.5s ease-out;
}
/* line 54, ../sass/screen.scss */
nav a:visited {
  color: #545656;
}
/* line 57, ../sass/screen.scss */
nav a:hover {
  color: white;
  background-color: rgba(110, 112, 115, 0.5);
}
/* line 61, ../sass/screen.scss */
nav a:active {
  color: #545656;
}
/* line 64, ../sass/screen.scss */
nav a.current {
  color: white;
  background-color: rgba(110, 112, 115, 0.5);
}

/* line 261, ../sass/screen.scss */
.headshot {
  border-radius: 50%;
  display: block;
  float: none;
  margin: auto;
  width: 35%;
  height: auto;
}

/* line 271, ../sass/screen.scss */
.title {
  margin: 10px 0px;
  margin-left: 20px;
  display: block;
}

/* line 280, ../sass/screen.scss */
.introduction .logo {
  width: 33%;
  max-width: 400px;
  min-width: 120px;
  height: auto;
  display: block;
  margin: auto;
  padding-top: 2.5%;
}
/* line 289, ../sass/screen.scss */
.introduction h1 {
  font-size: 2.4em;
  margin-top: 20px;
}
/* line 293, ../sass/screen.scss */
.introduction h2 {
  font-size: 1.8rem;
  margin-top: 30px;
}
/* line 300, ../sass/screen.scss */
.introduction .information p {
  margin-top: 30px;
  padding: 10px 0;
  /*width:64%;*/
  line-height: 1.8rem;
}
/* line 307, ../sass/screen.scss */
.introduction .information p + p {
  margin-top: 0;
}
/* line 311, ../sass/screen.scss */
.introduction .information:after {
  float: none;
  clear: both;
  display: block;
  content: "";
  width: 100%;
  height: auto;
}
/* line 316, ../sass/screen.scss */
.introduction:after {
  content: "";
  float: none;
  clear: both;
  width: 100%;
  display: block;
  background: url(../images/screen.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  max-width: 960px;
  width: 100%;
  height: auto;
  z-index: -1;
  margin: 100px 0 0 -15%;
}
/* line 331, ../sass/screen.scss */
.introduction p {
  line-height: 1.3rem;
  color: #736c55;
}
/* line 334, ../sass/screen.scss */
.introduction strong {
  color: #6e7073;
}

/* line 339, ../sass/screen.scss */
.philosophy div {
  color: #8c817d;
  margin: 2% 1%;
  padding: 20px;
  border: 1px #545656 solid;
  border-left: none;
  border-right: none;
  transition: background-color 0.5s ease-in;
}
/* line 349, ../sass/screen.scss */
.philosophy div:hover {
  background-color: rgba(230, 230, 230, 0.7);
}
/* line 351, ../sass/screen.scss */
.philosophy div img {
  max-width: 50px;
  width: 100%;
  height: auto;
  margin: auto;
}
/* line 357, ../sass/screen.scss */
.philosophy div h3 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
/* line 363, ../sass/screen.scss */
.philosophy div p {
  line-height: 1.3rem;
  color: #6e7073;
}
/* line 366, ../sass/screen.scss */
.philosophy div strong {
  color: #8c817d;
  font-weight: 300;
}

/* line 373, ../sass/screen.scss */
.committee p {
  margin: 5px;
}

/* line 378, ../sass/screen.scss */
.cv {
  color: #545656;
  margin-bottom: 30px;
}
/* line 383, ../sass/screen.scss */
.cv h3 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
/* line 389, ../sass/screen.scss */
.cv p {
  line-height: 1.3rem;
  color: #6e7073;
}
/* line 392, ../sass/screen.scss */
.cv strong {
  color: #8c817d;
  font-weight: 300;
}
/* line 396, ../sass/screen.scss */
.cv span.company {
  font-size: 1.2rem;
  color: #8c817d;
}
/* line 402, ../sass/screen.scss */
.cv ul {
  font-size: 1rem;
  margin-left: 20px;
}
/* line 406, ../sass/screen.scss */
.cv ul li {
  margin-top: 0.83rem;
}

/* line 414, ../sass/screen.scss */
em {
  font-style: italic;
  font-size: 0.83rem;
  font-weight: 300;
  color: black;
}

/* line 425, ../sass/screen.scss */
.skills h2 {
  margin-bottom: 10px;
  color: #545656;
  font-weight: bold;
}
/* line 431, ../sass/screen.scss */
.skills .title {
  margin: 10px 0px;
  margin-left: 20px;
  display: block;
}
/* line 437, ../sass/screen.scss */
.skills ul {
  margin-left: 30px;
}
/* line 441, ../sass/screen.scss */
.skills li {
  padding: 5px 0;
}
/* line 444, ../sass/screen.scss */
.skills li span {
  font-style: italic;
  color: #8c817d;
}
/* line 452, ../sass/screen.scss */
.skills .skills-list > li {
  float: left;
  width: 50%;
  color: #545656;
}
/* line 458, ../sass/screen.scss */
.skills .skills-list > li.full {
  float: none;
  clear: both;
  display: block;
  content: "";
  width: 100%;
  height: auto;
}
/* line 462, ../sass/screen.scss */
.skills .skills-list:after {
  float: none;
  clear: both;
  display: block;
  content: "";
  width: 100%;
  height: auto;
}

/* line 473, ../sass/screen.scss */
.projects div {
  padding-top: 30px;
}
/* line 476, ../sass/screen.scss */
.projects div:after {
  float: none;
  clear: both;
  display: block;
  content: "";
  width: 100%;
  height: auto;
}
/* line 481, ../sass/screen.scss */
.projects div, .projects .title {
  float: none;
  clear: both;
  display: block;
  content: "";
  width: 100%;
  height: auto;
}
/* line 486, ../sass/screen.scss */
.projects p, .projects h4 {
  margin-top: 20px;
}
/* line 493, ../sass/screen.scss */
.projects img {
  width: 33%;
  height: auto;
  min-width: 200px;
  border: 1px solid #545656;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  float: left;
  padding: 10px;
}
/* line 505, ../sass/screen.scss */
.projects img.sub-image {
  width: 25%;
  min-width: 50px;
  float: right;
}
/* line 511, ../sass/screen.scss */
.projects img.large {
  width: 60%;
  min-width: 50px;
  float: none;
}

/* line 520, ../sass/screen.scss */
.further {
  display: block;
  font-size: 1.1rem;
  margin-top: 20px;
  color: #a6a5a4;
  text-decoration: none;
  cursor: pointer;
}
/* line 527, ../sass/screen.scss */
.further:after {
  content: "\2192";
  padding-left: 10px;
}

/* line 534, ../sass/screen.scss */
pre, code {
  font-family: monospace, monospace;
}

/* line 537, ../sass/screen.scss */
pre {
  overflow: auto;
  border: 1px solid #545656;
}

/* line 541, ../sass/screen.scss */
pre > code {
  display: block;
  padding: 1rem;
  word-wrap: normal;
}

@media screen and (min-width: 500px) {
  /* line 555, ../sass/screen.scss */
  .headshot {
    border-radius: 50%;
    display: block;
    float: right;
    margin: 0;
    width: 35%;
    max-width: 250px;
    height: auto;
  }

  /* line 567, ../sass/screen.scss */
  .introduction .logo {
    width: 33%;
    max-width: 400px;
    min-width: 120px;
    height: auto;
    display: block;
    margin: auto;
    padding-top: 2.5%;
  }
  /* line 576, ../sass/screen.scss */
  .introduction h1 {
    font-size: 2.4em;
    margin-top: 20px;
  }
  /* line 580, ../sass/screen.scss */
  .introduction h2 {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  /* line 587, ../sass/screen.scss */
  .introduction .information p {
    margin-top: 30px;
    padding: 10px 0;
    width: 64%;
  }

  /* line 596, ../sass/screen.scss */
  #left-wrapper {
    max-width: 500px;
    width: 20%;
    float: left;
  }

  /* line 603, ../sass/screen.scss */
  #right-wrapper {
    max-width: 900px;
    width: 75%;
    background-color: rgba(248, 248, 255, 0.6);
    padding: 0 40px 40px;
    margin-left: 5%;
  }
}
@media screen and (min-width: 980px) {
  /* line 619, ../sass/screen.scss */
  #logo {
    color: #545656;
    margin-left: 100px;
    margin-top: 120px;
    border: 1px #F8F8FF solid;
    width: 50%;
    min-width: 175px;
    position: relative;
    transform: skewY(-23deg) scale(1.5);
    z-index: -1;
    transition: all 0.25s ease-out;
  }
  /* line 635, ../sass/screen.scss */
  #logo:before, #logo:after {
    content: "{";
    display: block;
    font-size: 8rem;
    position: absolute;
    top: 0;
  }
  /* line 644, ../sass/screen.scss */
  #logo:after {
    content: "}";
    top: 0;
    right: 0;
  }
  /* line 650, ../sass/screen.scss */
  #logo h1 {
    font-size: 8rem;
    font-family: 'damagedsatalightregular';
    text-align: center;
    margin: -20px 0 0;
    padding: 0;
  }
  /* line 657, ../sass/screen.scss */
  #logo p {
    font-size: 1.8rem;
    font-family: 'ubunturegular';
    text-align: center;
    margin: -5px 0 0;
    padding: 0;
  }

  /* line 666, ../sass/screen.scss */
  #logo-shadow {
    color: #545656;
    margin-left: 190px;
    margin-top: 70px;
    border: 1px #F8F8FF solid;
    width: 50%;
    min-width: 175px;
    position: relative;
    transform: skewY(-23deg) skewX(36deg) scale(1.5, -1.5);
    transition: all 0.25s ease-out;
    filter: blur(3px);
    opacity: 0.5;
    z-index: -1;
  }
  /* line 684, ../sass/screen.scss */
  #logo-shadow:before, #logo-shadow:after {
    content: "{";
    display: block;
    font-size: 8rem;
    position: absolute;
    top: 0;
  }
  /* line 693, ../sass/screen.scss */
  #logo-shadow:after {
    content: "}";
    top: 0;
    right: 0;
  }
  /* line 699, ../sass/screen.scss */
  #logo-shadow h1 {
    font-size: 8rem;
    font-family: 'damagedsatalightregular';
    text-align: center;
    margin: -20px 0 0;
    padding: 0;
  }
  /* line 706, ../sass/screen.scss */
  #logo-shadow p {
    font-size: 1.8rem;
    font-family: 'ubunturegular';
    text-align: center;
    margin: -5px 0 0;
    padding: 0;
  }
}
