@import url("https://use.typekit.net/dov5pjg.css");

/*---------- GLOBAL STYLE ----------*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0); 
    z-index: 1000;
    pointer-events: none; 
    opacity: 0; 
    transition: opacity 0.4s ease; 
}

.overlay.active {
    opacity: 1;
}

body {
    opacity: 0;
    transition: opacity 0.4s ease;
    color: #161616;
    font-family: 'area-normal', serif;
    font-size: 15px;
    line-height: 2!important;
    background-color: #161616;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(254, 241, 239, 0.03) 2px, transparent 2px), 
        linear-gradient(90deg, rgba(254, 241, 239, 0.03) 2px, transparent 2px);
    background-size: 77px 77px; 
    background-repeat: repeat; 
    background-position: center;
    z-index: -1; 
}

/* VISIBLE */
body.fade-in {
    opacity: 1;
    background-color: #161616;
}

/* FADE OUT */
body.fade-out {
    opacity: 0;
    background-color: #161616;
}


/* BASIS */
html {
    overflow-x: hidden;
}
h1,
h2,
h3 {
    font-family: 'sneakers-pro', sans-serif;
    font-weight: 200;
    color: #FEF1EF;
    line-height: 1em;
    margin-top: 0;
}

h4,
h5,
h6 {
    font-family: 'area-extended', sans-serif;
    font-weight: 900;
    color: #FEF1EF;
    line-height: 1em;
    margin-top: 0;
}

p {
    font-family: 'area-normal', serif;
    font-weight: 400;
    margin-top: 1px;
}
p,
ul,
li {
    color: #FEF1EF;
}

.luminaryspark {
    font-weight: 900;
}

.container {
    margin: 0 auto;
    max-width: 1500px;
    width: 90%;
  }

.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

a:hover,
a:focus,
a:visited {
    color: #FEF1EF;
    text-decoration: none;
}
.vcenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.fill {
    margin-top: 100px;
    margin-bottom: 100px;
}

.fill-new {
    margin-top: 40px;
}
.margin-top-05 {
    margin-top: 0.5em;
}
.margin-top-10 {
    margin-top: 1.0em;
}
.margin-top-15 {
    margin-top: 1.5em;
}
.margin-top-20 {
    margin-top: 2.0em;
}
.margin-top-25 {
    margin-top: 2.5em;
}
.margin-top-30 {
    margin-top: 3.0em;
}
.margin-top-35 {
    margin-top: 3.5em;
}
.margin-top-40 {
    margin-top: 4.0em;
}
.margin-top-45 {
    margin-top: 4.5em;
}

section {
    overflow: hidden;
}

video {
    justify-content: center; 
    align-items: center; 
}

@media (max-width: 1000px) {
    .video-section {
      padding: 10px;
    }

    video {
      max-width: 100%;
      height: auto;
    }
  }

.flex-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between; 
}

.desktop-nav {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
  justify-content: flex-end; 
}

.desktop-nav .item-anchor {
  font-size: 16px;
  font-weight: 500;
  color: #FEF1EF;
  text-decoration: none;
}

.desktop-nav .item-anchor:hover {
  color: #65D47F;
}

.btn-nav,
.nav-content {
  display: none;
}

/* Mobile View */
@media (max-width: 1200px) {
  .desktop-nav {
    display: none; 
  }

  .btn-nav {
    display: inline-block; 
  }

  .nav-content {
    display: block; 
  }
}

.socialIconsNAV{
    margin-left: 10px;
}

.nav-margin {
    margin-left: 20px;
    margin-right: 10px;
}

.navigation__wrapper {
  display: flex;
  margin-left: auto;
}
.navigation__list {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  margin-bottom: -6px;

}
.navigation__list a {
  color: #FEF1EF;
  font-family: 'sneakers-pro', sans-serif;  
  padding: 12px;
  font-size: 25px;
  font-weight: 100;
  border-radius: 10px;
  display: inline-block;
}
.navigation__list a:hover {
  color: #65D47F;
  padding: 5px 12px;
  transition: 0.5s;
}
.navigation__list--second a {
  color: #FEF1EF;
}
.navigation__list--second {
  padding: 5px 10px;
  text-decoration: none;
  list-style: none;
}
.navigation__divider {
  background-color: #003c85;
  height: 85px;
  margin: 0 10px;
  width: 1px;
} 

/*---------- NAV ----------*/
.nav {
    position: relative;
    width: auto;
    display: inline-block;
    border: none;
    float: right;
    z-index: 99999;
}

.navbar-fixed-top {
    padding-top: 10px;
    padding-bottom: 30px;
    
}

.navbar-brand {
    margin-top: 10px;
}

.navbar-brand > img {
    max-width: 127px;
    z-index: 9999;
}

@media (max-width: 768px) {
    .navbar-brand {
        padding-left: 0px;
    }
}

.navbar-default {
    background-color: rgba(22,22,22);
    box-shadow: -5px -5px 60px 5px #0e0e0e;
    border-color: transparent;
    
}

.navbar-default.color-fill {
    background-color: rgba(22,22,22);
    border-color: transparent;
}

.btn-nav {
    background: transparent;
    border: none;
    padding: 15px;
    margin-top: 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
    
}

@media (max-width: 768px) {
    .btn-nav {
        padding: 15px 0;
    }
}

.btn-nav:focus {
    outline: 0;
}

.icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #FEF1EF;
}

.icon-bar.inverted {
    background-color: #FEF1EF;
    color: #FEF1EF;
}

.opaque {
    background-color: #FEF1EF!important;
}

.btn-nav:hover .icon-bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #65D47F;
}

.nav-content {
    position: fixed;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(22,22,22,0.9);
    display: block;
    height: 100%;
    z-index: 9;
}

.nav-list {
    list-style: none;
    padding: 0;
    position: relative;
}
.item-anchor {
    color: #FEF1EF;
    font-size: 30px;
    font-weight: 100;
    position: relative;
    text-decoration: none;
    padding: 10px;
}

.item-anchor:hover,
.item-anchor:focus {
    color: #FEF1EF;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after {
    width: 100%;
    background: #FEF1EF;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.nav-item {
    font-family: 'sneakers-pro', sans-serif;
    margin: 10px auto;
    text-align: center;
    color: #FEF1EF;
}

.nav-item a:link,
.nav-item a:hover,
.nav-item a:focus {
    color: #FEF1EF;
}

.nav-item a:hover,
.nav-item a:focus {
    border-bottom: 2px solid #222;
}

.animated {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar {
    background-color: #fff;
}

.animated:focus {
    cursor: pointer;
    z-index: 9999;
}

.middle {
    margin: 0 auto;
}

.icon-bar {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999999;
}

.animated .icon-bar {
    z-index: 999999;
    background-color: #FEF1EF!important;
}

.animated .top {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -moz-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotateZ(45deg);
    -o-transform: translateY(7px) rotateZ(45deg);
    transform: translateY(7px) rotateZ(45deg);
}

.animated .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -moz-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotateZ(-45deg);
    -o-transform: translateY(-11px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg);
}

.animated .middle {
    width: 0;
}

@keyframes showNav {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

@-webkit-keyframes showNav {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

@-moz-keyframes showNav {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

@-o-keyframes showNav {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

.showNav {
    -webkit-animation: showNav 1s ease forwards;
    -moz-animation: showNav 1s ease forwards;
    -o-animation: showNav 1s ease forwards;
    animation: showNav 1s ease forwards;
}

@keyframes hideNav {
    from {
        top: 0;
    }
    to {
        top: -100%;
    }
}

@-webkit-keyframes hideNav {
    from {
        top: 0;
    }
    to {
        top: -100%;
    }
}

@-moz-keyframes hideNav {
    from {
        top: 0;
    }
    to {
        top: -100%;
    }
}

@-o-keyframes hideNav {
    from {
        top: 0;
    }
    to {
        top: -100%;
    }
}

.hideNav {
    -webkit-animation: hideNav 1s ease forwards;
    -moz-animation: hideNav 1s ease forwards;
    -o-animation: hideNav 1s ease forwards;
    animation: hideNav 1s ease forwards;
}

.hidden {
    display: none;
}

/*---------- NAV MENU - ICON ANIMATION ----------*/
.navbar-toggle * {
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-toggle {
    border: medium none;
    border-radius: 0;
    color: #FEF1EF;
    cursor: pointer;
    height: 50px;
    padding: 16px;
    width: 50px;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FEF1EF;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #FEF1EF;
    margin-bottom: 0; 
}

.navbar-toggle span {
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #222;
    display: block;
}

.navbar-toggle span.bar1 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: 1px 3px;
    -webkit-transform-origin: 1px 3px;
    -moz-transform-origin: 1px 3px;
    -o-transform-origin: 1px 3px;
    transform-origin: 1px 3px;
    width: 31px;
}

.navbar-toggle span.bar2 {
    -ms-transform: rotate(-360deg) scale(0);
    -webkit-transform: rotate(-360deg) scale(0);
    -moz-transform: rotate(-360deg) scale(0);
    -o-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0);
}

.navbar-toggle span.bar3 {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform-origin: 8px 2px;
    -webkit-transform-origin: 8px 2px;
    transform-origin: 8px 2px;
    width: 31px;
}

.navbar-toggle.collapsed span.bar1,
.navbar-toggle.collapsed span.bar2,
.navbar-toggle.collapsed span.bar3,
.navbar-toggle.collapsed span.bar4 {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 30px;
}

/*---------- INDEX HEADER ----------*/
.dotted-overlay {
    position: relative;
    width: 100vw;
    height: 100vh; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.dotted-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.5);
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 3.5px 3.5px;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

.popup-video-container {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(22, 22, 22, 0.8); 
    z-index: 9999;
    justify-content: center;
    align-items: center;
    opacity: 0; 
    transition: opacity 0.5s ease; 
}


.popup-video-content {
    position: relative;
    width: 90%; 
    max-width: 1200px; 
    aspect-ratio: 16 / 9; 
    background: #161616;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(22, 22, 22, 0.3);
}

.close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    color: #FEF1EF;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 10px;
    z-index: 10000;
}

.popup-video-content video {
    width: 100%;
    height: 100%;
    display: block;
}

.buttonheader {
    top: 20%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    padding: 10px 20px;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    gap: 15px; 
}

.title-above {
    font-size: clamp(1.5rem, 3vw, 3rem);
    font-family: 'area-extended', sans-serif;
    color: #FEF1EF;
    text-align: center;

    margin-top: 70px;
}

.center-logo {
    width: clamp(200px, 60vw, 1000px);
    height: auto;
    margin-top: -100px;
}

.showreel-button {
    padding: 10px 20px;
    font-size: 18px; 
    font-weight: 700;
    color: #161616;
    font-family: "area-extended", sans-serif;
    text-align: center;
    background-color: #65D47F;
    border-radius: 30px;
    transition: ease-out 0.3s;
    position: relative;
    min-width: 200px; 
    max-width: 280px; 
    padding: 12px 24px; 
    overflow: hidden;
    cursor: pointer;
    z-index: 3;
    margin-top: -60px;
    border: 0;
    outline: 0;
}

.showreel-button:hover {
    color: #161616;
    box-shadow: 0 0 10px #FEF1EF, 0 0 10px #FEF1EF, 0 0 80px #FEF1EF;
}

.showreel-button:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #FEF1EF;
    border-radius: 30px;
}

.showreel-button:hover:before {
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
}

.blockanchor-link {
    position: absolute;
    top: 90%; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.box {
    animation: bounce 3s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-18px);
      -ms-transform: translateY(-18px);
      -webkit-transform: translateY(-18px);
      transform: translateY(-18px);
    }
    60% {
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
}

@media screen and (max-width: 1200px) {
    .title-above {
        font-size: 18px;
        margin-top: 70px;
    }

    .center-logo {
        width: 80vw;
        margin-top: -70px;
    }

    .showreel-button {
        margin-top: -50px;

    }
    .height-youtube {
        height: 500px;
    }
}

@media screen and (max-width: 850px) {
    .height-youtube {
        height: 350px;
    }    
}

@media screen and (max-width: 600px) {
    .title-above {
        margin-top: 60px;
    }

    .center-logo {
        width: 100vw;
        margin-top: 5px;
    }

    .showreel-button {
        margin-top: 10px;
    }

    .h1size {
        font-size: 300%;

    }

    .height-youtube {
        height: 210px;
    }    
}

.luminaryignite {
    background: linear-gradient(180deg, rgba(101,212,127,1) 0%, rgba(244,56,78,0.7) 75%, rgba(22,22,22,0) 100%);
    margin-top: -15px;
}

.lijn1 {
    border-bottom: 5px solid #FEF1EF;
    margin-right: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.lijn2 {
    border-bottom: 5px solid #FEF1EF;
    margin-right: 300px;
    margin-left:300px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}

.lijn3 {
    border-bottom: 5px solid #FEF1EF;
    margin-right: 500px;
    margin-left:500px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}

.profile {
    border-radius: 50%;
    float: right;
    margin-top: 30px;
}

#header {
    height: 50%;
    margin: 0 auto;
    position: relative;
    color: #FEF1EF;
    text-align: center;
    background-size: cover;
}

#headslide {
    position: relative;
}

#headslide .img-responsive,
#headslide .thumbnail > img,
#headslide .thumbnail a > img,
#headslide .carousel-inner > .item > img,
#headslide .carousel-inner > .item > a > img {
    height: 100vh;
    max-width: none;
    object-fit: cover;
    width: 100%;
}

#header h1,
#header p {
    color: #FEF1EF;
}

#header h1 {
    font-size: 3.5em;
}

#header p {
    font-size: 1.5em;
}

#about {
    padding-top: 100px;
}


/*---------- PORTFOLIO MAIN ----------*/
#portfolio {
    padding-top: 185px;
}

.portfolio-padding {
    padding-bottom: 100px;

}

.portfolio-htext {
    text-align: center;
    margin-bottom: -10px;
}

.portfolio-h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 45px;
    font-size: 20px;
    font-family: 'area-normal', serif;
}
.portfolio-click a:link {
    font-size: 18px;
    color: #FEF1EF;
}

@media screen and (max-width: 600px) {
    .portfolio-click {
        font-size: 15px;
    }

    .portfolio-ptext {
        font-size: 15px;
    }
}

.skills {
    background: rgb(22,22,22);
    background: radial-gradient(circle, rgba(22,22,22,1) -75%, rgba(244,56,78,1) 150%, rgba(101,212,127,1) 300%);
    padding: 30px;
    padding-top: 100px;
    border-radius: 40px;
}

.background-image-holder {
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 50% 50% !important;
    background-repeat: repeat;
    background-size: cover !important;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}

.background-image-holder2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 50% 50% !important;
    background-repeat: repeat;
    background-size: cover !important;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}

.background-image-holder:hover ,.background-image  {
    opacity: 0.7;
}

.background-image-holder2:hover ,.background-image  {
    opacity: 0.7;
}

.background-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    transition: .5s ease;
    opacity: 1;
}

.background-image-2 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    transition: .5s ease;
    opacity: 1;
}

.img-about {
    margin-bottom: 10px;
    margin-top: -20px;
}

.img-software {
    margin-bottom: 30px;
    margin-top: 20px;
}

.square-thumbs li {
    height: 285px;
}

.lightbox-grid li {
    padding: 8px;
    float: left;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

@media (max-width: 992px) {
    .lightbox-grid li  {
        padding: 8px 0;
    }
}

.lightbox-grid,
.lightbox-grid ul,
.lightbox-grid li {
    overflow: hidden;
    position: relative;
}

.portfolio-sorting {
    padding-left: 15px;
    font-family: 'area-extended', sans-serif;
    font-weight: 900;
}

.portfolio-sorting li a:hover,
.portfolio-sorting li a.active {
    border-bottom: 2px solid #65D47F;
}

.portfolio-item {
    margin-bottom: 30px;
}

.item {
    height: 100vh;
}

.item img {
    width: 100%;
    height: 100vh!important;
    object-fit: cover;
}

.image-caption {
    position: relative;
    bottom: 0px; 
    left: 0;
    right: 0;
    font-family: 'area-extended', sans-serif;
    font-weight: 400;
    background-color: rgba(22, 22, 22, 0.9); 
    color: #FEF1EF;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: -60px;
 }

 @media screen and (max-width: 1600px) {
    .image-caption {
        margin-top: -48px;
        font-size: 60%;
    }
}

@media screen and (max-width: 992px) {
    .image-caption {
        margin-top: -51px;
        font-size: 70%;
    }
}

.summary__article {
  padding-top: 145px;
  padding-bottom: 150px;
  padding: 35px;
  margin-top: 200px;
  margin-bottom: 30px;
}

/*---------- PORTFOLIO SECTION ----------*/
.main-wrapper.main-wrapper-inner {
    position: relative; 
    z-index:6;
}

.wrapper {
    background-color:#FFF; 
    padding:0 25px;
    position: relative; 
    z-index: 6; 
    margin-bottom: 400px;
}

.details-image { 
    margin-bottom: 60px;
}

.main-wrapper-inner { 
    margin-top: 150px;
    margin-bottom:30px;
}

.second-wrapper-inner { 
    margin-top: 30px;
    margin-bottom:30px;
}

.wrapper-inner { 
    margin:auto; 
    width:100%; 
    max-width:1366px; 
    padding-top:10px; 
    padding-bottom:20px;
}

.inner-left { 
    float:left; 
    width:100%; 
    max-width:200px;
    margin-bottom:30px;
}

.inner-right { 
    float:right; 
    width:100%; 
    max-width:700px;
    margin-bottom: 40px;
}

.wrapper-inner p { 
    color:#FEF1EF; 
    font-size:15px; 
    line-height:30px; 
    font-weight:400;
    padding-bottom:20px; 
    font-weight:300;
}
.project-title {
    color: #FEF1EF;
    font-size: 30px;
}

.portfolio-caption {
    position: relative;
    bottom: 0px; 
    left: 0;
    right: 0;
    padding-top: 80px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: -60px;
    justify-content: center; 
    display: flex;
    margin-bottom: 15px;  
 }

.caption-border {
    border: 12.5px solid rgba(255, 255, 255, 0.02), ;
}

.centered {
    justify-content: center;
    display: flex; 
    margin-bottom: 25px;

}

.zoom-img {
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.zoom-img:hover {
  transform: scale(1.2);
  cursor: zoom-out;
}

 .portfolio-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 80px;
}

 .portfolio-year {
    text-align: center;
    margin-bottom: 20px;
    font-size: 60px;
}

.portfolio-subtext {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.portfolio-subtext2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 200;
}

.portfolio-subtext3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 80px;
}

.portfolio-psubtext {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 15px;
}

.left-movement {
    padding-left: 250px;
}

@media (max-width: 990px) {
    .left-movement {
        padding-left: 0px;
    }
}

/*---------- FOOTER & BUTTONS ----------*/
.footer {
    background-color: rgba(22,22,22);
    box-shadow: -5px -5px 1200px 5px #F4384E;
    color: #f1f1f1;
    padding-top: 50px;
}

.imgfooter {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 10px;

}

.footerContainer{
    width: 100%;
    padding: 70px 30px 20px ;
}

.socialIcons{
    display: flex;
    justify-content: center;
}

.socialIcons a{
    text-decoration: none;
    padding-left:  20px;
    padding-right: 20px;
    padding-top: 23px;
    padding-bottom: 15px;
    background-color: #FEF1EF;
    margin: 9px;
    border-radius: 50%;
}

.socialIcons a i{
    font-size: 2em;
    color: #161616;
    opacity: 0,9;
}

.socialIcons a:hover{
    background-color: #F4384E;
    box-shadow: 0 0 10px #F4384E, 0 0 10px #F4384E, 0 0 80px #F4384E;
    transition: 0.5s;
}

.socialIcons a:hover i{
    color: #f1f1f1;
    transition: 0.5s;
}


.footerNav{
    margin: 30px 0;
}

.footerNav ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.footerNav ul li a{
    color:#f1f1f1;
    margin: 20px;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 0.7;
    transition: 0.5s;

}
.footerNav ul li a:hover{
    opacity: 1;
}

.footerBottom{
    background-color: #161616;
    padding: 20px;
    text-align: center;
  
}
.footerBottom p{
    color: #f1f1f1;
}
.designer {
    opacity: 0.7;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}

.showreeltext {
    opacity: 0.7;
    letter-spacing: 1px;
    font-weight: 400;
}

@media (max-width: 700px){
    .footerNav ul{
        flex-direction: column;
    } 
    .footerNav ul li{
        width:100%;
        text-align: center;
        margin: 10px;
    }

}

.buttonmargin {
    margin-bottom: 10px;
}

.buttonmargin1 {
    margin-bottom: 60px;
}

.buttonmargin2 {
    margin-top: 45px;
    margin-bottom: 60px;
}

.buttonmargin3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 90px;
    margin-top: 90px;
    border-radius: 30px;
}

.buttonmargin4 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 90px;
    margin-top: 30px;
    border-radius: 30px;
}

@media (max-width: 1000px){
    .buttonmargin2 {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translateX(-50%);
    }

    .portfolio-title {
        font-size: 40px;
    }
}

@media (max-width: 1350px){
    .image-width {
        width: 90%;
    }

    
    .lijn3 {
        margin-right: 400px;
        margin-left: 400px;
    }    
}

.button_2 {
    color: #161616;
    background-color: #65D47F;
    text-decoration: none;
    font-family: "area-extended", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    transition: ease-out 0.3s;
    border: 0;
    position: relative;
    z-index: 1;
    padding: 15px;
    text-align: center;
    border-radius: 45px;
    
  }
.button_2:hover {
    color: #161616;
    cursor: pointer;
    box-shadow: 0 0 10px #FEF1EF, 0 0 10px #FEF1EF, 0 0 80px #FEF1EF;
    border-radius: 45px;

  }
.button_2:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #FEF1EF;

  }
.button_2:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
    border-radius: 45px;
  }

.buttonfooter {
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    padding: 10px 22.5px;
    border-radius: 45px;
}

.button_3 {
    color: #161616;
    background-color: #FEF1EF;
    text-decoration: none;
    font-family: "area-extended", sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    transition: ease-out 0.3s;
    border: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 45px;   
}

.button_3:hover {
    color: #FEF1EF;
    cursor: pointer;
    box-shadow: 0 0 10px #F4384E, 0 0 10px #F4384E, 0 0 80px #F4384E;
    border-radius: 45px;
}

.button_3:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #F4384E;
}

.button_3:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
    border-radius: 45px;
}

.big-font-size {
    font-size: 8em;
}

.align-right {
    float: right;

}

@media (max-width: 1000px){
    .align-right {
        float: left;
    }

    .lijn1 {
        margin-right: 400px;        
    }

    .lijn2 {
        margin-right: 100px;
        margin-left: 100px;
    }

    .lijn3 {
        margin-right: 250px;
        margin-left: 250px;
    }    
}

@media (max-width: 600px){
    .lijn1 {
        margin-right: 200px;    

    }    
    .lijn3 {
        margin-right: 100px;
        margin-left: 100px;
    }    
}