@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Roboto:100,300,400,500,700,900");
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Sans"), local("FiraSans-Regular"), url(http://fonts.gstatic.com/s/firasans/v5/EjsrzDkQUQCDwsBtLpcVQZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(http://fonts.gstatic.com/s/firasans/v5/DugPdSljmOTocZOR2CItOhampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Mono"), local("FiraMono"), url(http://fonts.gstatic.com/s/firamono/v3/SlRWfq1zeqXiYWAN-lnG-pBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/*! normalize.css v3.0.2 | MIT License | git.io/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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

body {
  background-color: #D8C3AB;
  line-height: 1.6;
  font-family: 'Avenir','roboto','Fira Sans', sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

.page-wrap {
  position: relative;
  top: 56px; }
  @media (min-width: 576px) {
    .page-wrap {
      position: fixed;
      top: 85px;
      right: 0;
      left: 0;
      bottom: 0;
      background: #D8C3AB;
      overflow-y: scroll;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
      scroll-behavior: smooth; } }
  .page-wrap figure {
    border-radius: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

@media (max-width: 991px) {
  .container {
    max-width: 98%; } }

@media (min-width: 768px) {
  .page-wrap {
    right: 30px;
    left: 30px;
    bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.03); }
  ::-webkit-scrollbar-track {
    background: none; }
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px; } }

@media (min-width: 768px) and (min-width: 1200px) {
  .container {
    max-width: 1028px; } }

::-moz-selection {
  background: #FFF498; }

::selection {
  background: #FFF498; }

::-moz-selection {
  background: #FFF498; }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #FFF498; }

a {
  color: #0074D9;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    color: #40a6ff; }

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-weight: 500; }

.gigantic {
  line-height: 1.09;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: 0px; }
  @media (max-width: 575.98px) {
    .huge, h1 {
      font-size: 1.8rem;
      line-height: 1.25; } }

.large, h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.14; }

.bigger, h3 {
  line-height: 1.38; }

.big, h4 {
  line-height: 1.38; }

.small, small {
  line-height: 1.2; }

p {
  margin: 0 0 20px 0;
  color: #555;
  font-weight: 300; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

ul {
  margin: 0; }

hr {
  border: solid transparent;
  border-width: 2px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #CC9933), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #CC9933 50%, rgba(255, 255, 255, 0) 0%);
  background-image: -o-linear-gradient(left, #CC9933 50%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #CC9933 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 16px 2px;
  background-repeat: repeat-x; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .button:hover, .button:active, .button:focus,
  button:hover,
  button:active,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }

.name-lockup {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.fork-tag {
  position: absolute;
  top: 10px;
  right: -10px;
  background: #041e3a;
  color: white;
  padding: 2px 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }
  .fork-tag:hover {
    color: white;
    -webkit-animation: wiggle 0.4s linear 1;
    animation: wiggle 0.4s linear 1; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  80% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  80% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.flex-video {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative; }

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }

.page-home img {
  width: 100%;
  height: auto; }

@media (min-width: 576px) {
  .page-home .col-sm-3 {
    padding-right: 8px;
    padding-left: 0; }
  .page-home .col-sm-7 {
    padding-left: 8px;
    padding-right: 0; }
  .page-home .col-lg-10 {
    padding-left: 0px;
    padding-right: 0px; } }

.page-home nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 575.98px) {
    .page-home nav {
      background-color: #FFF;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
      height: 56px;
      z-index: 999; } }
  .page-home nav figure {
    width: 4.375rem;
    margin: 2px 1rem; }
    @media (max-width: 575.98px) {
      .page-home nav figure {
        width: 3rem;
        margin: 2px 0.5rem; } }
  .page-home nav ul {
    margin-right: 2rem;
    padding: 0; }
    @media (max-width: 575.98px) {
      .page-home nav ul {
        margin-right: 15px; } }
    .page-home nav ul li {
      display: inline-block;
      margin-left: 1rem; }
      @media (max-width: 575.98px) {
        .page-home nav ul li {
          margin-left: 0.2rem; } }
      .page-home nav ul li a {
        padding: 6px 12px;
        border: 1px solid #041e3a;
        border-radius: 16px;
        font-weight: 600;
        color: #041e3a;
        font-size: 0.8rem;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase; }
        @media (max-width: 575.98px) {
          .page-home nav ul li a {
            font-size: 0.75rem;
            padding: 2px 12px; } }
        .page-home nav ul li a:hover {
          background-color: rgba(4, 30, 58, 0.2); }
        .page-home nav ul li a[download] {
          border: 1px solid #CC9933;
          color: #CC9933; }
          .page-home nav ul li a[download]:hover {
            background-color: #CC9933;
            color: #fff; }
      .page-home nav ul li.current a {
        background-color: #041e3a;
        color: #fff; }
        .page-home nav ul li.current a:hover {
          background-color: #041e3a; }

.page-home .page-wrap > header {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6;
  background: #041e3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 576px) {
    .page-home .page-wrap > header {
      font-size: 1.4375rem;
      min-height: calc(100vh - 115px); } }
  @media (max-width: 575.98px) {
    .page-home .page-wrap > header {
      padding-top: calc( 15px + 2%); } }
  .page-home .page-wrap > header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-home .page-wrap > header .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 575.98px) {
      .page-home .page-wrap > header .intro {
        padding-top: calc( 15px + 2%);
        padding-bottom: 2.5rem;
        text-align: center; } }
    .page-home .page-wrap > header .intro .social a {
      font-size: 1.6rem;
      color: #fff;
      margin-right: 0.4rem; }
      .page-home .page-wrap > header .intro .social a:visited, .page-home .page-wrap > header .intro .social a:active {
        color: #fff; }
      .page-home .page-wrap > header .intro .social a:hover {
        color: rgba(255, 255, 255, 0.5); }
  .page-home .page-wrap > header h1, .page-home .page-wrap > header p {
    color: #fff;
    margin: 0.5rem 0; }
  @media (max-width: 575.98px) {
    .page-home .page-wrap > header h1 {
      max-width: 9em;
      margin-left: auto;
      margin-right: auto; } }
  .page-home .page-wrap > header p {
    font-weight: 400; }
  .page-home .page-wrap > header figure {
    border-radius: 10px;
    background: #E5D292;
    position: relative; }
    @media (max-width: 575.98px) {
      .page-home .page-wrap > header figure {
        height: 60vw;
        text-align: center; }
        .page-home .page-wrap > header figure img {
          position: absolute;
          top: 0;
          bottom: 0;
          width: 60vw;
          left: 15vw; } }
  .page-home .page-wrap > header .scrolldown {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }
    @media (min-width: 576px) {
      .page-home .page-wrap > header .scrolldown {
        display: block; } }
    .page-home .page-wrap > header .scrolldown a {
      display: block;
      padding: 1.5rem 2rem;
      font-size: 2rem;
      color: #CC9933; }
      .page-home .page-wrap > header .scrolldown a:hover {
        color: #7a5c1f; }

.page-home #projecten {
  padding: 2.5rem 0; }
  @media (min-width: 576px) {
    .page-home #projecten {
      padding: 5rem 0; } }
  .page-home #projecten .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page-home #projecten h2 {
    text-align: center;
    margin: 0;
    color: #041e3a; }
  .page-home #projecten hr {
    margin: 1.5rem 0 0; }
  .page-home #projecten a {
    text-decoration: none;
    color: inherit; }
  .page-home #projecten article {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 576px) {
      .page-home #projecten article {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; } }
    .page-home #projecten article > a {
      position: relative; }
      .page-home #projecten article > a .article-background {
        z-index: -1;
        background-color: #EEE;
        top: -10px;
        bottom: -10px;
        left: -10px;
        position: absolute;
        border-radius: 10px; }
    .page-home #projecten article .col-sm-3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .page-home #projecten article figure {
      background-color: #19647E;
      border-radius: 10px;
      width: 100%;
      padding-top: 100%;
      position: relative;
      overflow: hidden; }
      .page-home #projecten article figure img {
        position: absolute;
        top: 27%; }
        @media (min-width: 576px) {
          .page-home #projecten article figure img {
            top: 20%; } }
        @media (min-width: 768px) {
          .page-home #projecten article figure img {
            top: 0; } }
    .page-home #projecten article header .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .page-home #projecten article header .d-sm-none {
      padding-right: 0; }
    @media (max-width: 450px) {
      .page-home #projecten article header .d-sm-none {
        padding-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        .page-home #projecten article header .d-sm-none figure {
          padding-top: 62.5%;
          margin-bottom: 1rem; }
      .page-home #projecten article header .col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .page-home #projecten article header h1 {
      font-size: 1.2rem;
      font-weight: 700;
      margin: 0 0 0.2rem 0; }
      @media (min-width: 576px) {
        .page-home #projecten article header h1 {
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        .page-home #projecten article header h1 {
          margin: 0 0 0.5rem 0; } }
    .page-home #projecten article header p {
      font-size: 0.9rem;
      margin: 0;
      font-weight: 500;
      color: #041e3a; }
      @media (min-width: 576px) {
        .page-home #projecten article header p {
          font-weight: 700; } }
    .page-home #projecten article header span {
      -ms-flex-item-align: start;
      align-self: flex-start;
      padding: 2px 0.5rem;
      background-color: #fff;
      border-radius: 0.7rem;
      font-size: 0.7rem;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
      font-weight: 700; }
      @media (min-width: 768px) {
        .page-home #projecten article header span {
          display: none;
          position: absolute;
          top: -2.5rem;
          right: 0; } }
      @media (min-width: 768px) {
        .page-home #projecten article header span.show {
          display: block; } }
      .page-home #projecten article header span img {
        width: 8.2em;
        margin: -0.2em 0.1em 0; }
    .page-home #projecten article p {
      margin: 0.5rem 0 0.25rem; }
      @media (min-width: 576px) {
        .page-home #projecten article p {
          margin: 1rem 0; } }
    .page-home #projecten article ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .page-home #projecten article ul li {
        display: inline-block;
        padding: 2px 0.5rem;
        background-color: #E5E5E5;
        font-size: 0.6rem;
        margin: 0 0.2rem 0 0;
        border-radius: 1rem;
        text-transform: uppercase; }

.page-home footer {
  text-align: center;
  background: #EEE;
  padding: 2.5rem 0;
  font-size: 0.875rem; }
  @media (min-width: 576px) {
    .page-home footer {
      padding: 5rem 0; } }
  .page-home footer p {
    margin: 1rem 0; }
  .page-home footer .social {
    margin: 1rem 0; }
    .page-home footer .social a {
      text-decoration: none;
      color: inherit;
      font-size: 1rem;
      margin: 0 0.25rem; }
      .page-home footer .social a:hover {
        color: #000; }
