/* ----------------------------------------------------
Generic
---------------------------------------------------- */
.genericPage {
  background: rgb(246, 246, 246) !important;
}

.genericPageDark {
  background: #001b59 !important;
}

.indexIntroText {
  margin-bottom: 2em;
  margin-top: 2em;
  line-height: 1.5;
}

.introText {
  width: 100% !important;
  margin: auto;
  max-width: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.page-footer.dark {
  margin-top: auto;
}

main {
  margin-bottom: 0px;
}

.bodyBG {
  background-color: #f6f6f6;
}

.projectCard {
  height: 100%;
}

.projectCol {
  padding-bottom: 30px;
}

.sectionDark {
  /*background-color: #001b59;*/
  background-color: #2565c7;
}

.homeResultsColumn {
  padding: 20px;
}

#hero {
  width: 100%;
  height: 100vh;
}

#main {
  padding-top: 0px;
}

/* ----------------------------------------------------
Footer
---------------------------------------------------- */
#intro {
  color: #fff;
  margin-bottom: 1.4em;
}

.introList {
  color: #fff;
  font-size: 0.9em;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 0em;
  margin-bottom: 0.2em;
}

/* ----------------------------------------------------
Nav bar mobile
---------------------------------------------------- */
@media (min-width: 768px) and (max-width: 992px) {
  .navbar {
    margin-top: 0em !important;
    padding-top: 0.5em !important;
  }
}
@media (max-width: 991px) {
  #navcol-1 {
    background-color: white !important;
    padding-left: 0.7em;
    text-align: right;
  }
  #navcol-1 > ul > li.nav-item.dropdown > div {
    text-align: right;
    width: auto;
  }
  .dropdown-menu {
    --bs-dropdown-border-width: 0 !important;
  }
}
@media (min-width: 992px) {
  #navcol-1 {
    background-color: white !important;
    padding-left: 0.7em;
    text-align: left;
  }
  #navcol-1 > ul > li.nav-item.dropdown > div {
    text-align: left;
    width: auto;
  }
}
/* ----------------------------------------------------
Home
---------------------------------------------------- */
#btnHome:hover {
  background-color: rgba(2, 28, 73, 0.8);
}

#homeText {
  width: 95%;
}

#homeKeywords {
  width: 95%;
}

.homeDiv {
  max-width: 730px !important;
  margin-top: 8em;
}

/* ----------------------------------------------------
Bio
---------------------------------------------------- */
.bioWelkom {
  font-size: 0.9em;
}

.bioTextWhite {
  color: white !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  font-size: 1em !important;
}

.bioCompetenties {
  font-size: 1em !important;
  font-weight: normal !important;
}

.bioIntro {
  margin-top: 1em;
  background-color: white;
  padding: 30px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.bioAnchor {
  padding-top: 40px;
}

.trainingDetails {
  text-align: left;
  padding-left: 0px;
  margin: 0px !important;
}

/* ----------------------------------------------------
Expertise page
---------------------------------------------------- */
li {
  font-size: 0.9em;
}

@media (min-width: 992px) {
  .expertiseYearSmallDivHidden {
    display: none;
  }
}
.expertiseYearSmallDiv {
  background: url("../../assets/img/other/timeline3.jpg") center !important;
  padding-top: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 992px) {
  .expertiseYearLargeDivHidden {
    display: none;
  }
}
.expertiseYearLargeDiv {
  background: url("../../assets/img/other/timeline3.jpg") center !important;
}

.expertiseYearSmall {
  background: rgb(246, 246, 246);
  margin-top: 30px;
  color: #3b99e0;
}

.expertiseYearLarge {
  background: rgb(246, 246, 246);
  margin-top: 30px;
  color: #3b99e0;
}

.expertiseIconSmall {
  color: #3b99e0 !important;
  padding-bottom: 20px;
}

.expertiseIconLarge {
  color: #3b99e0 !important;
}

/* ----------------------------------------------------
Projects page 
---------------------------------------------------- */
.projectNav {
  background-color: black;
  border-radius: 5px;
}

.projectsMainTitle {
  margin-top: 1em;
  text-align: center;
}

@media (min-width: 576px) {
  .projectsMainTitle {
    margin-top: 1em;
  }
}
.projectsCarousel {
  visibility: hidden;
}

/* ----------------------------------------------------
Download page 
---------------------------------------------------- */
.downloadMainTitle {
  margin-top: 1em;
  text-align: center;
}

.btnDownloadOffline {
  background-color: var(--bs-gray-400);
  border: 0px;
  margin-top: 10px;
}

@media (min-width: 576px) {
  .downloadMainTitle {
    margin-top: 1em;
  }
}
.downloadImage {
  margin-bottom: 20px;
}

.downloadDiv {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ----------------------------------------------------
Contact page 
---------------------------------------------------- */
.contactMainTitle {
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-align: center;
}

@media (min-width: 576px) {
  .contactIntro {
    width: 500px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .contactIntroParent {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .contactMainTitle {
    margin-top: 1em;
  }
}
#contactBlock1 {
  border-top: 2px solid #5ea4f3;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 40px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  width: 220px;
}

.contactLinks {
  color: #001b59;
  text-decoration: none;
}

@media (min-width: 576px) {
  #contactBlock1 {
    border-top: 2px solid #5ea4f3;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 40px;
    margin-right: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    width: 220px;
  }
}
#contactBlock2 {
  border-top: 2px solid #5ea4f3;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 40px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  width: 220px;
}

@media (min-width: 576px) {
  #contactBlock2 {
    border-top: 2px solid #5ea4f3;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 40px;
    margin-left: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    width: 220px;
  }
}
/* ----------------------------------------------------
Disclaimer page 
---------------------------------------------------- */
.disclaimerTitle {
  font-size: medium;
  margin: 0px;
  padding: 0px;
  font-weight: bolder;
  color: rgb(45, 46, 135);
}

.disclaimerSection {
  background: rgb(246, 246, 246);
}

.disclaimerMainTitle {
  margin-top: 2em;
}

@media (min-width: 576px) {
  .disclaimerMainTitle {
    margin-top: 1em;
  }
}
@media (max-width: 768px) {
  .disclaimerNavBar {
    padding-top: 8px;
  }
}
/* ----------------------------------------------------
Other
---------------------------------------------------- */