 /* MADE BY SUPERREBEL DIGITAL */
 /* FOR BRAVE DEVELOPERS GO TO SUPERREBEL.COM */

 /* DEFS */

.yellow { 
    background-color: #ECFF03; 
    color: #000; 
}
.black { 
    background-color: #000; 
    color: #fff; 
}
.minHeightFull {
    min-height: 100vh;
}
.minHeight60 {
    min-height: 60vh;
}
.pl5 {
    padding-left: 5vw !important;
}
.pt-5 {
    padding-top: 5vh !important;
}

@font-face {
    font-family: 'Loaded';
    src: url(assets/font/FSMeridian-Bold.woff) format('woff');
}



/* ----------- MAIN ----------- */
html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    background-size: cover;
    max-height: 100vh;
    font-family: Loaded, Helvetica, Arial, sans-serif;
    color: #000;
}
h1 {
    font-size: 10vw;
    line-height: 8vw;
    letter-spacing: -.6vw;
}
.textXL {
    font-size: 10vw;
    line-height: 8vw;
    letter-spacing: -.6vw;
}
a {
    border-bottom: 2px solid #000;
    color: #000;
    text-decoration: none;
    transition: 0.25s;
}
a:after {
    content: ">";
    margin-left: 5px;
    transition: 0.025s;
}
a:hover { 
    color: #000; 
    padding-bottom: 2px;
    text-decoration: none;
    transition: 0.05s;
}
a:hover:after {
    margin-left: 3px;
    transition: 0.05s;
}
a:active { 
    border-bottom: 2px solid rgba(0,0,0,1);
    padding-bottom: 0;
    text-decoration: none;
    transition: 0.075s;
}
a:active:after {
    margin-left: 10px;
    transition: 0.075s;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.black a { 
    color: #fff;
    border-bottom: 2px solid #fff;
}
.black a:hover {
    color: #ECFF03;
    border-bottom: 2px solid #ECFF03;
}



/* ----------- HEADER ----------- */
header,
section {
    width: calc(100% - 30px);
    margin: 0 15px;
}
nav {
    z-index: 100;
    color: #000;
    position: fixed !important;
    transition: 0.35s;
}
nav ul {
    float: right;
}
nav li {
    float: left;
    margin-right: 20px;
}
nav a {
    border-bottom: 2px solid rgba(0,0,0,0);
    text-shadow: 0 0 5px white;
}
nav a:hover {
    border-bottom: 2px solid rgba(0,0,0,1);
}
nav a:active {
    border-bottom: 2px solid rgba(0,0,0,1);
}
nav a:after {
    display: none;
}
.flex {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#navToggle {
    display: none;
    width: 45px;
    height: 45px;
    right: 10px;
    z-index: 100;
    position: fixed;
    transition: 0.35s;
    cursor: pointer;
}
#navToggle > div  {
    width: 40px;
    height: 2px;
    background: #000;
    box-shadow: 0 2px 0 rgb(255 255 255 / 50%);
    top: 20px;
    position: absolute;
    right: 3px;
}
#navToggle div:before,
#navToggle div:after {
    content: "";
    width: 40px;
    height: 2px;
    right: 0;
    background-color: #000;
    box-shadow: 0 2px 0 rgba(256,256,256,.5);
    position: absolute;
    transition: 0.35s;
}
#navToggle div:before {
    top: -10px;
}
#navToggle div:after {
    top: 10px;
}
#navToggle:hover div:before {
    transition: 0.15s;
    top: -12px;
}
#navToggle:hover div:after {
    transition: 0.15s;
    top: 12px;
}
#navToggle:active div:before {
    transition: 0.15s;
    top: -5px;
}
#navToggle:active div:after {
    transition: 0.15s;
    top: 5px;
}
.navShow {
    right: 0;
}
.navShow nav {
    height: 100vh;
    width: 80vw;
    right: 0;
    box-shadow: 0 0 80px rgb(0 0 0 / 50%);
}
.navClose div {
    background-color: rgba(0,0,0,0) !important;
}
.navClose div:before {
    top: 0px !important;
    transform: rotate(-45deg);
    background-color: rgba(0,0,0,1);
}
.navClose div:after {
    top: 0px !important;
    transform: rotate(45deg);
    background-color: rgba(0,0,0,1);
}
.navShow ul {
    flex-direction: column !important;
}



/* ----------- SECTIONS ----------- */
#intro {
    height: 100vh;
}
#introHead h1 {
    margin-top: 10vh;
}
#intro p {
    max-width: calc(100% - 80px);
}
#team {
    position: relative;
}
.teamOverview {
    position: relative;
    width: 160%;
    left: -60%;
}
.teamOverview a::after{
    display: none;
}
.teamOver {
    top: 0;
    width: 100%;
}
.teamMember {
    width: 100vw;
    min-height: 35vw;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}
#teamRients {   background-image: url(../../assets/img/rvanderwal.jpeg); }
#teamJeroen {   background-image: url(../../assets/img/jwillard.jpg); }
#teamGijs {     background-image: url(../../assets/img/grooijens.jpg); }
#teamLodewijk { background-image: url(../../assets/img/lvarossieau.jpg); }

.company {
    text-align: center;
    border: 1px inset #fff;
}
.company > img {
    margin-bottom: 20px;
    max-width: 100%;
    max-height: 400px;
}
.newsItem {
    border-bottom: 1px solid #000;
}
.linkedin {
    height: 16px;
}



/* VIDEO */
#overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 100;
}
#closeLayer {
    position: fixed;
    left: 0;
    top: 0;
    background-color: none;
    width: 100%;
    height: 100%;
}
#closeButton {
    position: absolute;
    right: 2vh;
    top: 2vh;
    width: 50px;
    height: 50px;
}
#closeButton > div {
    position: relative;
    display: block;
    cursor: pointer;
}
#closeButton > div:before {
    content: "";
    width: 2px;
    height: 50px;
    right: calc(50% - 1px);
    background-color: #000;
    position: absolute;
    transform: rotate(45deg);
    transition: 0.35s;
}
#closeButton > div:after {
    content: "";
    width: 2px;
    height: 50px;
    right: calc(50% - 1px);
    background-color: #000;
    position: absolute;
    transform: rotate(-45deg);
    transition: 0.35s;
}
#closeButton:hover > div:before {
    transform: rotate(35deg);
    transition: 0.15s;
}
#closeButton:hover > div:after {
    transform: rotate(-35deg);
    transition: 0.15s;
}
#closeButton:active > div:before {
    transform: rotate(60deg);
    transition: 0.075s;
}
#closeButton:active > div:after {
    transform: rotate(-60deg);
    transition: 0.075s;
}
#videoContainer {
    background-color: #fff;
    padding: 5vh;
    left: 5vw;
    top: 5vw;
    position: fixed;
    z-index: 105;
    width: 90vw;
    height: calc(100vh - 10vw);
}
.hide {
    display: none;
}



/* LOGO ANIMATION */

#logoContainer {
    width: 100%;
}
#loader {    
    border: 0;
    height: 360px;
    margin-bottom: 20px;
    max-width: 360px;
    position: relative;
    width: 100%;
}
#barrel,
#loaded {
    position: absolute;
    transform: rotate(0deg);
    animation-play-state: paused; 
}
@keyframes barrel {
    0%  { transform: rotate(0deg); }
    100% { transform: rotate(60deg); }
}

#loader > #barrel {
    transform: rotate(0);
    animation: barrel .2s forwards ease-out;
}
@keyframes reload {
    0%  { transform: rotate(0deg); }
    100% { transform: rotate(60deg); }
}
.rotate {
    transform: rotate(0);
    animation: reload .2s forwards ease-out !important;
    animation-play-state: running !important; 
}
#button {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: rgba(0,0,0,0);
    color: rgba(0,0,0,0);
}
#button:hover {
    cursor: pointer;
}
#button:focus-visible {
    border: 0;
    outline-offset: 0;
    outline-color: rgba(0,0,0,0);
}
#logo {
    max-width: 30%;
    margin: 0 auto 60px;
}