body {
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
.like {
  display: block;
  width: 100px; 
  height: 100px;
  margin:0 auto;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/349115/like_animation.png) 0 0 no-repeat;
  background-size: 3000%;
  animation: like-gif steps(28) 1s infinite both;
}
div.like {
  position: absolute;
  width:100px;
  margin:0 auto;
  text-align:center;
  z-index: 13;
  left: 30%;
}

@keyframes like-gif {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
.gold-color{
    color: #be993e;
  }
  .gold-bg{
    background: #be993e;
  }
  .bg-black{
    background-color: black;
  }

  .maincover{
    position: relative;
    /* height: 40vh; */
  }
  .mainphoto{
    margin: 3rem 0 3rem 0;
  }
  
  .img-container{
    min-width: 80vw;
    margin: 0 auto;
    padding: 0;
  }

  .block-headline1{
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 13;
  }
  .nameheadline1{
    font-size: 2vw;
  }
  .headline1{
    font-size: 5vw;
    margin: 0;
    line-height: 90%;
  }
  .subheadline1{
    font-size: 2vw;
    margin: 0;
  }
 
  .black_dog{
    position: absolute;
    z-index: 13;
    width: 50%;
    right: 0;
  }
  .teen_dog{
    position: absolute;
    z-index: 12;
    left: 1%;
    bottom: 5%;
  }
  .tool_dog{
    position: absolute;
    z-index: 12;
    right: 5%;
    top: 5%;
  }
  .top_corner{
    position: absolute;
    z-index: 11;
    right: 1%;
  }
  .bottom_corner{
    position: absolute;
    z-index: 11;
    left: 1%;
    bottom: 0;
  }
  .rectangle {
    z-index: 10;
    position: relative;
    height: 25rem;
    background-color: black;
    border-radius: 20px;
    margin: 3rem auto;
  }
  /* Diensten */
.diensten{
  padding-top: 2rem;
  height: 80vh;
}
.d1{
  position: relative;
  z-index: 1;
  width: 8rem;
}
.d2,.d3,.d4,.d5,.d6,.d7,.d8{
  width: 5rem;
  position: relative;
  z-index: 2;
  padding-right: 1rem;
}
  /* overmij */
.kannika{
  position: relative;
}
.photoprofile_hart{
  position: absolute;
  z-index: 4;
  left: 25%;
  top: 5%;
  }
.photoprofile_praat{
  width: 50%;
  position: absolute;
  z-index: 4;
  left: 65%;
  top: 8%;
}
.photoprofile{
  padding-top: 2rem;
  position: relative;
  width: 100%;
  z-index: 3;
}
.photoprofile_bg{
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0%);
}

  img.foto {
    max-width: 100%;
    height: auto;
  }
  .w-80{
    width: 80%;
  }

.lightB{
  list-style-image: url("img/brightness-low.svg");
  padding: 0 0 .8rem .8rem;
}
.overflow-hidden {
  overflow: hidden !important;
}
.cutiframe{
  height: 400px;
}
.iframevideo{
  height: 400px;
  margin: 0;
  padding: 0;
}

/* foto book */

.masonry-container {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
    
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.masonry-item {
  display: inline-block;
  width: 100%;
}

.masonry-item img {
  display:block;
  width: 100%;
}

/* Just for decoration: */
.masonry-item span {
  font-family: sans-serif;
  display:block;
  padding:10px;
}

.masonry-item {
  margin-bottom: 15px;
  border:1px solid #ccc;
  border-radius: 5px;
}
  /* .accordion-button:focus {
    box-shadow: --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #dc3545;
} */
  .accordion {
  --bs-accordion-active-bg: black;
  /* --bs-accordion-border-color: none; */
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.05rem lightgrey;
  --bs-accordion-btn-active-icon: url("img/arrow_down.svg");
  /* 
--bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle); */
  }
  @media (min-width: 320px) {

    .block-headline1{
      top: 30%;
      left: 50%;
    }
    .nameheadline1{
      font-size: 5vw;
    }
    .headline1{
      font-size: 20vw;
    }
    .subheadline1{
      font-size: 4vw;
    }
    .tool_dog{
      width: 15vw;
      right: 5%;
      top: 5%;
    }
    .black_dog{
      width: 65%;
      right: 0;
      bottom: -10%;
    } 
  .teen_dog{
    left: 5%;
    bottom: 5%;
    width: 15vw;
  }
  .top_corner{
    right: 3%;
    width: 30%;
  }
  .bottom_corner{
    left: 3%;
    bottom: 0;
    width: 30%;
  }
    .rectangle {
      height: 18rem;
    }
    .kannika{
      padding-top: 2.5rem;
    }
    .masonry-container {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
        
      -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
      column-gap: 10px;
    }
    .cutiframe{
      height: 230px;
    }
    .iframevideo{
      height: 230px;
    }
  }
  @media (min-width: 375px) {
    .black_dog{
      bottom: -20%;
    } 
    }
  @media (min-width: 425px) {
    .tool_dog{
      width: 10vw;
    }
    .headline1{
      font-size: 18vw;
    }
   
    .rectangle {
      height: 20rem;
    }

    .cutiframe{
      height: 250px;
    }
    .iframevideo{
      height: 250px;
    }
  }

  @media (min-width: 576px) {
    .block-headline1{
      top: 35%;
      left: 30%;
    }
    .nameheadline1{
      font-size: 3.5vw;
    }
    .headline1{
      font-size: 10vw;
    }
    .subheadline1{
      font-size: 3vw;
    }
    .black_dog{
      width: 55%;
      right: -3%;
      bottom: -15%;
    }

 .tool_dog{
      width: 10vw;
    }

  .teen_dog{
    width: 10vw;
  }
  .top_corner{
    right: 2%;
    width: 25%;
  }
  .bottom_corner{
    left: 2%;
    bottom: 0;
    width: 25%;
  } 
    .rectangle {
      height: 15rem;
    }
    .kannika{
      padding-top: 3rem;
    }
    .masonry-container {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
        
      -webkit-column-gap: 5px;
      -moz-column-gap: 5px;
      column-gap: 5px;
    }
    .cutiframe{
      height: 325px;
    }
    .iframevideo{
      height: 325px;
    }
  }
  @media (min-width: 768px) {
    .block-headline1{
      top: 45%;
      left: 28%;
    }
    .nameheadline1{
      font-size: 3.5vw;
    }
    .headline1{
      font-size: 10vw;
    }
    .subheadline1{
      font-size: 3vw;
    }
    .black_dog{
      width: 55%;
      right: -3%;
      bottom: -20%;
    }
    .tool_dog{
      right: 3%;
      top: 5%;
      width: 8%;
    }
    .teen_dog{
      left: 3%;
      bottom: 5%;
      width: 10%;
    }
    .top_corner{
      right: 1%;
      width: 15%;
    }
    .bottom_corner{
      left: 1%;
      width: 15%;
    } 
    .photoprofile_hart{
      left: 25%;
      top: 5%;
      }
    .photoprofile_praat{
      width: 45%;
      left: 45%;
      top: 3%;
    }
    .photoprofile{
      width: 70%;
    }
    .photoprofile_bg{
      width: 80%;
      left: 40%;
      transform: translate(-50%, 0%);
    }
    .cutiframe{
      height: 450px;
    }
    .iframevideo{
      height: 450px;
    }

  }
  @media (min-width: 992px) {
    .contact-block{
      width: 85%;
    }
    .nameheadline1{
      font-size: 3.5vw;
    }
    .headline1{
      font-size: 9vw;
    }
    .subheadline1{
      font-size: 3vw;
    }
    .black_dog{
      width: 55%;
      bottom: -15%;
    }
    .rectangle {
      height: 20rem;
  }
    .masonry-container {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
        
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
    }
    .kannika{
      padding-top: 9rem;
    }
    .photoprofile_hart{
      left: 20%;
      top: 10%;
      }
    .photoprofile_praat{
      left: 55%;
      top: 25%;
    }
  }
  @media (min-width: 1200px) {
    .rectangle {
      height: 25rem;
  }

  }
  @media (min-width: 1400px) {
    .contact-block{
      width: 80%;
    }
    .nameheadline1{
      font-size: 3vw;
    }
    .headline1{
      font-size: 8vw;
    }
    .subheadline1{
      font-size: 2.5vw;
    }
    .black_dog{
      width: 50%;
      bottom: -15%;
      right: 5%;
    }
    .photoprofile_hart{
      left: 30%;
      top: 5%;
      }
    .photoprofile_praat{
      width: 60%; 
      left: 70%;
      top: 15%;
    }
    .photoprofile{
      width: 95%;
    }
    .photoprofile_bg{
      width: 85%;
      left: 40%;
      transform: translate(-50%, 5%);
    }

  }
  @media (min-width: 1980px) {
    .contact-block{
      width: 65%;
    }
    .nameheadline1{
      font-size: 2.5vw;
    }
    .headline1{
      font-size: 7vw;
    }
    .subheadline1{
      font-size: 2vw;
    }
    .black_dog{
      right: 3%;
    }
  
  }
  @media (min-width: 2560px) {
    .contact-block{
      width: 60%;
    }
    .nameheadline1{
      font-size: 2vw;
    }
    .headline1{
      font-size: 5vw;
    }
    .subheadline1{
      font-size: 2vw;
    }
    /* .tool_dog{
      right: 8%;
      top: 8%;
    }
    .black_dog{
      width: 55%;
      right: -3%;
      bottom: -5%;
    } */
    .rectangle {
      height: 25rem;
    }
    
  }

  /* check later what the css that i used */
  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: #be993e;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }