body {
  font-family: "proxima-nova", sans-serif; }

body.work {
  background-color: #585a5c; }

h1, h2, h3, h4, h5 {
  font-family: "utopia-std-subhead",serif; }

img.desaturate {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); }

h2.sectionHeading, h2.pieceHeading {
  font-family: "utopia-std-subhead",serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  margin-bottom: 5px; }

.sectionRule, .pieceRule {
  width: 80px;
  margin-top: 0px;
  margin-bottom: 5px;
  border-width: 2px;
  border-color: #7E8AA2; }

.sectionDescription, .pieceDescription {
  text-align: center;
  color: #fff;
  color: #fff;
  font-weight: lighter;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 20px; }
  .sectionDescription a, .pieceDescription a {
    color: #FF9800;
    text-decoration: underline; }
  .sectionDescription a:hover, .pieceDescription a:hover {
    color: #E88A00; }

.bigNavHighlight {
  border-bottom: 1px solid rgba(16, 34, 43, 0.2);
  background-color: rgba(16, 34, 43, 0.8); }

#bigNav {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  text-align: center;
  background-color: none;
  transition: background-color 0.25s ease; }
  #bigNav .slicknav_menu a.slicknav_btn {
    position: absolute;
    right: 20px;
    top: 18px;
    color: #fff; }
  #bigNav .slicknav_menu a.slicknav_btn:hover {
    text-decoration: none; }
  #bigNav #navWrap {
    display: block;
    margin: 0 auto;
    padding: 15px;
    width: 100%; }
    #bigNav #navWrap .brand {
      font-family: "utopia-std-subhead",serif;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.2em;
      margin-right: 10px; }
      #bigNav #navWrap .brand a {
        color: #fff; }
    #bigNav #navWrap ul {
      list-style-type: none;
      padding: 3px 0;
      margin: 5px 0 0 0;
      text-align: right; }
      #bigNav #navWrap ul li {
        padding: 3px; }
        #bigNav #navWrap ul li a {
          color: #fff;
          letter-spacing: 2px;
          font-weight: lighter; }

#hero {
  position: relative; }
  #hero #heroContent {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 90px; }
    #hero #heroContent h1 {
      color: #fff;
      line-height: 1em;
      text-align: center;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
      font-weight: bold; }
      #hero #heroContent h1 span {
        display: block; }
      #hero #heroContent h1 .firstName {
        font-size: 1em;
        text-transform: uppercase;
        margin-bottom: 0px;
        line-height: .8em; }
      #hero #heroContent h1 .lastName {
        margin-top: 0px;
        font-size: 1.4em;
        text-transform: uppercase;
        line-height: 1em; }
      #hero #heroContent h1 hr {
        width: 100px;
        margin: 4px auto; }
      #hero #heroContent h1 .title {
        margin-top: 0px;
        font-size: .40em;
        font-weight: lighter;
        letter-spacing: 2px;
        text-transform: uppercase;
        line-height: 1.1em; }
      #hero #heroContent h1 .location {
        display: block;
        font-size: .375em;
        font-style: italic;
        font-weight: lighter;
        line-height: 1.5em; }

#work {
  background-color: #585a5c; }
  #work .singlePiece {
    margin-bottom: 30px; }
  #work .container {
    padding: 0px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #work .container .thumb a {
      display: block;
      position: relative; }
      #work .container .thumb a .title {
        color: #FFF;
        position: absolute;
        bottom: 0;
        z-index: 101;
        padding: 5px;
        width: 100%;
        border-top: 1px solid rgba(255, 152, 0, 0.5);
        letter-spacing: 1px;
        font-weight: lighter;
        background-color: rgba(0, 0, 0, 0.75);
        line-height: 1em; }
      #work .container .thumb a .background {
        height: 125px;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        /* Firefox 10+ */
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(100%);
        /* Chrome 19+ & Safari 6+ */
        -webkit-transition: all .6s ease;
        /* Fade to color for Chrome and Safari */
        -webkit-backface-visibility: hidden;
        /* Fix for transition flickering */
        margin-bottom: 10px; }
    #work .container .thumb a:hover .background {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
      -webkit-filter: grayscale(0%);
      color: #E88A00; }

body.work #work {
  margin-top: 50px; }
  body.work #work .container {
    position: static;
    top: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    body.work #work .container .pieceImg {
      margin-bottom: 20px; }

#about {
  background-color: #666768;
  text-align: center; }
  #about img {
    width: 165px;
    border-radius: 125px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px; }
  #about .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#contact {
  background-color: #6c6d6e; }
  #contact .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* iPhone Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  /* STYLES GO HERE */ }
/* iPhone Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  #hero #heroContent {
    bottom: 30px; }

  #work .container .thumb a .background {
    height: 110px; }

  .col-xs-6 {
    width: 25%; }

  #about img {
    float: right; } }
/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #work .container .thumb a .title {
    padding: 15px; }
  #work .container .thumb a .background {
    height: 350px; }

  #about img {
    width: 250px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px; } }
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #work .container .thumb a .title {
    padding: 15px; }
  #work .container .thumb a .background {
    height: 350px; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #hero #heroContent {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 400px;
    left: 45%;
    margin: 0;
    bottom: 10%; }
    #hero #heroContent h1 .firstName {
      font-size: 1.5em;
      margin-bottom: 0px;
      line-height: .8em; }
    #hero #heroContent h1 .lastName {
      margin-top: 0px;
      font-size: 2.5em;
      line-height: 1em; }
    #hero #heroContent h1 .title {
      margin-top: 0px;
      font-size: .60em;
      line-height: 1.3em; }
    #hero #heroContent h1 .location {
      font-size: .375em;
      line-height: 1.7em; }
    #hero #heroContent #heroNav a {
      font-size: 1.2em; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .slicknav_menu {
    display: none; }

  #bigNav #navWrap .navMenuWrap {
    display: inline; }
    #bigNav #navWrap .navMenuWrap ul {
      display: inline; }
      #bigNav #navWrap .navMenuWrap ul li {
        display: inline; }

  #hero #heroContent {
    position: absolute;
    width: 500px;
    left: 45%;
    margin: 0;
    bottom: 100px; }
    #hero #heroContent h1 .firstName {
      font-size: 2.2em;
      margin-bottom: 0px;
      line-height: .8em; }
    #hero #heroContent h1 .lastName {
      margin-top: 0px;
      font-size: 3.5em;
      line-height: 1em; }
    #hero #heroContent h1 .title {
      margin-top: 0px;
      font-size: .9em;
      line-height: 1.3em; }
    #hero #heroContent h1 .location {
      font-size: .5em;
      line-height: 1.7em; }
    #hero #heroContent #heroNav a {
      font-size: 1.4em; }

  .section {
    font-size: 1.2em; }

  #work .container .thumb a .title {
    padding: 15px; }
  #work .container .thumb a .background {
    height: 350px; }

  #about img {
    width: 350px;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px; } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #hero #heroContent {
    position: absolute;
    width: 800px;
    left: 35%;
    margin: 0;
    bottom: 100px; }
    #hero #heroContent h1 .firstName {
      font-size: 3em;
      margin-bottom: 0px;
      line-height: .8em; }
    #hero #heroContent h1 .lastName {
      margin-top: 0px;
      font-size: 4em;
      line-height: .8em; }
    #hero #heroContent h1 .title {
      margin-top: 0px;
      font-size: 1em;
      line-height: 1em; }
    #hero #heroContent h1 .location {
      font-size: .7em;
      line-height: .8em; }
    #hero #heroContent #heroNav a {
      font-size: 1.2em; } }

/*# sourceMappingURL=styles.css.map */
