/* Full height 8/
  /* override browser default */
  html,
  body {
    margin: 0;
    padding: 0;
    font-family: "Josefin Sans", sans-serif;
  }
  
   /* font/text hacks general */
  
  body {
  font-size: 18px;
  text-align: left;
  }
  
  .subtext {
    padding-left: 8px;
  }

  div {
    text-align: left;
  }
  
  a, a:hover {
      color: #867855;

    }
  
    /* use viewport-relative units to cover page fully */
  body {
    overflow-x: hidden;
  }
  
  .section {
    min-height: 100vh;
    width: 100vw;
    transition: all 0ms ease 0s;
    margin-top: 0vw;
  }
  
  .section-title, .section-heading h2 {
    font-family: "Wire One", sans-serif;
    color: white;
    font-size: 25vw;
  }
  
  .section-heading {
    width: 100vw;
    padding: 0px;
  }
  .section-heading h2::after {
    background: white;
    border: none;
  }
  
  .section ul, .section ul li, .section div ul li {
    list-style-type: none;
    padding: 0px;
  }
  
  
  .section ul li::before {
    content: '» ';
    font-size: 130%;
    list-style-type: none;
  }
  
  pre {
    border: none;
    background: none;
    text-align: left;
    word-break: normal;
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
  }
  
  pre code {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.3em;
  }
  
  h1, .h1, h2, .h2, h3, .h3 {
      margin-top: 1px;
      margin-bottom: 1px
  }
    /* include border and padding in element width and height */
  * {
    box-sizing: border-box;
  }
  
  .row {
    margin-left: 1px;
    margin-right: 1px;
  }

  .row .subtext {
    margin-top: 2em;
  }
  

  
  .section-title {
    margin-top: 100px;
    text-align: center;
    margin-right: 20px;
  }
  
  .section-title-container {
    padding-top: 20px;
    background-size: 100vw;
    height: 46vh;
    overflow-y: hidden;
    background-repeat: no-repeat;
  }
  
  .section-title-container h2 {
      font-size: 150px;
    }
  
  
  /* hacks for logo section */
  
  #fh5co-home {
    background-color: #fff;
    margin-bottom: 30px;
  }
  
  #fh5co-home pre {
    text-align: center;
  }
  
  .logo {
    max-height: 50vh;
    max-width: 80vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:80px;
  }
  
  #full-height-home img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  
  /* ------ */
  /* Navbar */
  /* ------ */
  
  
  #header {
    position: fixed;
    margin-top: 40px;
    z-index: 200;
    width: 100vw;
  }
  
  .navbar {
      margin-right: 0px;
    }
  
  .navbar ul {
      font-size: 24px;
  }
  
  #navbar {
    margin-left: 0px;
    width: 100vw;
    float: left;
  }
  
  #header .container {
    right: 30px;
    opacity: 1;
    /*border: 1px solid red;*/
    float: right;
    background: none;
    width: auto;
  }
  
  .navbar-default {
    background: white;
    border: none;
  }
  
  #header .navbar li a {
    display: block;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  #header .list-bullet {
    border: 3px solid #867855;
    background-color: #867855;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 30px;
    display: none; /* inline-block; */
    float: right;
  }
  
  #header .navbar-default .navbar-nav .active a {
    background: none;
    color: #867855;
    font-weight: bold;
    font-size: 1em;
  }
  
  #header .navbar-default .navbar-nav .active .list-bullet {
    background-color: #fff;
  
  }

  /* Navbar language */

  .language-menu {
    position: absolute;
    z-index: 1000;
  }

  .links-language li {
    display: inline-block;
    font-family: "Wire One", sans-serif;
    font-size: 27px;
    text-transform: uppercase;
  }

  .links-language li a {
    color: #867855;
  }

  /* navbar main */
  /* Ensure the parent container has a relative position */
.nav-container {
  position: relative;
}

/* Make .main-nav-div overlay .vigure-nav */
.main-nav-div {
  position: absolute; /* Allows it to overlay */
  top: 0; /* Adjust based on desired placement */
  left: 0;
  width: 100%; /* Span full width */
  z-index: 10; /* Ensure it's above .vigure-nav */
}

/* Style the navigation menu */
.main-nav {
  display: flex; /* Use Flexbox for alignment */
  justify-content: space-between; /* Push items to the edges */
  align-items: center; /* Align items vertically */
  padding: 10px 20px; /* Add padding for spacing */
}

/* General list styling */
.links-main-nav {
  display: flex; /* Flexbox for inline alignment */
  list-style: none; /* Remove bullets */
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 20vh;
}

/* Styling for all <li> elements */
.links-main-nav li {
  padding: 5px 10px; /* Add spacing around items */
  font-weight: bold;
}

.section .links-main-nav li::before {
  content: none; 
}

/* Float specific <li> elements */
.links-main-nav li#Beeldatelier {
  
}

.links-main-nav li#Psychologie {
  
}

#homeNav_2 {
  margin-left: auto; /* Push to the right */
  padding: 2vh 11vw 2vh 2vw;
  background-color: rgba(255, 255, 255, 0.8);
}

#homeNav_1 {
  margin-right: auto; /* Push to the left */
  padding: 2vh 2vw 2vh 10vw;
  background-color: rgba(255, 255, 255, 0.8);
}

  /*
  #fh5co-header .container {
  }
  
  #fh5co-header .navbar {
    justify-content: center;
    right: 30px;
    z-index: 100;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translateY(-50%);
    top: 20vh;
    border: none;
  }
  
  #fh5co-header .navbar li a {
    display: block;
    width: 80px;
    border: 1px solid green;
  }
  
  #fh5co-header .navbar ul li {
  }
  
  #fh5co-header #navbar li a {
    color: black;
  }
  
  
  #fh5co-header #navbar ul {
    position: fixed;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    top: 50%;
        }*/
  
  
  
  /* Other Stuff */
  
  .container-home {
    width: auto;
  }
  
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  
  }
  
  .container .row {
    height: auto;
    background-repeat: no-repeat;
    width: 100%;
  }
  
  /* container sections */
  
    /* General */
    div .subtext h3 {
      display: block;
      text-align: center;
    }
  
  
  
  
  /* ---------- */
  /* Responsive */
  /* ---------- */
  
  
    /* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container:after {
    clear: both;
  }
  
  @media (min-width: 360px) {
    .container {
      width: 100vw;
    }
    .section-title-container {
      height: 100px;
    }
  
    .section-title {
      margin-top: 0px;
      padding-right: 40px;
    }
    .section-title-container h2 {
      font-size: 55px;
    }
  
    #navbar {
      display: none;
      margin-top: 20px;
      padding-right: 40px;
    }
  
  }
  
  @media (min-width: 576px) {
    .container {
      width: 100vw;
    }
    .section-title-container {
      height: 80px;
    }
    .section-title-container h2 {
      font-size: 25px;
    }
    .section-title {
      margin-top: 0px;
    }
  
    .navbar ul {
        font-size: 10px;
    }
  
    #navbar {
      display: block;
    }
  
  
  
  }
  
  @media (min-width: 768px) {
    /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 100vw;
    }
    .section-title-container {
      height: 150px;
    }
  
    .section-title-container h2 {
      font-size: 80px;
      padding-top: 35px;
    }
  
    #header .navbar {
      margin-top: -50px;
    }
    #header .navbar li a {
      padding-top: 1px;
      padding-bottom: 1px;
    }
  
    .navbar ul {
        font-size: 16px;
    }
    #navbar {
      display: block;
    }
  
  
  }
  @media (min-width: 992px) {
    /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 100vw;
    }
    .section-title-container {
      height: 250px;
    }
  
    .section-title-container h2 {
      font-size: 20vw;
    }
  
    .section-title {
      margin-top: 10px;
      float: left;
      margin-right: 20px;
    }
    #navbar {
      display: block;
      height: 3vw;
    }
  
  
  }
  
  @media (min-width: 1200px) {
    /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 100vw;
    }
  
    .section-title-container {
      height: 40vh;
      padding-left: 242px;
    }
  
    .section-title-container h2 {
      font-size: 15vw;
    }
  
    .section-title {
      margin-top: 20px;
    }
    #navbar {
      display: block;
    }
  
  
  
  }
  

/* Custom CSS for the theme Gallery */

  /* Remove Download button */
.pswp__button.pswp__button--download-button{
    display: none !important;
  } 