* {
  box-sizing: border-box;
  line-height: 1.6; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); } }
.stay_together {
  white-space: nowrap; }

@media screen {
  body {
    max-width: 100vw;
    padding: 0; }
    body .background {
      background: url("../img/headlands_final.jpg") no-repeat fixed;
      background-position: left center;
      background-size: cover;
      height: 100vh;
      width: 100vw;
      position: fixed;
      z-index: -1; }

  .text_center {
    text-align: center; }

  .print_contact {
    display: none; }

  section.header {
    transition: all 400ms ease-out;
    position: fixed;
    background: rgba(0, 0, 0, 0.95);
    background: #fcfcf8;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    z-index: 1;
    margin: 0;
    top: 0;
    left: 0;
    right: 0; }
    section.header .name {
      display: inline-block;
      margin: 0.8rem 1rem 0.8rem 2rem;
      font-family: "Oswald", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #191919;
      font-weight: 300;
      font-size: 1.2em; }
      section.header .name a, section.header .name a:link, section.header .name a:hover, section.header .name a:visited {
        text-decoration: none;
        color: #191919; }
    section.header .navigation {
      position: relative;
      display: inline-block;
      float: right; }
      section.header .navigation ul.nav {
        margin: 0 1rem;
        list-style: none; }
      section.header .navigation a {
        padding: 1rem 1rem;
        height: 50px;
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none; }
        section.header .navigation a:link {
          text-decoration: none; }
        section.header .navigation a > li {
          display: inline-block;
          position: relative;
          color: #191919;
          text-decoration: none;
          font-weight: 100;
          letter-spacing: 2px;
          font-size: 12px; }
        section.header .navigation a:hover > li {
          color: #3981b7; }
        section.header .navigation a > li:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          bottom: -2px;
          left: 0;
          background-color: #3981b7;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.25s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
        section.header .navigation a:hover > li:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }

  section.introduction {
    height: 100vh;
    margin-left: 45%;
    width: 50%;
    max-width: 400px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center; }
    section.introduction .vertical_center {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    section.introduction h1, section.introduction p {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 100;
      line-height: 1.1;
      color: rgba(0, 0, 0, 0.8); }
    section.introduction h1 {
      font-size: 4.5rem;
      margin-bottom: 0;
      margin-top: 0; }
    section.introduction p {
      font-size: 2.3rem;
      margin-top: 10px; }
      section.introduction p br {
        margin: 0.2em; }
      section.introduction p a, section.introduction p a:link {
        text-decoration: none;
        color: rgba(0, 0, 0, 0.8); }
    section.introduction .down_triangle {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 20px;
      border-color: rgba(10, 10, 10, 0.76) transparent transparent transparent;
      margin-left: 10rem;
      transition: border-color 300ms ease-out;
      -webkit-animation: bounce 4s infinite;
      -moz-animation: bounce 4s infinite;
      -o-animation: bounce 4s infinite;
      animation: bounce 4s infinite; }
      section.introduction .down_triangle:hover {
        border-color: #3981b7 transparent transparent transparent; }

  .content {
    width: 100vw;
    margin: 0;
    padding-bottom: 5rem;
    background: #fcfcf8;
    right: 0;
    position: relative; }
    .content > section {
      position: relative;
      max-width: 60vw;
      width: 60%;
      margin: 1px;
      margin-left: 40%;
      padding: 1rem 2rem 2rem;
      color: #555555;
      background-color: #fcfcf8;
      font-weight: 300; }
      .content > section:not(.stats) {
        margin-top: 2rem;
        margin-bottom: 2rem; }
    .content > section:nth-of-type(1) {
      margin-top: 0 !important;
      padding-top: 4rem; }
    .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
      font-family: 'Oswald', sans-serif;
      font-weight: 200;
      letter-spacing: 2px;
      color: #111; }
    .content h3 {
      letter-spacing: 2px;
      text-transform: uppercase; }
    .content > section h3 {
      font-size: 2em;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #3981b7;
      font-weight: 100; }
    .content h4 {
      font-size: 20px; }
    .content h4 .details {
      display: block;
      font-size: .8em; }
    .content p, .content li {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 15px; }
    .content li {
      padding-bottom: 0.5em;
      list-style: circle; } }
@media screen and (min-width: 960px) {
  section.downloads {
    position: absolute !important;
    float: left !important;
    width: 35% !important;
    margin-top: 1rem !important;
    left: -35%; }
    section.downloads .no_padding {
      padding: 0 !important; } }
@media screen and (max-width: 959px) {
  section.downloads {
    margin-bottom: 0;
    padding: 1rem 2rem 0; } }
@media screen {
  section.downloads img {
    margin-right: 0.5rem; }
  section.downloads a {
    display: block;
    margin-top: 0.5rem;
    clear: left;
    vertical-align: baseline; }
  section.downloads a, section.downloads a:link {
    font-size: 0.74rem;
    text-decoration: none;
    color: #3981b7; }
  section.downloads a:hover {
    text-decoration: underline; } }
@media screen and (min-width: 960px) {
  section.stats {
    position: absolute !important;
    float: left !important;
    width: 35% !important;
    margin-top: 1rem !important;
    left: -35%; }
    section.stats .no_padding {
      padding: 0 !important; } }
@media screen and (max-width: 959px) {
  section.stats {
    margin-bottom: 0;
    padding: 1rem 2rem 0; } }
@media screen {
  section.stats .bg_primary {
    background: rgba(57, 129, 183, 0.8);
    color: #fcfcf8; }
  section.stats .column_stat {
    display: inline-block;
    width: 50%;
    float: left; }
  section.stats .big_stat {
    font-size: 5rem;
    font-family: "Oswald", Helvetica, sans-serif;
    line-height: 1;
    padding: 3rem 0; }
    section.stats .big_stat small {
      font-size: .2em;
      display: block;
      text-transform: uppercase; }
  section.stats .charts {
    display: block;
    clear: left;
    padding: 1rem 0rem;
    position: relative; }
    section.stats .charts .bar {
      font-size: 9px;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin: 4px 0;
      padding: 2px 5px 4px;
      height: 16px;
      vertical-align: middle;
      position: relative;
      background: rgba(57, 129, 183, 0.85);
      color: #fcfcf8;
      border: none;
      display: block;
      font-weight: 400; }
      section.stats .charts .bar:nth-child(even) {
        background: rgba(57, 129, 183, 0.65) !important; }
      section.stats .charts .bar.w100 {
        width: 100%; }
      section.stats .charts .bar.w90 {
        width: 90%; }
      section.stats .charts .bar.w80 {
        width: 80%; }
      section.stats .charts .bar.w70 {
        width: 70%; }
      section.stats .charts .bar.w60 {
        width: 60%; }
      section.stats .charts .bar.w50 {
        width: 50%; }
      section.stats .charts .bar.w40 {
        width: 40%; }
      section.stats .charts .bar.w30 {
        width: 30%; }
      section.stats .charts .bar.w20 {
        width: 20%; }
      section.stats .charts .bar.w10 {
        width: 10%; }

  .role img {
    max-height: 40px;
    max-width: 100px;
    display: inline;
    float: right; }
    .role img.exponent {
      margin-top: 5px; }

  ul legend {
    margin-left: -2.5rem;
    margin-bottom: 0.5rem;
    font-family: "Oswald", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333; }

  .locations ul legend {
    color: #3981b7; }

  .technologies_used {
    font-size: .8em;
    color: #3981b7;
    display: block; }

  .hide {
    display: none; }

  section.skills ul, section.locations ul {
    display: inline-block;
    width: 40%;
    margin-right: 10px;
    list-style: none;
    text-indent: 0;
    padding-left: 0;
    vertical-align: top; }
    section.skills ul li, section.locations ul li {
      list-style: none; }
    section.skills ul legend, section.locations ul legend {
      margin: 0;
      margin-bottom: 0.5rem; }

  section#map {
    position: absolute !important;
    float: left !important;
    width: 35% !important;
    margin-top: 1.5rem !important;
    left: -35%; }
    section#map img {
      width: 100%; }
    section#map img:not(.show) {
      display: none; }

  .mobile_menu {
    display: none; }

  .social {
    display: block;
    vertical-align: middle; }
    .social a {
      margin-right: 1rem;
      padding: 1rem 1rem 0.5rem 0;
      font-size: 0.7rem;
      color: rgba(57, 129, 183, 0);
      transition: color 300ms ease-out; }
      .social a:hover {
        color: #3981b7; }
        .social a:hover span.description {
          display: none; }
        .social a:hover span.icon {
          color: #3981b7; }
      .social a span.description {
        color: rgba(57, 129, 183, 0.7);
        transition: none;
        display: inline-block; }
      .social a span.icon {
        vertical-align: middle;
        margin-right: 1rem;
        font-size: 2rem;
        color: rgba(57, 129, 183, 0.7);
        transition: color 300ms ease-out; }

  .contact a, .contact a:link, .contact a:hover, .contact a:visited {
    text-decoration: none; } }
@media screen and (max-width: 790px) {
  .content .big_stat {
    font-size: 3rem;
    padding: 4.5rem 0; }
    .content .big_stat small {
      font-size: .3em; } }
@media screen and (max-width: 785px) {
  .background {
    background: url("../img/headlands_mobile.jpg") no-repeat !important;
    background-position: left top !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    max-height: 100vh;
    max-width: 100vw;
    position: fixed; }

  .mobile_menu {
    display: inline-block;
    position: absolute;
    right: 0.5rem;
    top: 1.2rem;
    color: transparent; }
    .mobile_menu:before {
      content: "";
      position: absolute;
      top: 0.25em;
      left: 0;
      width: 1em;
      height: 0.125em;
      border-top: 0.375em double rgba(85, 85, 85, 0.7);
      border-bottom: 0.125em solid rgba(85, 85, 85, 0.7);
      transition: all 200ms ease-out; }
    .mobile_menu:hover:before {
      border-top: 0.375em double #555555;
      border-bottom: 0.125em solid #555555; }

  .name {
    display: block;
    margin-bottom: 0.5rem; }

  .navigation {
    text-align: center;
    display: block;
    clear: left;
    width: 100%;
    overflow: hidden;
    max-height: 280px;
    transition: all 300ms ease-out; }
    .navigation.closed {
      max-height: 0px; }
    .navigation ul.nav {
      padding: 0; }
    .navigation a {
      display: block !important;
      height: 50px !important;
      line-height: 50px;
      vertical-align: middle;
      margin: 0;
      padding: 0 !important; }
    .navigation li {
      vertical-align: middle;
      text-align: center; } }
@media screen and (max-width: 780px) {
  .content section {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0; }
    .content section .role {
      margin-bottom: 2rem; }
      .content section .role h4 {
        margin-top: 0.5rem; }
      .content section .role img {
        display: block;
        float: none; }

  section.introduction {
    margin-left: 0;
    text-align: center;
    width: auto;
    max-width: none; }
    section.introduction .vertical_center {
      top: 90px;
      transform: none; }
    section.introduction h1 {
      font-size: 2.5rem; }
    section.introduction p {
      font-size: 1.6rem;
      margin-bottom: 1.2rem; }
    section.introduction .down_triangle {
      display: inline-block;
      margin-left: 0; } }
@media print {
  @page {
    size: auto;
    /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 20mm 20mm 20mm 20mm; }
  body {
    /* this affects the margin on the content before sending to printer */
    margin: 1rem;
    -webkit-print-color-adjust: exact; }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    letter-spacing: 2px;
    color: #111;
    page-break-after: avoid; }

  h3 {
    font-size: 1.17rem;
    letter-spacing: 2px;
    text-transform: uppercase; }

  section h3 {
    font-size: 1.4em;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3981b7;
    font-weight: 100; }

  h4 {
    font-size: 20px; }

  h4 .details {
    display: block;
    font-size: .8em; }

  p, li {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 10pt; }

  li {
    padding-bottom: 0.5em;
    list-style: circle; }

  ul legend {
    margin-left: -2.5rem;
    margin-bottom: 0.5rem;
    font-family: "Oswald", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 1rem; }

  a[href]:after {
    content: none !important; }

  .name {
    font-family: "Oswald", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8rem; }
    .name a {
      text-decoration: none; }

  .navigation {
    display: none; }

  .mobile_menu {
    display: none; }

  .introduction {
    display: none; }

  section.downloads {
    display: none; }

  section.skills ul, section.locations ul {
    display: inline-block;
    width: 40%;
    margin-right: 10px;
    list-style: none;
    text-indent: 0;
    padding-left: 0;
    vertical-align: top; }
    section.skills ul li, section.locations ul li {
      list-style: none; }
    section.skills ul legend, section.locations ul legend {
      margin: 0;
      margin-bottom: 0.5rem; }

  section.stats {
    display: none;
    -webkit-print-color-adjust: exact; }
    section.stats .bg_primary {
      background: #3981b7;
      color: #fcfcf8;
      -webkit-print-color-adjust: exact; }
    section.stats .column_stat {
      display: inline-block;
      width: 30%;
      float: left; }
    section.stats .big_stat {
      font-size: 5rem;
      font-family: "Oswald", Helvetica, sans-serif;
      line-height: 1;
      padding: 3rem 0; }
      section.stats .big_stat small {
        font-size: .2em;
        display: block;
        text-transform: uppercase; }
    section.stats .charts {
      display: inline-block;
      padding: 1rem 0rem;
      position: relative; }
      section.stats .charts .bar {
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: 4px 0;
        padding: 2px 5px 4px;
        height: 16px;
        vertical-align: middle;
        position: relative;
        background: rgba(57, 129, 183, 0.85);
        color: #fcfcf8;
        border: none;
        -webkit-print-color-adjust: exact;
        display: block;
        font-weight: 400; }
        section.stats .charts .bar:nth-child(even) {
          background: rgba(57, 129, 183, 0.65) !important;
          -webkit-print-color-adjust: exact; }
        section.stats .charts .bar.w100 {
          width: 100%; }
        section.stats .charts .bar.w90 {
          width: 90%; }
        section.stats .charts .bar.w80 {
          width: 80%; }
        section.stats .charts .bar.w70 {
          width: 70%; }
        section.stats .charts .bar.w60 {
          width: 60%; }
        section.stats .charts .bar.w50 {
          width: 50%; }
        section.stats .charts .bar.w40 {
          width: 40%; }
        section.stats .charts .bar.w30 {
          width: 30%; }
        section.stats .charts .bar.w20 {
          width: 20%; }
        section.stats .charts .bar.w10 {
          width: 10%; }

  .role {
    page-break-inside: avoid; }

  .role ul li {
    page-break-inside: avoid; }

  .role:nth-of-type(1) {
    page-break-inside: auto; }

  .role:nth-of-type(3) {
    page-break-before: always; }

  .print_contact {
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    float: right;
    font-size: 11px;
    letter-spacing: 2px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    text-align: right; }

  section.education {
    page-break-inside: avoid; }

  section.skills, section.locations {
    page-break-inside: avoid; }
    section.skills ul li, section.locations ul li {
      line-height: 1.2; }

  section.contact {
    page-break-inside: avoid; }

  .role img {
    max-height: 40px;
    max-width: 100px;
    display: inline;
    float: right; }
    .role img.exponent {
      margin-top: 5px; }

  .technologies_used {
    font-size: .8em;
    color: #3981b7;
    display: block; }

  .social {
    display: block;
    vertical-align: middle;
    margin-bottom: 0.5rem; }
    .social a {
      margin-right: 1rem;
      padding: 1rem 1rem 0.5rem 0;
      font-size: 0.7rem;
      color: rgba(57, 129, 183, 0); }
      .social a:hover {
        color: #3981b7; }
        .social a:hover span.description {
          display: none; }
        .social a:hover span.icon {
          color: #3981b7; }
      .social a span.description {
        color: rgba(57, 129, 183, 0.7);
        display: inline-block;
        min-width: 100px; }
      .social a span.icon {
        vertical-align: middle;
        margin-right: 1rem;
        font-size: 2rem;
        color: rgba(57, 129, 183, 0.7); }
        .social a span.icon:before {
          display: none; } }

/*# sourceMappingURL=resume.css.map */
