/*
Theme Name: Dolf den Ouden
Theme URI: https://wordpress.org/themes/dolfdenouden
Template: dolfdenouden
Author: the Dolf den Ouden
Author URI: http://dolfdenouden.nl
Description: Dolf den Ouden
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: dolfdenouden

*/
/* Start CSS Reset: http://meyerweb.com/eric/tools/css/reset/ v2.0 */
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;
  color: #44546a; }

/* 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; }

/* End CSS Reset */
/* Start General Styling */
html {
  font-size: 100.01%; }

a {
  color: #ff9966; }

/* End General Styling */
/* Start Typography Styling */
body {
  font-family: "Average Sans", Tahoma, Verdana, Arial;
  font-size: 1.0em;
  border: 0;
  background: #c6c6c6; }

h1, h2, h3 {
  font-family: Zaio, Tahoma, Verdana, Arial;
  color: #44546a;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

h1 {
  font-size: 2em; }

h1:first-letter {
  /*color: $highlight-color;*/ }

h2 {
  font-size: 1.5em; }

h2:first-letter {
  color: #ff9966; }

h3 {
  font-size: 1.3em; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
  color: #44546a;
  text-decoration: none; }

/* End Typography Styling */
/* Start Structure Styling */
#wrapper {
  width: 100%; }

#header {
  padding: 0.5em;
  color: white;
  top: 0;
  position: fixed;
  z-index: 2000;
  width: 100%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

#header img {
  height: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.admin-bar #header {
  top: 32px; }

#header.smaller {
  background-color: rgba(198, 198, 198, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

#header.smaller img {
  height: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

#header.smaller .site-title {
  font-size: 2em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

#sidebar {
  float: right;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 96px; }

.container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix {
  content: "";
  display: table;
  clear: both; }

/* End Structure Styling */
/* Start Widget Styling */
.widget {
  background-color: white;
  margin-bottom: 1.5em;
  padding: 1em; }

.widgettitle {
  padding: 1em;
  margin: -1em -1em 0.8em -1em;
  font-family: 'Fjalla One', Tahoma, Verdana, Arial; }

/* End Widget Styling */
/* Search Form
-------------------------------------------------------------- */
.search-form {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.search-form .screen-reader-text {
  display: none; }

.search-form .search-field {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 0.7em 45px 0.7em 0.7em;
  background: white;
  border: 1px solid #c6c6c6;
  font-size: 1.0em;
  color: #44546a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  padding: 0.8em 0.7em 0 0;
  cursor: pointer; }

.search-form .search-submit .genericon-search {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-family: 'Genericons';
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: text-bottom;
  color: #777;
  content: '\f410'; }

.search-form .search-submit:hover .genericon-search {
  color: #44546a; }

#logo {
  /*    position: relative;
      float: left;*/
  padding-left: 45px;
  display: inline; }

#logo img {
  height: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

/* Start Header Styling */
#logo .site-title {
  font-size: 5em;
  /*font-family: 'reckoner_boldcondensed_bold', Tahoma, Verdana, Arial;*/
  font-family: archiveregular, Tahoma, Verdana, Arial;
  letter-spacing: -2px;
  text-shadow: 2px 2px #ff9966; }

#logo h1.site-title span {
  color: #44546a; }

#logo a, #logo a:hover {
  text-decoration: none; }

#logo a:hover .site-title {
  text-decoration: none; }

@keyframes spin-character {
  0% {
    transform: scaleY(1); }
  50% {
    transform: scaleY(-1); }
  100% {
    transform: scaleY(1); } }
#logo a:hover .spinning {
  animation: spin-character 2s;
  position: relative; }

/* End Header Styling */
/* Start Menu Styling */
#topnav {
  display: none; }

#hamburger-wrapper {
  display: table;
  height: 5em;
  width: 30px;
  float: right;
  position: relative;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s; }

/*.smaller #hamburger-wrapper {
    height: $smaller-logo-height;
}*/
#hamburger-container {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

#hamburger {
  display: block; }

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #c6c6c6;
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  position: relative; }

#hamburger:before {
  top: -6px; }

#hamburger span {
  top: 0px; }

#hamburger:after {
  top: 6px; }

.smaller #hamburger:before,
.smaller #hamburger:after,
.smaller #hamburger span {
  background: white; }

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, right, opacity;
  transition-property: transform, top, bottom, right, opacity; }

html.mm-opening #hamburger:before {
  top: 4px; }

html.mm-opening #hamburger:after {
  top: -4px; }

html.mm-opening #hamburger span {
  right: -50px;
  opacity: 0; }

html.mm-opening #hamburger:before {
  transform: rotate(-45deg); }

html.mm-opening #hamburger:after {
  transform: rotate(45deg); }

.mm-navbar {
  position: relative; }

.mm-navbar > * {
  display: inline-block;
  vertical-align: middle; }

.mm-navbar:before, .mm-navbar-bottom-1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px; }

.mm-navbar-bottom-1 {
  bottom: 0;
  position: absolute; }

.mm-navbar-content-3 > * {
  width: auto; }

.mm-navbar-content-3 > a, .mm-navbar-content-3 > span {
  float: none !important;
  display: inline-block !important; }

.height500 .mm-navbar-size-2 {
  height: 50px; }

.mm-menu img {
  border-radius: 50%;
  box-shadow: 0 0 0 4px white;
  height: 80px;
  width: 80px;
  padding: 0;
  margin: 0 10px; }

.height500 .mm-menu img {
  height: 60px;
  width: 60px; }

.height500 .mm-navbar-size-3 {
  height: 80px; }

.height500 .mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 50px; }

.height500 .mm-hasnavbar-top-3 .mm-panels {
  top: 80px; }

.mm-menu .genericon {
  font-size: 20px;
  color: white;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white;
  height: 30px;
  width: 30px;
  padding: 0;
  background-color: #ff9966;
  line-height: 30px;
  margin: 0 10px; }

.mm-listview > li.menu-item {
  cursor: pointer; }

.mm-listview > li.menu-item > a, .mm-listview > li.menu-item > span {
  display: inline-block;
  color: #44546a;
  font-size: 20px;
  line-height: 20px; }

.height500 .mm-listview > li.menu-item > a, .height500 .mm-listview > li.menu-item > span {
  font-size: 16px;
  line-height: 16px;
  padding: 5px 5px 5px 10px; }

.mm-menu .mm-listview > li.mm-selected > a, .mm-menu .mm-listview > li.mm-selected > span {
  background-color: transparent !important; }

#menu-top-navigation .menu-item .dashicons {
  height: 10px;
  width: 10px;
  font-family: "dashicons"; }

#menu-top-navigation .active {
  background-color: #ff9966; }

#menu-top-navigation .active > a, #menu-top-navigation .active > span {
  color: white; }

.about-menu-item .dashicons:before {
  content: "\f102"; }

.resume-menu-item .dashicons:before {
  content: "\f491"; }

.projects-menu-item .dashicons:before {
  content: "\f145"; }

.contact-menu-item .dashicons:before {
  content: "\f466"; }

.blog-menu-item .dashicons:before {
  content: "\f119"; }

.mm-listview > li.menu-item:hover {
  color: #ff9966; }

/* End Menu Styling */
/* Start Post Styling */
.projects {
  background-color: #777;
  padding: 1.5em; }

#posts-container {
  /*width: 60%;*/
  /*float: left;*/
  background-image: url(../images/backgrounds/skyline-buildings-new-york-skyscrapers_2000.jpg); }

#posts-container .post-wrap {
  margin-top: 20px; }

#posts-container .post-wrap:first-child {
  margin-top: 0; }

.more-link-wrap {
  width: 100%;
  text-align: right;
  margin: 0.5em 0 0; }

.more-link {
  display: inline-block;
  line-height: 1.5em;
  background-color: #ff9966;
  padding: 0.5em;
  margin: 0.1em 0 0; }

.more-link:link, .more-link:visited {
  color: white;
  text-decoration: none; }

.entry-footer {
  clear: both;
  margin: 1.2em -1.2em -1.2em;
  padding: 0.8em 1em;
  line-height: 1.4em;
  border-top: 1px solid #c6c6c6; }

.entry-footer a:link, .entry-footer a:visited {
  text-decoration: none; }

.entry-footer span:before, .metadata-comments a:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 22px 'Genericons';
  vertical-align: middle;
  color: #44546a; }

.metadata-categories:before {
  content: '\f301'; }

.metadata-comments {
  float: right;
  display: inline-block;
  padding-left: 1em; }

.metadata-comments a:before {
  content: '\f108';
  margin-right: 0.15em; }

/* End Post Styling */
/* Start Skill styling */
#skills-container {
  width: 100%; }

.skill-container {
  width: 50%;
  height: 85px;
  line-height: 85px;
  float: left; }

.skill-percentage {
  display: inline-block;
  width: 85px;
  height: 85px;
  vertical-align: middle; }

.skill-title {
  font-size: 20px;
  padding-left: 10px;
  display: inline;
  line-height: 50px;
  vertical-align: middle; }

/* End Skill styling */
/* Start Timeline styling */
.timeline {
  width: 100%;
  position: relative; }

.timeline-line {
  content: "";
  position: absolute;
  top: 35px;
  height: 100%;
  width: 4px;
  background-color: white;
  left: 50%;
  margin-left: -2px; }

.timeline-container {
  position: relative;
  margin: 2em 0; }

.timeline-container:after {
  clear: both;
  display: block;
  content: " "; }

.timeline-container:nth-child(even) .timeline-content {
  float: right; }

.timeline-container:nth-child(even) .timeline-content:before {
  left: auto;
  right: 100%;
  border: 10px solid transparent;
  border-right: 10px solid white; }

.timeline-container:nth-child(even) .timeline-period {
  left: auto;
  right: 122%;
  text-align: right; }

.timeline-image {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  border-radius: 50%;
  background-color: #ff9966;
  box-shadow: 0 0 0 4px white; }

.timeline-image .dashicons {
  height: 40px;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  color: white;
  font-family: "dashicons"; }

.timeline-content {
  width: 40%;
  background-color: white;
  padding: 1.5em;
  position: relative; }

.timeline-content:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-left: 10px solid white; }

.timeline-title {
  font-weight: bold; }

.timeline-period {
  left: 122%;
  position: absolute;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #44546a;
  top: 15px; }

/* End Timeline styling */
/* Start Education styling */
.education-info-image .dashicons-welcome-learn-more:before {
  content: "\f118"; }

/* End Education styling */
/* Start Education styling */
.employment-image .dashicons-calendar:before {
  content: "\f145"; }

/* End Education styling */
/* Start Personalia styling */
.personalia-row {
  line-height: 150%; }

.personalia-label {
  width: 100px;
  display: table-cell; }

.personalia-value {
  display: table-cell; }

/* End Personalia styling */
/* Start contact form styling */
#contact-container {
  background-image: url(../images/backgrounds/city-cars-traffic-lights.jpeg); }

#contact-container .section-wrapper {
  opacity: 0; }

input, textarea {
  width: 100%;
  border: 1px solid #c6c6c6;
  padding: 7px 2px;
  font-family: "Average Sans", Tahoma, Verdana, Arial; }

input:focus, textarea:focus {
  border: 1px solid #ff9966;
  outline: none; }

input[type="submit"], input[type="submit"] {
  width: inherit;
  padding: 7px 10px;
  background-color: #ff9966;
  color: white;
  font-family: 'Average Sans', Tahoma, Verdana, Arial;
  font-weight: bold; }

/* End contact form styling */
/* Start Projects styling */
#projects, .single-project {
  background-image: url(../images/backgrounds/skyline-buildings-new-york-skyscrapers_2000.jpg); }

.project-wrap, #project-wrap .fp-slide, #project-wrap .fp-tableCell {
  height: 70%; }

.project {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.5em;
  min-height: 70%; }

.project .entry-content {
  margin-top: 20px; }

.project-company {
  font-weight: bold; }

.project-content {
  display: block; }

.project-excerpt {
  display: none; }

.mobile .project-content {
  display: none; }

.mobile .project-excerpt {
  display: block; }

.project .more-link-wrap {
  display: none; }

.mobile .project .more-link-wrap {
  display: block; }

/* End Projects styling */
/* Start About styling */
.section {
  background-size: cover;
  /*padding-bottom: 1.5em;*/ }

.section-wrapper {
  padding: 2em 15%; }

#about-container {
  background-image: url(../images/backgrounds/baloon.jpg); }

/* End About styling */
/* Start Resume styling */
#resume-container {
  background-image: url(../images/backgrounds/road-sky-sand-street_2000.jpg); }

/* End Resume styling */
/* Start Content styling */
.content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.5em; }

.content p {
  margin: 10px 0; }

.contact p:first-child {
  margin: 0 0 0 10px; }

.content ul {
  list-style: disc; }

.content li {
  margin: 3px 0 3px  30px; }

.content strong {
  font-weight: bold; }

/* End Content styling */
/* Start Animations */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.delay {
  -webkit-animation-delay: 0.30s;
  -moz-animation-delay: 0.30s;
  -o-animation-delay: 0.30s;
  animation-delay: 0.30s; }

.delay-three {
  -webkit-animation-delay: 0.60s;
  -moz-animation-delay: 0.60s;
  -o-animation-delay: 0.60s;
  animation-delay: 0.60s; }

.delay-two {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s; }

.delay-one {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* End Animations */
/* Start Comments Styling */
div.sharedady h3.sd-title:before {
  border-top: none; }

/* End Comments Styling */
/* Start Responsive Styling */
/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
  #wrap {
    /*top: 20px;*/ }

  #logo {
    padding-left: 10px; }

  #logo img, #header.smaller #logo img {
    width: 35%;
    height: auto; }

  #logo .site-title {
    font-size: 2em; }

  #hamburger-wrapper {
    height: 2em; }

  #header {
    padding-top: 1em; }

  #content {
    width: 100%;
    padding-right: 0; }

  .content {
    padding: 0.7em; }

  .section {
    background-size: cover;
    padding-bottom: 0.5em; }

  .section-wrapper {
    padding: 1em; }

  #sidebar {
    display: none; }

  #wpadminbar {
    position: fixed; }

  .post-wrap {
    width: 100%;
    padding-right: 0; }

  #hamburger {
    /*top: 13px;*/ }

  .fp-controlArrow.fp-next {
    border-width: 18px 0 18px 18px;
    top: 60%; }

  .fp-controlArrow.fp-prev {
    border-width: 18px 18px 18px 0;
    top: 60%; }

  /* Start Timeline styling */
  .timeline-line {
    background-color: white;
    left: 25px;
    margin-left: -2px; }

  .timeline-image {
    left: 0;
    margin-left: 0; }

  .timeline-content {
    width: 100%;
    float: right;
    padding: 0.7em; }

  .timeline-content:before {
    left: auto;
    right: 100%;
    border: 10px solid transparent;
    border-right: 10px solid white; }

  .timeline-period {
    font-size: inherit;
    position: initial;
    color: inherit;
    font-weight: normal;
    font-style: italic; }

  .timeline-container {
    margin: 1em 0; }

  .timeline-container:nth-child(even) .timeline-period {
    left: 0;
    right: auto;
    text-align: left; }

  .timeline-content-wrapper {
    padding-left: 95px; }

  /* End Timeline styling */
  /* Start Projects Styling */
  #projects-container {
    padding: 0 30px; }

  #projects-container.single {
    padding: 0; }

  /* End Projects Styling */
  /* Start Skill styling */
  .skill-container, .timeline-container {
    width: 100%; }

  /* End Skill styling */
  #resume-container {
    background-image: url(../images/backgrounds/road-sky-sand-street_1000.jpg); }

  #about-container {
    background-image: url(../images/backgrounds/baloon_1000.jpg); }

  #projects, .single-project {
    background-image: url(../images/backgrounds/skyline-buildings-new-york-skyscrapers_1000.jpg); }

  #contact-container {
    background-image: url(../images/backgrounds/city-cars-traffic-lights_1000.jpeg); }

  /* Start Contact form styling */
  .wpcf7-form textarea {
    height: 50px; }

  /* End Contact form styling */ }
/* End Responsive Styling */
/* Start print styling */
@page {
  size: A4;
  margin: 19mm; }
@media print {
  html, body {
    width: 210mm;
    height: 297mm;
    overflow: visible !important;
    background-color: transparent; }

  h3 {
    margin-top: 50px;
    margin-bottom: 20px; }

  .mm-page {
    top: -159px; }

  #resume-content .entry-content h3 {
    margin-top: 0; }

  h1, h2, h3, div, span, p, a, ul, li, b, i, strong {
    color: black !important; }

  #topnav {
    background: none; }

  .mm-navbar-content-3, .mm-panels {
    display: none; }

  .mm-navbar {
    border: 0;
    text-align: right;
    height: 200px; }

  .mm-navbar-top-1 img {
    border-radius: 0;
    border: 1px solid #d9d9d9;
    height: 120px;
    width: 120px;
    margin: 0;
    box-shadow: none; }

  .mm-menu.mm-right {
    left: inherit;
    right: inherit; }

  .mm-menu {
    width: 100%;
    min-width: inherit;
    max-width: inherit; }

  .mm-menu.mm-offcanvas {
    position: inherit; }

  #resume-container, #projects {
    display: inline-block !important;
    background-image: none; }

  #header-wrap, #about-container, #contact-container {
    display: none !important; }

  #fullpage {
    transform: none !important; }

  .content {
    background-color: transparent !important;
    padding: 0; }

  .timeline-image, .timeline-line {
    display: none; }

  .timeline-title {
    padding: 10px;
    border: 1px solid #d9d9d9; }

  .timeline-content, .timeline-content:nth-child(even) {
    width: 100%;
    float: none;
    background-color: transparent;
    padding: 0; }

  .timeline-content .timeline-period, .timeline-content:nth-child(even).timeline-period {
    float: right;
    width: auto;
    left: auto;
    position: relative;
    font-size: 100%;
    top: 0;
    padding: 10px; }

  .timeline-period {
    padding: 10px;
    border-left: 1px solid #d9d9d9;
    min-width: 200px;
    text-align: right;
    top: 0; }

  .timeline-content .education-info-period, .timeline-content:nth-child(even).education-info-period {
    top: -37px; }

  .timeline-container:nth-child(even), .timeline-content:before {
    border: 0; }

  .timeline-container {
    margin: 0 0 30px 0; }

  .timeline-description p {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    margin: 0;
    padding: 10px; }

  .timeline-description p:first-of-type {
    border-bottom: 1px solid #d9d9d9; }

  .timeline-description {
    border-bottom: 1px solid #d9d9d9; }

  /* Start resume print styling */
  #resume-container {
    height: auto !important;
    padding: 0 !important; }

  #resume-content h2 {
    display: none; }

  .slimScrollDiv, .fp-scrollable {
    overflow: auto !important;
    height: auto !important; }

  .slimScrollBar {
    display: none !important; }

  #skills {
    display: none; }

  /* End resume print styling */
  /* Start projects print styling */
  .fp-controlArrow {
    display: none; }

  #projects {
    height: auto !important; }

  .section-wrapper {
    padding: 0; }

  #projects-container .fp-slidesContainer {
    width: auto !important; }

  .project {
    background-color: transparent; }

  .fp-slide {
    margin-bottom: 20px; }

  .fp-slide, .fp-tableCell {
    width: 100% !important;
    display: inline-block;
    height: auto !important; }

  .project-company {
    display: inline-block;
    border-left: 1px solid #d9d9d9;
    padding: 10px; }

  .project-company-period {
    float: right; }

  .project .entry-content {
    margin: 0; }

  .project .entry-header h3 {
    margin: 0;
    padding: 10px;
    border: 1px solid #d9d9d9; }

  .project-company-period {
    padding: 10px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    min-width: 200px;
    text-align: right; }

  .project-description {
    padding: 10px;
    border: 1px solid #d9d9d9; }

  /* Start projects print styling */ }
/* End print styling */

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