/*-----------------------------------------------------------
    Theme Name: Sparkle 
    Description: Multipurpose  HTML Template
    Author: Grapphberry
    Author URI: https://www.graphberry.com/
    Version: 1.0
-------------------------------------------------------------*/


/*-----------------------------------------------------------
    1  General Styles
    2  Typography
    3  Buttons & Links 
    4  Header
    5  Intro
    6  Services  
    7  Portfolio
    8  Video
    9  Team
    10 Footer
    11 Responsive 
-------------------------------------------------------------*/


/*-----------------------------------------------------------
    1. General Styles 
-------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
  }
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  font-weight: 500;
  color: #2d2e83;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
  width: 100%;
  height: 100%;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #36a9e1;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #2d2e83;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
::selection {
  background: #2d2e83;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #2d2e83;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #2d2e83;
  color: #fff;
  text-shadow: none;
}
:active,
:focus {
  outline: none !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.uppercase {
  text-transform: uppercase;
}
.white-text {
  color: #FFF;
}
.light-bg {
  background-color: #fff;
}
/*-----------------------------------------------------------
    2. Typography 
------------------------------------------------------------*/
body {
  color: #2d2e83;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  transition: opacity 1s;
}
ul li {
  list-style: none;
}
h1,
.h1 {
  font-size: 1.3rem;
  color: #fbfbfb;
  letter-spacing: 0.7rem;
  margin-bottom: 30px;
  line-height: 2.5rem;
  padding: 0px 20px;
}

h2,
.h2 {
  font-size: 1.3rem;
  color: #2d2e83;
  letter-spacing: 1rem;
  margin: 20px 0px;
  line-height: 2.5rem;
  padding: 0px 20px;
}

h3,
.h3 {
  font-size: 0.8rem;
  color: #fbfbfb;
  letter-spacing: 0.4rem;
  font-weight: 400;
  margin-bottom: 55px;
  padding: 0px 20px;
  line-height: 1.8rem;
}

h4,
.h4 {
  margin-top: 70px;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #2d2e83;
  font-weight: 600;
  margin: 20px 0px;
}

h5,
.h5 {
  margin-top: 70px;
  font-size: 1rem;
  line-height: 2rem;
  color: #36a9e1;
  font-weight: 400;
  margin: 0px;
  padding: 0px 100px;
}

h6,
.h6 {
  font-size: 0.8rem;
  margin-bottom: 5px;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #2d2e83;
  margin-bottom: 15px;
  letter-spacing: 0.025em;
}
li {
  font-size: 15px;
  font-weight: 400;
  color: #2d2e83;
  margin-bottom: 0px;
  letter-spacing: 0.025em;
  display: inline;
}


        /*-----------------------------------------------------------
            MAE NAV
        -------------------------------------------------------------*/
        .left {
          float: left;
        }
        .right {
          float: right;
        }
        .pointer {
          cursor: pointer;
        }
        .hide {
          display: none;
        }
        .show {
          display: block;
        }
        .slide {
          left: 0;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
        }

        .animate {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
        }

        header nav {
          width: 100%;
          height: 95px;
          position: fixed;
          z-index: 9999;
          background-color: #fff;
        }
        .small-nav {
          width: 100%;
          height: 70px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        .logo {
          width: 30%;
          height: 95px;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          font-size: 18pt;
          font-weight: 700;
        }
        .menu {
          width: 70%;
          height: 95px;
        }
        .page-menu {
          width: 70%;
          height: 95px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        .page-menu li {
          padding: 20px;
        }

        .naamlogosvg{
            width:200px;
        } 

        .headersvg{
            width: 80px; 
        }

        /* MAE correctie top-positie voor ankers vanwege vaste menubalk bovenin */
        a.anchor {
            display: block;
            position: relative;
            top: -95px;
            visibility: hidden;
        }

/*-----------------------------------------------------------
    3. Buttons & Links
-------------------------------------------------------------*/
.nav-btn {
  width: 40px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
  margin-top: 27px;
}
.nav-btn:hover span:nth-child(2) {
  width: 50%;
}
.open-btn {
  position: absolute;
  right: 300px;
  margin-top: 27px;
}
.nav-btn span {
  width: 40px;
  height: 4px;
  background-color: #36a9e1;
  display: block;
  border-radius: 2px;
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}
.nav-btn span:nth-child(2) {
  margin: 8px 0px;
}
.active span:nth-child(1) {
  transform:rotate(45deg);
 -ms-transform:rotate(45deg); /* IE 9 */
 -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
  margin-top: 15px;
}
.active span:nth-child(2) {
  opacity: 0;
}
.active span:nth-child(3) {
  transform:rotate(-45deg);
 -ms-transform:rotate(-45deg); /* IE 9 */
 -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
 margin-top: -24px;
}
.learn-more-btn a {
  background-color: #36a9e1;
  padding: 18px 40px;
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  border: 1px solid #36a9e1;
  color: #fbfbfb;
}
.learn-more-btn a:hover{
  color: #2d2e83;
}
.learn-more-btn a:focus, a:active{
  color: #fbfbfb;
}
.portfolio-btn {
  text-align: center;
  margin-top: 70px;
}
.portfolio-btn a {
  padding: 20px 40px;
  background-color: #36a9e1;
  font-size: 0.7rem;
  font-weight: 600;
  border: 1px solid #36a9e1;
}
.portfolio-btn a:hover {
  border: 1px solid #36a9e1;
  background-color: transparent;
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  color: #2d2e83;
}
.video-btn {
  text-align: center;
}
.video-btn a {
  color: #36a9e1;
  border: 1px solid #36a9e1;
  padding: 30px 60px;
  font-weight: 600;
}
.video-btn a:hover {
  background-color: #36a9e1;
  color: #2d2e83;
}
/*-----------------------------------------------------------
    4. Header
-------------------------------------------------------------*/
header {
  background-image: url("../images/header.jpg");
  width: 100vw;
  height: 75vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
        /* MAE: nodig om titel en button aan onderkant te laten lijnen
        /*align-items: center;*/ 
        position: relative;
  text-align: center;
}

header h1 {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.dim {
  width: 100vw;
  height: 100vh;
  background: #2d2e83;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
nav {
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.darker-nav {
  background-color: #2d2e83;
}
.hero-img {
  position: absolute;
  z-index: -9999;
}
.nav {
  width: 400px;
  height: 100vh;
  background-color: #2d2e83;
  position: absolute;
  color:#fff;
  top: 0;
  right: 0;
  margin-right: -420px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 999;
  -webkit-box-shadow: -8px 0px 10px 0px rgba(17,18,20,0.3);
  -moz-box-shadow: -8px 0px 10px 0px rgba(17,18,20,0.3);
  box-shadow: -8px 0px 10px 0px rgba(17,18,20,0.3);
  text-align: center;
  display: flex;
  align-items: center; /** Y-axis align **/
  justify-content: center; /** X-axis align **/
}
.nav ul li {
  padding: 30px 0px;
}
.nav ul li a {
  color: #fbfbfb;
  font-size: 1.2rem;
  padding: 30px 0px;
}
.nav ul li a:hover {
  color: #36a9e1;
}
.open {
  right: 420px;
}
.hero {
  margin-top: 50px;
        /* MAE: nodig om titel en button aan onderkant te laten lijnen*/
        position: absolute;
        bottom: 100px;
}
/*-----------------------------------------------------------
    5. Intro
-------------------------------------------------------------*/
.intro {
  text-align: center;
  padding: 60px 0px;
}
.intro p {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0px 200px;
}

/*-----------------------------------------------------------
    6. Services
-------------------------------------------------------------*/
.services {
  width: 100vw;
  background-color: #F5F5F5;
  padding: 60px 0px;
    
    background-image: url("../images/servicesachtergrond.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title {
  text-align: center;
  margin-bottom: 60px;
}
.service-box {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(27,27,27,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(27,27,27,0.1);
  box-shadow: 0px 0px 15px 0px rgba(27,27,27,0.1);
  height: 280px;
  margin-bottom: 50px;
}
.service-box p {
  font-size: 0.8rem;
  line-height: 1rem;
}

    .service-box img {
      height: 50px;
    }

/*-----------------------------------------------------------
    7. Portfolio
-------------------------------------------------------------*/
.portfolio {
  width: 100vw;
  padding: 60px 0px 0px; 0px;
}
#filter {
  text-align: center;
  padding: 0px 0px 20px 0px;
}
#filter img {
  margin: 40px;
}
#filter a {
  margin: 0px 20px;
  line-height: 200%;
}
#filter a:hover {
  border-bottom: 3px solid #36a9e1;
}
div.imgs img{
  width:100%;
  height:auto;
  display: block; /*removes white space below image*/
}
div.cont{
  float:left;
  width: 16.66666%;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.imgs {
  position: relative;
}
.work-info {
  position: absolute;
  width: 94%;
  height: 60%;
  background-color: white;
  left: 3%;
  top: 20%;
  text-align: center;
  padding: 25px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.yellow-box {
  position: absolute;
  width: 70%;
  height: 80%;
  background-color: #36a9e1;
  left: 15%;
  top: 10%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work-info  {
  color: #2d2e83!important;
}
.work-info p:nth-child(1) {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.work-info p:nth-child(2) {
  font-size: 0.8rem;
}
.imgs:hover > .work-info {
  opacity: 1;
}
.imgs:hover > .yellow-box {
  opacity: 0.8;
}
/*-----------------------------------------------------------
    8. Video
-------------------------------------------------------------*/
.video {
  width: 100vw;
  height: 380px;
  background-image: url("../images/video.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 180px 0px;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d2e83;
  opacity: 0.8;
}
/*-----------------------------------------------------------
    9. Team
-------------------------------------------------------------*/
.team {
  width: 100vw;
  padding: 60px 0px;
  position: relative;
  background-color: #F5F5F5;  
}
.team-box {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(27,27,27,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(27,27,27,0.1);
  box-shadow: 0px 0px 15px 0px rgba(27,27,27,0.1);
  height: 300px;
  max-width: 270px;
}
.team-image {
  position: relative;
}
.team-name {
  background-color: #36a9e1;
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  height: 40px;
  padding: 5px 0px;
  opacity: 1.0;
}
.team-name p {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}
.team-info p {
  font-size: 0.8rem;
  color: #707070;
  font-weight: 400;
  padding: 20px 10px 0px 10px;
  background-image: url("/images/axes-light.svg");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 90%;
  background-size: 150px;
}
.team-info img {
  opacity: 0.3;
}
.office-info-box {
  background-color: #2d2e83;
  margin: 80px 0px;
  padding: 50px;
}
.office-info-box p {
  font-size: 0.8rem;
  color: #BABABA;
}
.quote {
  text-align: center;
}
.quote p {
  font-size: 0.8rem;
  color: #2d2e83;
  padding: 0px 50px;
}
.quote p:nth-child(2) {
  float: left;
  font-style: italic;
}
.quote-right {
  margin: 150px 0px 100px 0px;
}
.quote-bg-rect {
  width: 100%;
  height: 210px;
  background-color: #36a9e1; 
  position: absolute;
  bottom: 180px;
  z-index: -999;
}
.quote-right p:nth-child(2) {
  float: right;
}
/*-----------------------------------------------------------
    10. Footer
-------------------------------------------------------------*/
footer {
  background-color: #2d2e83;
  width: 100%;
  min-height: 386px;
  padding: 80px 0px 50px;
}
.footer-info img {
    width:144px;
}
.footer-info p {
  font-size: 0.8rem;
  color: #fff;
}
.footer-info p:nth-child(2) {
  margin: 20px 0px;
}
.footer-info p a {
  color: #36a9e1;
}
.footer-info p a:hover {
  color: #fff;
}
.footer-links li {
   color: #fff;
   font-size: 0.7rem;
   font-weight: 500;
   letter-spacing: 1px;
   margin-bottom: 10px;
   display:block;
}
.footer-links li p {
  color: #fff;
  font-size: 1rem;
}
.footer-links li a {
  color: #fff;
  font-size: 0.7rem;
}
.footer-links li a:hover {
  color: #36a9e1;
}
.footer-contact p:nth-child(1) {
  color: #fff;
  font-size: 1rem;
}
.footer-contact p:nth-child(2) {
  color: #fff;
  font-size: 0.8rem;
}
.footer-btn a {
  background-color: #36a9e1;
  padding: 15px 100px;
  border-radius: 25px;
  font-weight: 600;
  border: 1px solid #36a9e1;
}
.footer-btn {
  margin-top: 45px;
}
.footer-btn a:hover{
  background-color: transparent;
  border: 1px solid #36a9e1;
  color: #fff;
}
.social {
  margin-top: 50px;
}
.social ul li {
  display: inline-block;
  margin-right: 10px;
}

/*-----------------------------------------------------------
    11. Responsive
-------------------------------------------------------------*/
@media only screen and (max-width: 1600px) and (min-width: 1450px) {
  .work-info {
    padding:10px;
  }
}
@media only screen and (max-width: 1450px) and (min-width: 1350px) {
  .work-info {
    padding:5px;
  }
}
@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  .work-info {
    padding:2px;
  }
  .work-info p {
    margin-bottom: 2px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  div.cont{
    width: 33.33333%;
  }
  
      .service-box {
        height: 330px;
      }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  .intro p {
    padding: 0px 50px;
  }
  .portfolio-logo {
    display: none;
  }
  #filter {
    margin-bottom: 50px;
  }
  .team-box {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .quote p:nth-child(2) {
    float: none;
  }
  .quote-right p:nth-child(2) {
    float: none;
  }
  .quote-right {
    margin: 40px 0px 80px 0px;
  }
  footer {
    text-align: center;
  }
    
          /* MAE NAV */
          .menu {
            background-color: #fff;
            width: 100%;
            height: 100vh;
            position: absolute;
            top: 70px;
            right: 100%;
            text-align: center;
            z-index: 999;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
          }
          .page-menu {
            width: 100%;
            height: 50vh;
            text-align: center;
            float: none;  
            display: flex;
            flex-direction: column;
          }
          .page-menu li {
            font-size: 15pt;
            padding: 1.5vh;
          }
          .menu-button {
            width: 40px;
            height: 40px;
            display: block;
            margin-top: 26px;
          }
          .menu-button span {
            width: 40px;
            height: 5px;
            background-color: #36a9e1;
            display: block;
            margin: 6px 0px;
          }
          .main-btn {
            width: 100%;
            background-color: #FFCC01;
            padding: 10px 10px;
            margin: 0px;
            border-radius: 5px;
            font-size: 13px;
            border: 1px solid #FFCC01;
            transition: 0.4s all;
          }
    
          .logo {
            width: 50%;
          }
    
          /* MAE NAV END*/    

          .service-box {
            height: auto;
          }

}
@media only screen and (max-width: 800px) and (min-width: 600px) {
  .work-info {
    padding:10px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) and (min-width: 600px) {
  #filter a {
    margin: 0px 5px;
  }
  .work-info {
    padding:2px;
  }
  .work-info p {
    margin-bottom: 2px;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){

  div.cont{
    width:100%;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 500px){
  .nav {
    width: 100vw;
    margin-right: -120vw;
  }
  .nav ul li {
    padding: 20px 0px;
  }
  .open {
    right: 120vw;
  }
  .open-btn {
    right: 75vw;
  }
  .intro p {
      padding: 0px 20px;
  }
  h5, .h5 {
      padding: 0px 40px;
  }
  .office-info-box {
    text-align: center;
    padding: 30px;
  }
  .quote-bg-rect {
    display: none;
  }
}

