/* Imports */
/* @import url('https://fonts.googleapis.com/css?family=Almarai&display=swap'); */
/* @import url('https://fonts.googleapis.com/css?family=Roboto'); */
@import url('https://fonts.googleapis.com/css?family=Mulish');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');



/*
 * Variables
 */
:root {
  /* When changing color; also generate new shade and tint with https://maketintsandshades.com/ (using 30% value). This is used for hover */
  --primary-color: #f47a20;
  --primary-color-contrast: #fff;
  --primary-color-shade: #ab5516;
  --primary-color-tint: #f7a263;

  --secondary-color: #f47a20;
  --secondary-color-contrast: #fff;
  --secondary-color-shade: #ab5516;
  --secondary-color-tint: #f7a263;

  --dark-blue-color: #0A2148;

  --background-color: white;
  --text-color: #0F0F0F;
  --link-text-color: #f47a20;
}

/*
 * Essentials
 */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 100px;
}

body {
  font-family: 'Mulish', 'Arial', 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  background-color: var(--background-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.my-env h1,
.my-env h2,
.my-env h3,
.my-env h4,
.my-env h5,
.my-env h6 {
  font-family: 'Archivo Black', sans-serif;
  color: var(--primary-color);
  font-weight: 900;
}

a,
.my-env a {
  color: var(--link-text-color);
  text-decoration: none;
}

a:hover,
.my-env a:hover {
  text-decoration: underline;
  color: var(--link-text-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--primary-color);
  text-decoration: none;
}

.dark-blue {
  background-color: #FFFFFF;
  color: #0A2148;
}

.dark-blue a {
  color: #0A2148;
}

.oranje {
  background-color: #FFFFFF;
  color: #ee6507;
}

.oranje a {
  color: #ee6507;
}

.header {
    background-image: url(https://foys-prod.imgix.net/7d2201a8-b98b-4fde-9b64-8c81922c90fe/dc294abf-a8e0-4684-9cc1-acf1e09e9702.jpg);
    background-size: cover;
    background-position: bottom;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .lead {
    font-size: 2.5rem;
    font-weight: 300;
    color: #0A2148;
    font-family: 'Archivo Black';
    text-align: center;
}

.big-date-month{
}

.big-date-date{
}

.big-date-block{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  color: #0A2148;
  min-width: 150px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.big-date{
}

.event-title{
  text-align: left;
  font-size:1.8rem;
}

.event-start{
  text-align: left;
}

.event-details{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
  color: #0A2148;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.calendar-event{
  background-color: #fff;
}

.website-calendar-events{
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*
 * Bootstrap overwrites
 */
.btn-primary,
.my-env .btn-primary {
  background-color: var(--primary-color);
  border: 0;
  color: var(--primary-color-contrast);
}

.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.btn-primary:hover,
.my-env .btn-primary:hover {
  background-color: var(--primary-color-tint);
}

.btn-secondary,
.my-env .btn-secondary {
  background-color: var(--secondary-color);
  border: 0;
  color: var(--secondary-color-contrast);
}

.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:focus,
.btn-secondary:hover,
.my-env .btn-secondary:hover {
  background-color: var(--secondary-color-contrast);
  color: var(--secondary-color-tint);
  border: var(--secondary-color-contrast) 2px solid;
}
h2 {
font-size:2.5rem;
}
/*
 * Bootstrap extensions
 */
.align-justify {
  text-align: justify;
}

/* 
 * Basics
 */
.website-header {
  display: none;
}

.website-header-logo {
  max-height: 60px;
  margin-top: 0px;
}

.navbar-dark .navbar-toggler {
  border-color: var(--primary-color);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(139,20,24, 31)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-collapse {
  padding: 0.0 rem;
  background-color: #0A2148;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.foys-footer {
  background: #0A2148;
  color: var(--primary-color-contrast);
  max-width: none;
}

.foys-footer a {
  color: var(--primary-color-contrast);
}

/* 
 * 👇 INSERT CUSTOM CSS FOR ALL SCREEN SIZES BELOW 👇
 */
.btn,
.my-env .btn {
  border-radius: 5px;
  font-family: 'Archivo Black', sans-serif
}

.btn-primary {
  font-weight: 700;
  font-style: italic;
  padding-inline: 10px;
  font-size: 20px;
  height: 50px;
}

.page-top-image {
  display: block;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.header-image {
  display: block;
  width: 100%;
}

.page-below-image {
  display: block;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-top-image2 {
  color: #FFFFFF;
  margin-top: 175px;
  text-align: center;
  font-size: clamp(48px, 10vw, 60px);
}

/* news items */
.news-content-container {
  position: absolute;
  top: 0;
  padding: 16px;
}

.news-item-image-div {
  min-height: 150px;
}

.news-item-image-div {
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}

.news-title a {
  margin-top: 0.5rem;
  color: white;
}

.news-title a {
  font-weight: 900;
  font-size: 1.7rem;
  text-decoration: none;
}

.news-title a:hover {
  text-decoration: underline;
}

.news-date {
  margin-top: 12px;
  color: white;
  font-size: 1.25rem;
}

.news-short-description-content,
.news-read-more {
  display: none;
}

.news-body img {
  max-width: 100%;
  height: auto;
}

/* end news items */

.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.algemene-info-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.waarom-content {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('https://foys-prod.imgix.net/7d2201a8-b98b-4fde-9b64-8c81922c90fe/d9215c9f-7d59-44fc-8a29-e177e34b5c4f.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.foto-content {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('https://foys-prod.imgix.net/7d2201a8-b98b-4fde-9b64-8c81922c90fe/ea08de62-6f0d-4fc7-a6f2-89c77f29bb4a.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.text-center {
  text-align: center;
}


.link2 a {
  color: #ffffff;
  text-decoration: none;
}

.link2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.link a {
  color: #ffffff;
  text-decoration: none;
}

.link a:hover {
  color: #ee6507;
  text-decoration: none;
}

.link3 a {
  color: #bebebe;
  text-decoration: none;
}

.link3 a:hover {
  color: #000000;
  text-decoration: none;
}

.link4 a {
  color: #ffffff;
  text-decoration: none;
}

.link4 a:hover {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.cards-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;

  > * {
    /* border-radius: 12px; */
    background-color: #FFFFFF;
    padding: 16px;
    width: 100%;
    height: 100%;
  }
}

/* START NAVBAR ALL SCREENS */
.website-custom-header {
  position: fixed;
  z-index: 1;
  width: 100%;
}
/* END NAVBAR */

.word-lid-button {
  border: white 2px solid;
  outline: var(--primary-color) 2px solid;
  border-radius: 2px;
}

/*
 * DESKTOP
 */
@media all and (min-width: 992px) {
  /* BASICS */


  /*
   * 👇 CUSTOM CSS FOR DESKTOP ONLY 👇
   */

  /* START NAVBAR */
  .website-custom-header {
    .navbar {
      display: block;
      margin: auto;
      background: white;
      border-radius: 999px;
      width: fit-content;
      padding-inline: 40px;
    }

    .navbar-dark .navbar-nav .nav-link {
      color: var(--dark-blue-color);
      font-size: 1.2rem;
    }

    .navbar-dark .navbar-nav .nav-link:hover {
      color: var(--primary-color);
    }
  }

/* END NAVBAR */

}

/* 
 * MOBILE AND TABLETS
 */
@media all and (max-width: 992px) {

  /* BASICS */
  .website-header-logo {
    max-height: 60px;
  }

  .navbar-toggler {
    padding: 0.50rem 0.50rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 2px solid #F47A20;
    border-radius: 0.25rem;
    border-color: var(--primary-color);
    cursor: pointer;
  }

  /*
   * 👇 CUSTOM CSS FOR MOBILE AND TABLETS 👇
   */

  .navbar-toggler {
    display: block;
    margin-left: auto;
    border-color: #F47A20;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='%23F47A20' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
  }




  .cards-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: auto;

    div:first-child {
      margin-left: 12px;
    }

    div:last-child {
      margin-right: 12px;
    }

    > * {
      min-width: 260px;
    }
  }
}

.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

@media all and (max-width: 992px) {
  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(110%); /* 100 + right */
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 10%; /* (100 - width) / 2 */
    z-index: 1200;
    width: 80%;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    margin-top: 16px;
    border-radius: 16px;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #fff;
  }

  .dropdown-menu {
    border: 0;
  }

  .navbar .nav-item .dropdown-item {
    font-size: 1rem;
  }

  .news-item {
    max-width: 90% !important;
  }

  .navbar-dark .navbar-toggler {
    border-color: var(--dark-blue-color);
  }

  /* .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  } */

  .navbar-collapse {
    padding: 0.5rem;
    background-color: white;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #062143;
    font-size: 1rem;
    text-decoration: none;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
    text-align: center;
  }

  .sticky .navbar-dark .navbar-nav .nav-link {
    font-size: 0.8rem;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  }

  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #062143;
  }

  .navbar .nav-item .dropdown-large {
    padding: 20px;
  }

  .navbar .nav-item .dropdown-item {
    padding: 0.8rem;
    font-size: 0.8rem;
    text-decoration: none;
  }

  .page-partner-image {
    display: block;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}