/* @import url('https://fonts.googleapis.com/css2?family=Abyssinica+SIL&family=Open+Sans:wght@400;500&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&family=Playfair+Display&display=swap');

:root {
    --text-color-primary: rgb(58, 58, 58);
    --color-orange: #ef6c25;
    --color-blue: #3d2e96;
    /* --font-serif: 'Abyssinica SIL', serif; */
    --font-sans-serif: 'Open Sans', sans-serif;
   --font-serif: 'Playfair Display', serif;
    
}

html {
    scroll-behavior: smooth;
  }

  body {
    font-family: var(--font-sans-serif);
    font-weight: normal;
    font-style: normal;
    color: var(--text-color-primary);
    overflow-x: hidden;
    font-size: 15px;
    position: relative;
  }
  
  * {
    margin: 0;
    padding: 0;
    transition: 0.3s all;
    scroll-margin-top: 106px;
  }

  .navbar {
    width: 100%;
    background-color: white !important;
    box-shadow: 0 6px 24px lightgrey
  }

  .container {
    max-width: 1200px;
    margin: 0 auto 30px;
  }

  .logo {
    margin: 0 0 0 50px;
    display: flex;
    align-items: center;
  }

  .logo p {
    margin: 0 0 0 10px;
    color: var(--color-blue);
    font-family: var(--font-serif);
    font-size: 1.5rem;
  }

  .logo img {
    height: 80px;
    padding: 10px;
  }

  nav ul li {
    padding: 20px;
  }

  .henny {
    width: 100%;
  }

  .jumbo {
    width: 100%;
    height: calc(100vh - 100px);
    background-image: url(../img/header3.jpg);
    background-attachment: scroll;
    background-position: 10% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* .scroll-down {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid white 2px;
    color: white;
  }

  .scroll-down:before {
    content: "\2193";
  } */

  .parallax {
    width: 100%;
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallaxFirst {
    background-image: url(../img/header.JPG);
    
  }

  .parallaxSecond {
    background-image: url(../img/header2.JPG)
  }

  h1, h2 {
    margin: 2rem 0 1rem;
    color: var(--color-blue);
    font-family: var(--font-serif);
  }

  h3 {
    color: var(--color-blue);
    font-family: var(--font-serif);
    font-size: 1.5rem;
  }

  .container ul {
    list-style: none; 
  }
  
  .container ul li::before {
    content: "\2022";  
    color: var(--color-orange); 
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
    margin-left: -1em; 
  }

  .divider {
    width: 100%;
    height: 100px;
    background: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .blue {
    color: var(--color-blue)
  }

  p a {
    color: var(--color-orange);
    text-decoration: none;
  }

  h4 {
    color: white;
    text-align: center;
  }

  h4 a {
    text-decoration: none;
    color: var(--color-blue)
  }

  h5 {
    color: var(--color-blue)
  }

  .opdrachtRow {
    margin-bottom: 1.5rem;
  }

  .modal-title {
    color: var(--color-blue)
  }

  .col-lg-4 > a {
    cursor: pointer;
    margin-bottom: 20px;
  }

  .fa-quote-left {
    color: var(--color-orange)
  }

  footer {
    background-color: var(--color-orange);
    padding: 2rem;
  }

  footer a {
    color: var(--text-color-primary);
  }

  .footerP {
    margin: 2rem 0.5rem;
  }

  input[type=text],
  input[type=email],
  textarea {
    margin: 10px;
    padding: 10px;
    background-color: rgb(246, 246, 246);
    border: solid 2px gray;
    border-radius: 5px;
    width:95%;
    color: var(--color-blue);
  }

  input[type=submit] {
    width: 95%;
    padding: 10px;
    margin: 10px;
    background-color: var(--color-blue);
    color: var(--color-orange);
    border: none;
    border: solid 2px var(--color-blue);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--font-serif);
    letter-spacing: 5px;
  }

  input[type=submit]:hover {
    background-color: var(--color-orange);
    color: var(--color-blue);
    border: solid 2px var(--color-blue);
  }

  .error {
    margin: 0 0 0 10px;
    color: red; 
  }

  .succesMessage:empty, .errorMessage:empty, .error:empty  {
    display: none;
  }

  .right {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  
  .scroll-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 85px;
    z-index: 99;
    background:var(--color-blue);
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    color:#eee ;
  }
  .cookie-consent{
  position: fixed;
  bottom: 8px;
  left: 20px;
  width: 260px;
  padding-top: 7px;
  height: 83px;
  color: #fff;
  
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  background: var(--text-color-primary);
  z-index: 120;
  border-radius: 3px;
  }
  
  .allow-button{
       padding: 10px;
      width: 104px;
      color: #fff;
      font-size: 12px;
      line-height: 10px;
      border-radius: 3px;
      border: 1px solid var(--text-color-primary);
      background-color: var(--color-blue);
  }

  .recensie-logo {
    width:150px;
    height: 150px;
    object-fit: contain;
  }


  /* MEDIA */

  

  @media screen and (max-width: 768px) {
    .logo {
      margin: 0;
    }

  }

  @media screen and (min-width: 1035px) {
    .navbar-collapse {
      flex-grow: 0;
      margin-right: 50px;
    }
   
  }

  @media only screen and (max-device-width: 992px) {
    .parallax {
      background-attachment: scroll;
    }

    .logo p {
      font-size: 1rem;
    }
    .right {
      flex-direction: row;
    }

    .col-lg-4 {
      margin-bottom: 1.5rem;
    }
  }

  @media screen and (max-device-width: 567px) {
    .henny {
      width: 50%;
    }

    .col-sm-3 {
      text-align: center;
    }

   }


  @media screen and (max-device-width: 500px) {
    .logo img {
      height: 60px;
    }
  }



  
