.nav-link {
  color: white;
}

.nav-link:hover {
  color: rgb(255, 156, 35);
}

.dropdown-menu {
  color: white;
  background-color: rgb(0, 0, 0, 0.7);
  text-align: center;
  border-bottom: solid white;
  border-left: solid white;
  border-right: solid white;
}

.dropdown-item {
  color: white;
}

.dropdown-item:hover {
  color: rgb(255, 156, 35);
  background-color: rgb(255, 255, 255, 0.2);
}

#DropCss1:first-child {
  color: white;
}

#DropCss1:hover {
  color: rgb(255, 156, 35);
}

#DropCss2:first-child {
  color: white;
}

#DropCss2:hover {
  color: rgb(255, 156, 35);
}

#DropCss3:first-child {
  color: white;
}

#DropCss3:hover {
  color: rgb(255, 156, 35);
}

#DropCss4 {
  color: white;
}

#DropCss4:hover {
  color: rgb(255, 156, 35);
}

#Brand {
  font-family: cursive;
}

#Brand:hover {
  font-family: cursive;
  color: rgb(255, 156, 35);
}

body,
html {
  width: 100%;
  height: 100%;
}

#EyeCatcher {
  background-image: url('../IMG/backgroundtosHeaderos2.0.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
  overflow: hidden;
}



@media only screen and (max-width: 575px) {


  /* Dropdown menu exact onder het icoon */
  #profileDropdown {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 35px;
    text-decoration: dotted;
    /* net iets breder dan het icoon */
    position: relative;
  }

  hr {
    color: rgb(59, 59, 59);
  }

  .dropdown-menu[aria-labelledby="profileDropdown"] {
    position: relative;
    border-right: none;
    border-bottom: none;
    background: none;
    top: 100% !important;
    /* direct onder */
    left: 50% !important;
    /* horizontaal midden */
    transform: translateX(-50%) !important;
    /* echt centered */
    margin-top: 0.25rem;
    min-width: 8rem;
    /* Optioneel: iets hoger z-index als het overlapt */
    z-index: 1050;
  }

  #profileDropdown::after {
    display: none;
  }

  #EyeCatcher {
    background: url('../IMG/PhoneMainBackground.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  #collapsibleNavbar .navbar-nav {
    align-items: center;
    /* center all nav items horizontally */
  }

  .Title-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 10px;
    /* ruimte aan de zijkant voor margin overflow */
    box-sizing: border-box;
  }

  #EyeCatcher::after {
    background-color: rgba(0, 0, 0, 0);
    background: none !important;
  }

  .BlockRow .row {
    flex-direction: column;
    text-align: center;
  }

  .Title-buttons .btn {
    width: 100%;
    max-width: 300px;
    font-size: 1rem;
  }


  .SubTitle {
    font-size: 1rem;
    text-align: center;
  }

  #EyeCatcher {
    background-image: url('../IMG/PhoneMainBackground.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }

  #WebTitle {
    font-size: 1.8rem;
    text-align: center;
    word-break: break-word;
    width: 100%;
  }

  #WebTitleSection {
    padding: 1rem;
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    /* voorkomt layout bugs */
  }

  .Blockrowimg {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  body {
    margin-left: 1%;
  }

  .IconText {
    display: none;
  }

  .Title-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .SubTitle {
    font-size: 1rem;
  }

  .nav-link {
    color: white;
    text-align: center;
  }

  #NavButton {
    color: white;
  }

  #LoginButton {
    display: inline-block;
    color: white;
    border: 2px solid white;
    margin-left: 10px;
  }

  #LoginButton:hover {
    color: rgb(255, 156, 35);
    border-color: rgb(255, 156, 35);
    background-color: transparent;
  }

  .vr {
    display: none;
    /* Splitter verbergen op mobiel voor netheid */
  }

  .navbar-collapse {
    background-color: rgb(0, 0, 0, 0.7) !important;
    border-bottom: solid white;
    border-right: solid white;
    border-left: solid white;
    border-radius: 8px;
    /* Optioneel: voor afgeronde hoeken */
    padding-top: 20px;
    /* Ruimte bovenaan */
    padding-bottom: 20px;
    /* Ruimte onderaan */
  }

  .BlockRow .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .BlockRow .col-md-5,
  .BlockRow .col-md-3,
  .BlockRow .col-md-2,
  .BlockRow .col-md-1 {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }

}

@media only screen and (max-width: 1050px) and (min-width: 575px) {
  .BlockRow .row {
    flex-direction: column;
    text-align: center;
  }

  .BlockRow .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .BlockRow .col-md-5,
  .BlockRow .col-md-3,
  .BlockRow .col-md-2,
  .BlockRow .col-md-1 {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }

  .nav-text {
    display: none;
  }


  .nav-item {
    font-size: 24px;
  }

  #EyeCatcher {
    background-image: url('../IMG/PhoneMainBackground.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .BlockRow {
    text-align: center;
    align-items: center;
    align-self: center;
  }

  .IconText {
    display: none;
  }

  .Title-buttons {
    flex-direction: column;
    gap: 10px;
  }

  #WebTitle {
    font-size: 2rem;
    text-align: center;
  }

  .SubTitle {
    font-size: 1rem;
    text-align: center;
  }

}

/* Main Page */

#HeadTitle {
  vertical-align: text-bottom;
  color: blue;
}

.test1 {
  color: #000;
  font-family: "Nissan Light", Verdana, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1.5px;
  font-size: 1em;
  line-height: 1.57142857;
  --overlap-value: -80px;
  box-sizing: border-box;
  z-index: 300;
  background: 0 0;
  text-align: left;
  margin: 0 60px;
  padding: 20px;
  width: 460px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 60px;
  transform: none;
  animation: 1s fadeIn;
  display: block;
}

#WebTitleSection {
  overflow: hidden;
  align-self: center;
  margin: 1%;
  top: 10%;
  text-decoration: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 12px;
  max-width: 800px;
  overflow-x: 0;
  color: white;
  z-index: 0;
  width: 100%;
}

#WebTitle {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
}

.section-line {
  width: 150px;
  height: 6px;
  background-color: #ff6f00;
  margin: 0 auto 15px auto;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 4%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.SubTitle {
  color: white;
  text-align: center;
}

.Title-buttons {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.orange-btn {
  background-color: #ff6f00;
  color: white;
}

.blue-btn {
  background-color: #003057;
  color: white;
}

.BlockImg {
  width: 100%;
  background-color: black;
  height: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
}

.TextBlock {
  background-color: black;
  width: 100%;
  height: 100%;
}

/* test - NAV */
#BarBrand {
  height: 70px;
}

.navbar-brand h1 {
  font-size: 1.8rem;
  line-height: 70px;
}

.navbar-nav .btn {
  padding: 4px 12px;
  font-size: 0.9rem;
  border-radius: 6px;
}

.vr {
  width: 2px;
  height: 40px;
  /* iets langer dan standaard 30px */
  background-color: rgb(255, 255, 255, 0.8);
  opacity: 0.8;
}

#LoginButton:hover {
  color: rgb(255, 156, 35);
  border-color: rgb(255, 156, 35);
  background-color: transparent;
}

.BlockRow {
  opacity: 1;
  z-index: 2;
  backdrop-filter: blur(8px);
  /* maakt achtergrond wazig */
  -webkit-backdrop-filter: blur(8px);
  /* Safari ondersteuning */
  border-radius: 10px;
  margin-top: -30px;
  /* of meer/minder afhankelijk van effect */
  position: relative;
  z-index: 10;
  background-color: #000000;
  /* Donker glasachtig */
  color: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.921);
}

body {
  background-color: #716e6af1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-image: url("../IMG/Blur2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  opacity: 1;
  z-index: 2;
  position: relative;
}

#EyeCatcher::after {
  opacity: 1;
  content: "";
  position: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 0px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  z-index: 2;
}

.Blockrowimg {
  margin-top: 0px;
  height: 200px;
  width: 300px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgb(255, 255, 255);
  /* rode gloed past bij rand */
  object-fit: cover;
  /* lichte rand voor contrast */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Blockrowimg:hover {
  transform: scale(1.03);
  /* lichte zoom bij hover */
  box-shadow: 0 0 20px rgb(255, 255, 255);
}


footer {
  padding: 2% 0;
  backdrop-filter: blur(8px);
  /* maakt achtergrond wazig */
  -webkit-backdrop-filter: blur(8px);
  /* Safari ondersteuning */
  background-color: black;
  /* Donker glasachtig */
  color: white;
  border-top: solid gray;
  /* Rood accent blijft */
  text-align: center;
  width: 100%;
}

.FooterList {
  list-style: none;
}

.FooterLink {
  color: white;
  text-decoration: none;
}

.SponserImg {
  max-height: 80px;
  object-fit: contain;
  /* Ensures image fits without stretching */
  width: 120px;
  margin-top: 3%;
  max-width: 80px;
  border-radius: 12px;
  margin-right: 1%;
  border: white solid 2px;
  height: auto;
  display: inline-block;
}

.footerrow {
  background-color: black;
  margin-right: 0;
  margin-left: 0;
}

.BlockRow:first-of-type {
  margin-top: 0 !important;
}