/*
Theme Name: MW Theme
Theme URI: 
Author: Mitchel Welvaart
Author URI: 
Description: MW Theme
Version: 0.0.1
Text Domain: mw
*/
/* NORMALIZE */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* WP STANDARD STYLING */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* MW RESET */
ul {
  padding: 0; }

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

a {
  text-decoration: none; }

button {
  outline: none; }

/* HELPERS */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* VARIABLES */
/* MIXINS */
/* MAIN */
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after {
  box-sizing: border-box; }

.main-screen {
  width: 100%;
  height: 800px;
  background-image: url(assets/img/bg5.jpg);
  background-size: cover;
  position: relative; }
  @media (max-width: 767px) {
    .main-screen {
      height: auto !important; } }
  .main-screen:after {
    content: "";
    position: absolute;
    z-index: 2;
    background: #393333;
    opacity: 0.92;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.logo {
  float: left;
  background: #F76262;
  background: #f35555;
  height: 64px;
  width: 320px;
  position: relative;
  z-index: 3;
  text-align: center; }
  @media (max-width: 767px) {
    .logo {
      width: auto;
      float: none; } }
  .logo .logo-icon {
    width: 26px;
    height: auto;
    margin-top: 20px;
    margin-right: 24px;
    margin-left: 26px;
    float: left; }
    @media (max-width: 767px) {
      .logo .logo-icon {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 12px; } }
    @media (max-width: 480px) {
      .logo .logo-icon {
        position: static;
        display: inline-block;
        margin-left: 0;
        float: none;
        margin-right: 10px;
        margin-left: -10px; } }
  .logo .logo-name {
    width: 204px;
    height: auto;
    float: left;
    margin-top: 26px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .logo .logo-name {
        float: none; } }
  .logo:before, .logo:after {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    right: -38px;
    width: 30px;
    height: 100%;
    background: #f35555;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg); }
    @media (max-width: 767px) {
      .logo:before, .logo:after {
        content: none; } }
  .logo:before {
    right: -38px;
    opacity: 0.25; }
  .logo:after {
    z-index: 3;
    right: -20px; }

.main-elements {
  width: 548px;
  margin: 0 auto;
  position: relative;
  top: 80px;
  z-index: 3; }
  @media (max-width: 767px) {
    .main-elements {
      width: 100%;
      top: 0 !important; } }

.main-hexagon {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.me-hexagon {
  left: 50%;
  margin-left: -120px;
  top: 0;
  position: absolute; }
  .me-hexagon .inner-hexagon-bg {
    background: #3B3B3B; }
  .me-hexagon .outer-hexagon {
    position: absolute;
    width: 236px;
    height: 136.2428px;
    background-color: #6FDEDE;
    margin: 68.1214px 0;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    z-index: 1;
    top: 0;
    left: 0; }
    .me-hexagon .outer-hexagon:before, .me-hexagon .outer-hexagon:after {
      content: "";
      position: absolute;
      width: 0;
      border-left: 118px solid transparent;
      border-right: 118px solid transparent;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .me-hexagon .outer-hexagon:before {
      bottom: 100%;
      border-bottom: 68.1214px solid #6FDEDE; }
    .me-hexagon .outer-hexagon:after {
      top: 100%;
      width: 0;
      border-top: 68.1214px solid #6FDEDE; }
  .me-hexagon .inner-hexagon {
    top: 0;
    position: absolute;
    width: 230px;
    height: 132.779px;
    background-color: #3B3B3B;
    margin: 66.3895px 0;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    left: 3px;
    top: 3.4638px;
    z-index: 2; }
    .me-hexagon .inner-hexagon:before, .me-hexagon .inner-hexagon:after {
      content: "";
      position: absolute;
      width: 0;
      border-left: 115px solid transparent;
      border-right: 115px solid transparent;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .me-hexagon .inner-hexagon:before {
      bottom: 100%;
      border-bottom: 66.3895px solid #3B3B3B; }
    .me-hexagon .inner-hexagon:after {
      top: 100%;
      width: 0;
      border-top: 66.3895px solid #3B3B3B; }
  @media (max-width: 767px) {
    .me-hexagon {
      background-color: #fff; }
      .me-hexagon .inner-hexagon {
        height: 200px;
        width: 100%; }
        .me-hexagon .inner-hexagon .face-beard {
          top: 28px; }
          .me-hexagon .inner-hexagon .face-beard.face-beard-black {
            display: block; }
          .me-hexagon .inner-hexagon .face-beard.face-beard-aqua {
            display: none; }
        .me-hexagon .inner-hexagon .job-title-swiper {
          width: 100%;
          top: 136px;
          color: #393333; } }
  .me-hexagon:hover {
    cursor: pointer; }
    .me-hexagon:hover .inner-hexagon-bg {
      background: #333333; }
    .me-hexagon:hover .inner-hexagon {
      background: #333333; }
      @media (max-width: 767px) {
        .me-hexagon:hover .inner-hexagon {
          background: none; } }
      .me-hexagon:hover .inner-hexagon:before {
        border-bottom-color: #333333; }
      .me-hexagon:hover .inner-hexagon:after {
        border-top-color: #333333; }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media (max-width: 767px) {
  .start-project-wrapper {
    padding: 60px 0; } }

.start-project {
  position: absolute;
  width: 260px;
  height: 56px;
  border: 3px solid #fff;
  text-transform: uppercase;
  background: none;
  color: #fff;
  font-size: 14px;
  left: 50%;
  margin-left: -130px;
  top: 580px;
  font-weight: 600;
  background: #393333;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
  line-height: 48px; }
  @media (max-width: 767px) {
    .start-project {
      display: block;
      position: static;
      margin: 0 auto; } }
  .start-project i {
    margin-left: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 0; }
    @media (max-width: 767px) {
      .start-project i {
        opacity: 1;
        margin-left: 8px;
        display: inline-block;
        width: 4px; } }
  .start-project:hover {
    cursor: pointer;
    background: #3B3B3B; }
    .start-project:hover i {
      opacity: 1;
      margin-left: 8px;
      display: inline-block;
      width: 4px; }

.inner-hexagon {
  position: relative; }
  .inner-hexagon .face-beard {
    position: absolute;
    top: -2px;
    width: 98px;
    left: -49px;
    margin-left: 50%;
    height: auto;
    z-index: 5; }
    .inner-hexagon .face-beard.face-beard-black {
      display: none; }
    .inner-hexagon .face-beard.face-beard-aqua {
      display: block; }
  .inner-hexagon .job-title-swiper {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 106px;
    z-index: 6;
    color: #6FDEDE; }
    .inner-hexagon .job-title-swiper .swiper-wrapper {
      -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
              transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
      .inner-hexagon .job-title-swiper .swiper-wrapper .swiper-slide {
        text-align: center; }
        .inner-hexagon .job-title-swiper .swiper-wrapper .swiper-slide .swiper-slide-shadow-right, .inner-hexagon .job-title-swiper .swiper-wrapper .swiper-slide .swiper-slide-shadow-left {
          display: none; }
        .inner-hexagon .job-title-swiper .swiper-wrapper .swiper-slide span {
          margin-top: 17px;
          display: inline-block;
          text-transform: uppercase;
          font-size: 12px;
          font-weight: 600;
          letter-spacing: 1.3px; }
  .inner-hexagon .tagline {
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 32px;
    color: #fff;
    top: 24px;
    font-weight: 700;
    letter-spacing: 0.4px;
    z-index: 2; }
    .inner-hexagon .tagline b {
      color: #F66969;
      font-weight: inherit; }

.circle-wrapper {
  width: 160px;
  height: 160px;
  left: -80px;
  margin-left: 50%;
  position: absolute;
  top: -14px;
  z-index: 5; }
  .circle-wrapper .skill-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    color: #fff; }
    .circle-wrapper .skill-swiper .swiper-wrapper {
      -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
              transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
      .circle-wrapper .skill-swiper .swiper-wrapper .swiper-slide {
        display: table;
        vertical-align: middle;
        text-align: center; }
        .circle-wrapper .skill-swiper .swiper-wrapper .swiper-slide span {
          display: table-cell;
          vertical-align: middle;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 600; }
  .circle-wrapper svg {
    z-index: 6;
    position: relative; }



.tagline-hexagon, .skills-hexagon {
  top: 0;
  position: absolute;
  top: 264px; }
  .tagline-hexagon .outer-hexagon, .skills-hexagon .outer-hexagon {
    position: absolute;
    width: 236px;
    height: 136.2428px;
    background-color: #F66969;
    margin: 68.1214px 0;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    z-index: 1;
    top: 0;
    left: 0; }
    .tagline-hexagon .outer-hexagon:before, .tagline-hexagon .outer-hexagon:after, .skills-hexagon .outer-hexagon:before, .skills-hexagon .outer-hexagon:after {
      content: "";
      position: absolute;
      width: 0;
      border-left: 118px solid transparent;
      border-right: 118px solid transparent;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .tagline-hexagon .outer-hexagon:before, .skills-hexagon .outer-hexagon:before {
      bottom: 100%;
      border-bottom: 68.1214px solid #F66969; }
    .tagline-hexagon .outer-hexagon:after, .skills-hexagon .outer-hexagon:after {
      top: 100%;
      width: 0;
      border-top: 68.1214px solid #F66969; }
  .tagline-hexagon .inner-hexagon, .skills-hexagon .inner-hexagon {
    top: 0;
    position: absolute;
    width: 230px;
    height: 132.779px;
    background-color: #393333;
    margin: 66.3895px 0;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    left: 3px;
    top: 3.4638px;
    z-index: 2; }
    .tagline-hexagon .inner-hexagon:before, .tagline-hexagon .inner-hexagon:after, .skills-hexagon .inner-hexagon:before, .skills-hexagon .inner-hexagon:after {
      content: "";
      position: absolute;
      width: 0;
      border-left: 115px solid transparent;
      border-right: 115px solid transparent;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .tagline-hexagon .inner-hexagon:before, .skills-hexagon .inner-hexagon:before {
      bottom: 100%;
      border-bottom: 66.3895px solid #393333; }
    .tagline-hexagon .inner-hexagon:after, .skills-hexagon .inner-hexagon:after {
      top: 100%;
      width: 0;
      border-top: 66.3895px solid #393333; }
  .tagline-hexagon .inner-hexagon-bg, .skills-hexagon .inner-hexagon-bg {
    background: #393333; }
  .tagline-hexagon:hover, .skills-hexagon:hover {
    cursor: pointer; }
    .tagline-hexagon:hover .inner-hexagon-bg, .skills-hexagon:hover .inner-hexagon-bg {
      background: #3B3B3B; }
    .tagline-hexagon:hover .inner-hexagon, .skills-hexagon:hover .inner-hexagon {
      background: #3B3B3B; }
      .tagline-hexagon:hover .inner-hexagon i.fa-angle-double-down, .skills-hexagon:hover .inner-hexagon i.fa-angle-double-down {
        opacity: 1; }
      .tagline-hexagon:hover .inner-hexagon:before, .skills-hexagon:hover .inner-hexagon:before {
        border-bottom-color: #3B3B3B; }
      .tagline-hexagon:hover .inner-hexagon:after, .skills-hexagon:hover .inner-hexagon:after {
        border-top-color: #3B3B3B; }

.tagline-hexagon {
  left: 0; }
  @media (max-width: 767px) {
    .tagline-hexagon {
      background-color: #f35555;
      height: auto; }
      .tagline-hexagon .inner-hexagon {
        height: auto; }
        .tagline-hexagon .inner-hexagon .tagline {
          color: #fff;
          width: 250px;
          margin: 0 auto;
          text-align: center;
          position: static;
          line-height: 30px;
          padding: 40px 0; }
          .tagline-hexagon .inner-hexagon .tagline b {
            color: #2E2E2E;
            font-size: 16px;
            display: inline-block;
            padding: 0 4px; } }
  .tagline-hexagon i.fa-angle-double-down {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 6;
    font-size: 28px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    display: none;
}

.skills-hexagon {
  right: 240px; }
  @media (max-width: 767px) {
    .skills-hexagon {
      height: auto;
      right: 0;
      padding: 40px 0;
      background: #fff; }
      .skills-hexagon .inner-hexagon {
        height: auto;
        right: 0;
        text-align: center; }
        .skills-hexagon .inner-hexagon .circle-wrapper {
          top: 0;
          left: 0;
          position: relative;
          margin-left: 0;
          display: inline-block; }
          .skills-hexagon .inner-hexagon .circle-wrapper .skill-swiper {
            color: #393333; }
          .skills-hexagon .inner-hexagon .circle-wrapper svg {
            display: none; }
            .skills-hexagon .inner-hexagon .circle-wrapper svg path:nth-child(2) {
              stroke: #393333; }
      .skills-hexagon:hover .inner-hexagon {
        background: #fff; } }

.tagline-hexagon .inner-hexagon-bg, .skills-hexagon .inner-hexagon-bg, .me-hexagon .inner-hexagon-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  @media (max-width: 767px) {
    .tagline-hexagon .inner-hexagon-bg, .skills-hexagon .inner-hexagon-bg, .me-hexagon .inner-hexagon-bg {
      display: none; } }

@media (max-width: 767px) {
  .tagline-hexagon, .skills-hexagon, .me-hexagon {
    margin: 0;
    position: static;
    display: block; }
    .tagline-hexagon .outer-hexagon, .skills-hexagon .outer-hexagon, .me-hexagon .outer-hexagon {
      margin: 0;
      background-color: transparent;
      display: none; }
      .tagline-hexagon .outer-hexagon:before, .tagline-hexagon .outer-hexagon:after, .skills-hexagon .outer-hexagon:before, .skills-hexagon .outer-hexagon:after, .me-hexagon .outer-hexagon:before, .me-hexagon .outer-hexagon:after {
        content: initial; }
    .tagline-hexagon .inner-hexagon, .skills-hexagon .inner-hexagon, .me-hexagon .inner-hexagon {
      margin: 0;
      background-color: transparent;
      left: 0;
      top: 0;
      width: 100%;
      position: relative;
      -webkit-transition: initial;
      transition: initial; }
      .tagline-hexagon .inner-hexagon:hover, .skills-hexagon .inner-hexagon:hover, .me-hexagon .inner-hexagon:hover {
        background: none; }
      .tagline-hexagon .inner-hexagon:before, .tagline-hexagon .inner-hexagon:after, .skills-hexagon .inner-hexagon:before, .skills-hexagon .inner-hexagon:after, .me-hexagon .inner-hexagon:before, .me-hexagon .inner-hexagon:after {
        content: initial;
        display: none; } }

	.tagline-hexagon:hover {
		cursor: default;
	}        

.recente-projecten {
  display: none;
  text-align: center;
  padding: 40px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #393333;
  font-weight: 600;
  display: none; }
  @media (max-width: 767px) {
    .recente-projecten {
      display: none; } }
  .recente-projecten i {
    margin-left: 6px; }

.project {
  width: 50%;
  height: 480px;
  background-size: cover;
  background-position: center center;
  position: relative;
  float: left; }
  @media (max-width: 767px) {
    .project {
      float: none;
      width: 100%;
      height: 220px;
      display: none; }
      .project:nth-child(1) {
        display: block; } }
  .project:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #393333;
    opacity: 0.8; }
  .project .project-meta {
    position: absolute;
    top: 60px;
    width: 100%; }
    @media (max-width: 767px) {
      .project .project-meta {
        top: 30px; } }
  .project .project-title {
    position: relative;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center;
    display: block;
    padding-top: 0;
    font-weight: 600;
    font-size: 15px; }
    @media (max-width: 767px) {
      .project .project-title {
        font-size: 12px; } }
  .project .project-labels {
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 180px; }
    @media (max-width: 767px) {
      .project .project-labels {
        display: none; } }
    .project .project-labels .project-label {
      display: block;
      width: 140px;
      height: 36px;
      background: #393333;
      color: #fff;
      margin: 0 auto 14px;
      text-align: center;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 36px;
      position: relative; }
      .project .project-labels .project-label:before, .project .project-labels .project-label:after {
        content: '';
        z-index: 2;
        position: absolute;
        top: 0;
        right: -14px;
        width: 20px;
        height: 100%;
        background: #393333;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg); }
      .project .project-labels .project-label:before {
        right: initial;
        left: -6px; }
  .project .project-hexagon {
    z-index: 2;
    top: 0;
    position: absolute;
    position: absolute;
    left: 50%;
    margin-left: -57px;
    top: 40px; }
    .project .project-hexagon .outer-hexagon {
      position: absolute;
      width: 100px;
      height: 57.73px;
      background-color: #fff;
      margin: 28.865px 0;
      -webkit-transition: background-color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out;
      z-index: 1;
      top: 0;
      left: 0; }
      .project .project-hexagon .outer-hexagon:before, .project .project-hexagon .outer-hexagon:after {
        content: "";
        position: absolute;
        width: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .project .project-hexagon .outer-hexagon:before {
        bottom: 100%;
        border-bottom: 28.865px solid #fff; }
      .project .project-hexagon .outer-hexagon:after {
        top: 100%;
        width: 0;
        border-top: 28.865px solid #fff; }
    .project .project-hexagon .inner-hexagon {
      top: 0;
      position: absolute;
      width: 94px;
      height: 54.2662px;
      background-color: #393333;
      margin: 27.1331px 0;
      -webkit-transition: background-color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out;
      left: 3px;
      top: 3.4638px;
      z-index: 2; }
      .project .project-hexagon .inner-hexagon:before, .project .project-hexagon .inner-hexagon:after {
        content: "";
        position: absolute;
        width: 0;
        border-left: 47px solid transparent;
        border-right: 47px solid transparent;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .project .project-hexagon .inner-hexagon:before {
        bottom: 100%;
        border-bottom: 27.1331px solid #393333; }
      .project .project-hexagon .inner-hexagon:after {
        top: 100%;
        width: 0;
        border-top: 27.1331px solid #393333; }
    .project .project-hexagon:hover {
      cursor: pointer; }
      .project .project-hexagon:hover .inner-hexagon {
        background: #3B3B3B; }
        .project .project-hexagon:hover .inner-hexagon:before {
          border-bottom-color: #3B3B3B; }
        .project .project-hexagon:hover .inner-hexagon:after {
          border-top-color: #3B3B3B; }
    .project .project-hexagon .inner-hexagon i {
      position: absolute;
      display: block;
      left: 29px;
      top: 6px;
      font-size: 44px;
      color: #fff;
      text-align: center; }

.footer {
  background: #393333;
  text-align: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  display: none; }
  @media (max-width: 767px) {
    .footer {
      display: block; } }

 /* AANGEPAST */

 .start-project-wrapper{
 	display: none;
 }
