/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Volkhov';
  src: url("/fonts/volkhov-regular-webfont.eot");
  src: url("/fonts/volkhov-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/volkhov-regular-webfont.woff") format("woff"), url("/fonts/volkhov-regular-webfont.ttf") format("truetype"), url("/fonts/volkhov-regular-webfont.svg#lato_regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icons';
  src: url("/fonts/icons.eot?-d71v2d");
  src: url("/fonts/icons.eot?#iefix-d71v2d") format("embedded-opentype"), url("/fonts/icons.woff?-d71v2d") format("woff"), url("/fonts/icons.ttf?-d71v2d") format("truetype"), url("/fonts/icons.svg?-d71v2d#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Mixins */
/* Media Query Fun */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\ea8c"; }

.icon-twitter:before {
  content: "\ea91"; }

.icon-github:before {
  content: "\eab3"; }

.icon-linkedin:before {
  content: "\eac9"; }

.icon-heart:before, .skills-tool-icon--passion:before {
  content: "\e600"; }

.icon-sound:before {
  content: "\e605"; }

.icon-user:before {
  content: "\e606"; }

.icon-bulb:before {
  content: "\e607"; }

.icon-pen:before, .skills-tool-icon--education:before {
  content: "\e601"; }

.icon-phone:before {
  content: "\e608"; }

.icon-mail:before {
  content: "\e609"; }

.icon-note:before {
  content: "\e60a"; }

.icon-paperplane:before, .skills-tool-icon--experience:before {
  content: "\e602"; }

.icon-study:before {
  content: "\e603"; }

.icon-lab:before {
  content: "\e604"; }

* {
  box-sizing: border-box; }

body {
  font-size: 15px;
  line-height: 1.2;
  color: #0a2126; }

a {
  text-decoration: none;
  color: #036564;
  transition: color .2s linear; }
  a:hover {
    color: #023333; }

em {
  color: #e8ddcb; }

h3 {
  font-weight: bold;
  margin-bottom: 5px; }

@media (min-width: 1100px) {
  .hero-inner, .main_footer-container, .main_header-inner, .about, .skills, .look_at_me, .work {
    width: 1100px;
    margin: auto; } }

.about-outer, .skills-outer, .look_at_me-outer, .work-outer {
  position: relative;
  background: #f6f6f6;
  background: linear-gradient(to bottom, #fff, #f6f6f6); }

.about-intro, .skills-intro, .look_at_me-intro, .work-intro {
  display: inline-block;
  vertical-align: top;
  padding: 40px 40px 0 40px;
  font-family: "Volkhov", serif;
  font-size: 2em; }
  @media (min-width: 768px) {
    .about-intro, .skills-intro, .look_at_me-intro, .work-intro {
      width: 30%;
      padding-top: 60px;
      padding-bottom: 80px; } }

.about-description, .skills-description, .look_at_me-description, .work-description {
  display: inline-block;
  vertical-align: top;
  padding: 20px 40px 40px 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25em;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .about-description, .skills-description, .look_at_me-description, .work-description {
      width: 70%;
      padding-top: 60px;
      padding-bottom: 80px; } }

.hero {
  background-color: #eee; }
  @media (min-width: 300px) {
    .hero {
      height: 300px; } }
  @media (min-width: 768px) {
    .hero {
      height: 400px; } }
  @media (min-width: 1100px) {
    .hero {
      height: 600px; } }

.hero-inner {
  height: 100%;
  width: 100%;
  background: url(/images/hero_sml.jpg) no-repeat center center;
  background-size: cover; }
  @media (min-width: 768px) {
    .hero-inner {
      background-image: url(/images/hero_med.jpg); } }
  @media (min-width: 1100px) {
    .hero-inner {
      background-image: url(/images/hero_lrg.jpg); } }

.hero-description {
  max-width: 800px;
  padding: 20px;
  margin: auto;
  font-size: 2em;
  font-family: "Volkhov", serif;
  color: #f6f6f6;
  text-align: center;
  line-height: 1.5; }
  @media (min-width: 300px) {
    .hero-description {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (min-width: 768px) {
    .hero-description {
      top: calc(50% + 25px);
      font-size: 2.5em; } }
  @media (min-width: 1100px) {
    .hero-description {
      font-size: 3em; } }

.main_footer {
  background: #0a2126;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center; }

.main_footer-container {
  padding-bottom: 40px;
  padding-top: 40px; }

.contact-item {
  margin-bottom: 40px; }
  @media (min-width: 500px) {
    .contact-item {
      display: inline-block;
      vertical-align: top;
      width: 20%;
      margin-bottom: 0; } }
  .contact-item [class^="icon-"], .contact-item [class*=" icon-"] {
    margin-bottom: 10px;
    font-size: 50px; }
    @media (min-width: 500px) {
      .contact-item [class^="icon-"], .contact-item [class*=" icon-"] {
        font-size: 40px; } }
  .contact-item a {
    color: #f6f6f6;
    word-break: break-all; }
    .contact-item a:hover {
      color: #e8ddcb; }

.main_header {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
  background: #0a2126;
  color: #f6f6f6; }
  @media (min-width: 768px) {
    .main_header {
      position: fixed;
      z-index: 1;
      opacity: .95; } }

.main_header-inner {
  position: relative;
  padding: 10px; }
  @media (min-width: 768px) {
    .main_header-inner {
      padding: 20px;
      text-align: right; } }

.main_nav-link {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #f6f6f6; }
  .main_nav-link:hover {
    color: #c3c3c3; }

.main_nav {
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .main_nav {
      padding-bottom: 0; } }

.monogram {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2em;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .monogram {
      position: absolute;
      left: 10px;
      top: 10px; } }

.monogram-letter {
  display: inline-block;
  vertical-align: top;
  color: #f6f6f6; }
  .monogram-letter:hover {
    color: #f6f6f6; }
  .monogram-letter + .monogram-letter {
    padding-left: 10px;
    border-left: 3px solid #f6f6f6;
    margin-left: 10px; }

.about-outer {
  background: #fff; }

.skills-outer {
  background: #f6f6f6; }

.skills-intro {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .skills-intro {
      padding-bottom: 0;
      margin-bottom: 20px;
      text-align: center; } }

.skills-description {
  width: 100%; }

.skills-tool {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 60px; }
  .skills-tool:first-child {
    padding-left: 0; }
  @media (min-width: 768px) {
    .skills-tool {
      width: 33%;
      width: calc(100% / 3);
      text-align: center; } }
  .skills-tool p {
    max-width: 550px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .skills-tool p {
        font-size: .9em; } }

.skills-tools-content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 80px);
  padding-left: 40px;
  text-align: left; }
  @media (min-width: 768px) {
    .skills-tools-content {
      width: 100%; } }
  .skills-tools-content h3 {
    line-height: 1;
    margin-bottom: 10px; }

.skills-tool-icon--education, .skills-tool-icon--experience, .skills-tool-icon--passion {
  display: inline-block;
  vertical-align: top;
  height: 80px;
  width: 80px;
  padding-top: 15px;
  margin-bottom: 20px;
  background: #036564;
  border-radius: 50%;
  color: #f6f6f6;
  text-align: center;
  font-size: 40px; }
  @media (min-width: 768px) {
    .skills-tool-icon--education, .skills-tool-icon--experience, .skills-tool-icon--passion {
      height: 128px;
      width: 128px;
      padding-top: 17px;
      margin-bottom: 40px;
      font-size: 70px; } }

.skills-tool-icon--education:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.skills-tool-icon--experience {
  padding: 11px 20px 0px 10px; }
  .skills-tool-icon--experience:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.skills-tool-icon--passion:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.look_at_me-outer {
  background: #0a2126;
  color: #f6f6f6; }
  .look_at_me-outer a {
    color: #f6f6f6; }
    .look_at_me-outer a:hover {
      color: #e8ddcb; }
  .look_at_me-outer .icon-github {
    font-size: 70px;
    text-decoration: none; }

.look_at_me-intro {
  width: 100px;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .look_at_me-intro {
      padding-top: 60px; } }

.look_at_me-description {
  width: calc(100% - 100px);
  max-width: 760px; }
  .look_at_me-description a {
    text-decoration: underline; }

.work-item {
  margin-bottom: 30px; }
  .work-item p {
    margin-bottom: 10px; }
    .work-item p a {
      text-decoration: underline; }
