body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  background-color: #f3f3f3;
  line-height: 1.6em; }
  @media screen and (min-width: 321px) {
    body {
      font-size: 13px; } }
  @media screen and (min-width: 426px) {
    body {
      font-size: 14px; } }
  @media screen and (min-width: 769px) {
    body {
      font-size: 16px; } }

.main-content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100; }

.headline {
  width: 100%;
  background-image: url("../img/headline-background.jpeg");
  background-size: 100% auto;
  background-position-y: -1rem;
  background-attachment: fixed;
  margin-top: 1px;
  color: #fff; }
  .headline .headline-wrapper {
    margin: 0 auto;
    text-align: center;
    padding: 5rem 0 3rem; }
    @media screen and (min-width: 321px) {
      .headline .headline-wrapper {
        padding: 6rem 0 4rem; } }
    @media screen and (min-width: 426px) {
      .headline .headline-wrapper {
        padding: 8rem 0 5rem; } }
    @media screen and (min-width: 769px) {
      .headline .headline-wrapper {
        padding: 11rem 0 8rem; } }
  .headline h1 {
    padding: 0;
    margin: 0;
    line-height: 1em; }
  .headline p {
    font-family: Raleway, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1em;
    display: block;
    padding: 0.5em;
    margin: 0; }

.summary {
  margin-top: 2em; }

section {
  width: 100%;
  padding: 0.5em 0; }
  @media screen and (min-width: 769px) {
    section {
      padding: 1em 0; } }
  section .content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0.5em 1.5em; }
  section#skills, section#education {
    background-color: #fff; }

#skills .skills-overview {
  width: 100%; }
  @media screen and (min-width: 769px) {
    #skills .skills-overview {
      float: left;
      width: 30%; } }
#skills .skills-details {
  width: 100%; }
  @media screen and (min-width: 769px) {
    #skills .skills-details {
      float: left;
      width: 70%; } }
  #skills .skills-details .skills-details-col {
    width: 100%; }
    @media screen and (min-width: 426px) {
      #skills .skills-details .skills-details-col {
        float: left;
        width: 50%; } }
#skills .skills-box {
  margin: 1em;
  padding: 0 1em;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #D8D8D8; }

#experience ul {
  padding-left: 1.2em;
  margin-bottom: 2em; }
  @media screen and (min-width: 426px) {
    #experience ul {
      padding-left: 3em; } }
  #experience ul li {
    padding: 0.25em 0; }

#contact form {
  width: 100%; }
  @media screen and (min-width: 1023px) {
    #contact form {
      width: 80%; } }
#contact .form-input {
  padding: 0.5em 0; }
  @media screen and (min-width: 321px) {
    #contact .form-input {
      padding: 0.5em 2em; } }
  #contact .form-input label {
    display: block; }
  #contact .form-input textarea {
    height: 6em; }
  #contact .form-input input, #contact .form-input textarea {
    border-radius: 3px;
    width: 100%;
    box-shadow: inset 1px 1px 1px 1px #EEE;
    border-style: none;
    border: 1px solid #CCC;
    padding: 0.25em 0.5em; }
  #contact .form-input button {
    background-color: #333;
    color: #f0f2f4;
    border: none;
    box-shadow: 0 2px 2px #999;
    border-radius: 4px;
    padding: 0.5em 2em;
    cursor: pointer; }
    #contact .form-input button:hover, #contact .form-input button:active, #contact .form-input button:focus {
      color: #d1d1d1;
      background-color: #444; }
    #contact .form-input button:disabled {
      background-color: #999;
      cursor: default; }
      #contact .form-input button:disabled:hover, #contact .form-input button:disabled:active, #contact .form-input button:disabled:focus {
        color: #f0f2f4; }
#contact .name-input,
#contact .email-input,
#contact .captcha-input,
#contact .submit-input {
  width: 100%; }
  @media screen and (min-width: 426px) {
    #contact .name-input,
    #contact .email-input,
    #contact .captcha-input,
    #contact .submit-input {
      float: left;
      width: 50%; } }
#contact .message {
  padding: 0.5em;
  border: 1px solid;
  font-size: 1em;
  line-height: 1.2em;
  border-radius: 3px;
  margin: 1em 0; }
  @media screen and (min-width: 426px) {
    #contact .message {
      font-size: 0.8em;
      margin: 0.75em 0; } }
  #contact .message.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }
  #contact .message.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }

.summary-icons {
  width: 100%;
  text-align: center;
  margin-bottom: 1em; }
  .summary-icons a {
    line-height: 37px;
    display: inline-block;
    margin: 0 1em; }
  .summary-icons .pdf-icon, .summary-icons .linkedin-icon {
    height: 30px; }

.visually-hidden {
  height: 1px;
  position: absolute;
  left: -2000px; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

html {
  font-size: 16px;
  font-family: Raleway, Helvetica, sans-serif; }

body {
  font-family: Raleway, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif; }

h1 {
  font-size: 1.75em;
  font-weight: 400; }

h2 {
  font-size: 1.5em;
  text-transform: uppercase; }

h3 {
  font-size: 1.2em; }

h2, h3, h4, h5, h6 {
  font-weight: 400; }

a {
  color: #436bad; }
  a:hover, a:active, a:focus {
    color: #0f3262;
    text-decoration: none; }
  a:focus {
    outline: 2px solid #436bad; }

header {
  background-color: #333;
  box-shadow: 0 2px 2px #999;
  position: fixed;
  width: 100%; }
  header .mobile-menu-icon {
    background-color: transparent;
    border: none;
    margin-top: 1.5em;
    margin-right: 0.5em; }
    @media screen and (min-width: 426px) {
      header .mobile-menu-icon {
        margin-top: 0.75em; } }
    header .mobile-menu-icon span {
      line-height: 1.5rem;
      font-size: 1.5em; }
    @media screen and (min-width: 769px) {
      header .mobile-menu-icon {
        display: none; } }

.global-navigation {
  width: 100%;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto; }
  .global-navigation .home-link {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 0; }
    @media screen and (min-width: 426px) {
      .global-navigation .home-link {
        padding-bottom: 10px; } }
  .global-navigation ul {
    display: none; }
    @media screen and (min-width: 769px) {
      .global-navigation ul {
        margin: 0 auto;
        display: inline-block;
        max-width: 1055px;
        padding: 0; } }
  .global-navigation li {
    list-style-type: none;
    display: inline-block; }
  .global-navigation a {
    color: #f0f2f4;
    text-decoration: none;
    display: block;
    padding: 14px 10px 10px;
    border-bottom: 4px solid #333;
    font-size: 1rem;
    line-height: 1.5rem; }
    .global-navigation a:hover, .global-navigation a:focus, .global-navigation a:active {
      color: #d1d1d1;
      text-decoration: none; }
    .global-navigation a:focus, .global-navigation a:hover {
      outline: none; }
      @media screen and (min-width: 769px) {
        .global-navigation a:focus, .global-navigation a:hover {
          border-bottom: 4px solid #70acfb; } }
  .global-navigation .home-container {
    width: 80%;
    float: left; }
    .global-navigation .home-container span {
      display: block;
      color: #d1d1d1;
      padding-left: 10px;
      padding-bottom: 10px; }
      @media screen and (min-width: 426px) {
        .global-navigation .home-container span {
          display: inline;
          margin-left: 0.5rem;
          padding-left: 0;
          padding-bottom: 0; } }
      .global-navigation .home-container span.home-divider {
        display: none; }
        @media screen and (min-width: 426px) {
          .global-navigation .home-container span.home-divider {
            display: inline;
            margin-left: 0; } }
    @media screen and (min-width: 769px) {
      .global-navigation .home-container {
        width: 50%; } }
  .global-navigation .nav-container {
    width: 20%;
    float: right;
    text-align: right; }
    @media screen and (min-width: 769px) {
      .global-navigation .nav-container {
        width: 50%; } }

.mobile-menu-wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  z-index: 50;
  border-left: 2px solid #ccc;
  height: 100%; }
  .mobile-menu-wrapper .close-menu-icon {
    float: right;
    background: none;
    border: 1px solid #333;
    border-radius: 4px;
    margin: 0.5em; }
  .mobile-menu-wrapper ul {
    padding: 0; }
  .mobile-menu-wrapper li {
    list-style-type: none;
    display: block;
    width: 100%; }
    .mobile-menu-wrapper li a {
      padding: 1em 2em;
      width: 100%;
      display: block; }
      .mobile-menu-wrapper li a span {
        color: #666;
        margin-right: 0.5em; }

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