html,
:root {
  --brasserelles-kleur: #023b5b;
  --titel-kleur: #0e1436;
  --nav-kleur: #0e1436;
  --achtergrond-kleur: #a7a7a7;
  --achtergrond-kleurDonker: #787878;
}

@font-face {
  font-family: "BrasserellesFont";
  src: url("../data/fonts/BrushScriptBT.ttf");
}
@font-face {
  font-family: "LatoFont";
  src: url("../data/fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: "LatoFontBold";
  src: url("../data/fonts/Lato-Black.ttf");
}

body {
  font-size: 14px !important;
  margin-top: -3em;
  padding-top: 3em;
  font-family: "LatoFont", Arial, sans-serif;
}
h1 {
  font-size: 1.602em;
  color: var(--titel-kleur);
}
h2 {
  font-size: 1.424em;
  color: var(--titel-kleur);
}
h3 {
  font-size: 1.266em;
  color: var(--titel-kleur);
}
h4 {
  font-size: 1.125em;
  color: var(--titel-kleur);
}
h5 {
  font-size: 0.889em;
  color: var(--titel-kleur);
}
h6 {
  font-size: 0.79em;
  color: var(--titel-kleur);
}
.display-1 {
  font-size: 3.906em;
}
.display-2 {
  font-size: 3.125em;
}
.display-3 {
  font-size: 2.5em;
}
.display-4 {
  font-size: 2em;
}

.text-small {
  font-size: 0.6em;
}

.z1 {
  z-index: 1;
}

.container-fluid1 {
  padding-top: 2em;
  min-height: 80%;
}

.Brasserelles {
  font-family: "BrasserellesFont", Arial, sans-serif;
  color: var(--brasserelles-kleur);
}

.accomodatie-card:hover {
  cursor: pointer;
}

.accomodatie-card-header {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.vh-75 {
  height: 75vh;
}

.vh-25 {
  height: 25vh;
}

.max-vh-50 {
  max-height: 50vh;
}

.navbar {
  background-color: var(--achtergrond-kleur);
  font-family: "LatoFontBold", Arial, sans-serif;
}

.navbar .nav-item .nav-link {
  color: var(--nav-kleur);
  text-transform: uppercase;
}

.navbar .nav-item .nav-link :hover {
  color: green;
}

.navbar-brand {
  z-index: 20;
}

.social:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.social {
  color: #000;

  transform: scale(0.8);
  transition-duration: 0.5s;
  -webkit-transform: scale(0.8);
  /* Browser Variations: */

  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

/*
   Multicoloured Hover Variations
*/

#social-fb:hover {
  color: #3b5998;
}
#social-tw:hover {
  color: #4099ff;
}
#social-insta:hover {
  color: #d34836;
}
#social-em:hover {
  color: #f39c12;
}
#social-ph:hover {
  color: rgb(255, 64, 64);
}

@media (min-width: 48em) {
  h1 {
    font-size: 2.441em;
  }
  h2 {
    font-size: 1.953em;
  }
  h3 {
    font-size: 1.563em;
  }
  h4 {
    font-size: 1.25em;
  }
  .display-1 {
    font-size: 6em;
  }
  .display-2 {
    font-size: 5.5em;
  }
  .display-3 {
    font-size: 4.5em;
  }
  .display-4 {
    font-size: 3.5em;
  }
  .display-5 {
    font-size: 2.5em;
  }
}

/*Large devices (desktops, 62em and up)*/
@media (min-width: 62em) {
  html,
  body {
    font-size: 16px !important;
  }
}

/* Extra large devices (large desktops, 75em and up)*/
@media (min-width: 75em) {
  html,
  body {
    font-size: 18px !important;
  }
}

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.h-1 {
  height: 1;
}

.h-50vh {
  height: 0.5vh;
}

.h-90 {
  height: 90%;
}
.h-1em{
  height:1em;
}
.achtergrond {
  background-color: var(--achtergrond-kleur);
}

.noBlueLink {
  color: var(--titel-kleur);
}

.btn-dark {
  color: white;
}

.nav-link.active {
  background-color: var(--achtergrond-kleurDonker);
  border-radius: 25px;
}
.dropdown-item.active {
  background-color: var(--achtergrond-kleurDonker);
  border-radius: 25px;
}

.formTable td {
  padding: 0;
}

.formTable td input {
  padding: 5px;
  width: 100%;
}

.formTable td select {
  padding: 5px;
  width: 100%;
}

.partners {
  height: 5em;
  margin-bottom: 1em;
}

.divider {
  background-color: lightgray;
}

.w-30 {
  width: 30%;
}

.dark-border {
  border-width: 2px;
  border-style: solid;
  border-color: #000 !important;
}