* {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: sans-serif;
}

a:link {
  color: rgb(255, 255, 255);
}


a:hover {
  color: rgb(0, 0, 0);
}

.main-image, .mainimage {
  position: relative;
  display: block; 
  width: 100%;
  overflow: hidden; 
}
.text_overlay {
  font-family: sans-serif;
  position: absolute;
  top: 340px;
  left: 315px;
  transform: translate(-50%, -50%);
  color: #000000;
  background-color: rgba(246,149,4,0.48);
  padding: 12px;
  border: solid rgb(0, 0, 0) 5px;

  width: 450px;
  height: 250px;
  
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 6px;
}


.main-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.main-image img.hero-large {
  height: 700px;
}
.main-image img.hero-small {
  height: 600px;
}


.donate-presets {
  display: inline-flex;
  gap: 12px;
  justify-content: center;
}
.donate-presets .donate-amt {
  background: white;
  color: rgb(246, 149, 4);
  border: 2px solid rgba(0,0,0,0.08);
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 700;
  cursor: default; 
}
.donate-presets .donate-amt:focus,
.donate-presets .donate-amt:hover,
.donate-presets .donate-amt:active {
  outline: none;
  box-shadow: none;
  transform: none;
}
.donate-frequency label { margin-right: 10px; cursor: default; }
.donate-button {
  background-color: white;
  color: rgb(246,149,4);
  padding: 12px 36px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  cursor: default; 
}
.donate-button:hover, .donate-button:focus, .donate-button:active { opacity: 1 !important; outline: none; }

  p {
  padding: 10px 60px 10px 25px;
  font-size: 17px;
}

h1 {
  padding: 50px 125px 50px 125px;
  font-size: 25px;
}

h2 {
  padding: 25px 25px 50px 25px;
  font-size: 24px;
}

h3 {
  padding: 50px 25px 50px 25px;
  font-size: 40px;
}

h3 a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 50px;
}

h3 a:hover {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: auto;
  z-index: 3;
}

h3 a h1 {
  margin: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;

  margin-left: 100px;
}

h4 {
  padding: 55px 25px 55px 25px;
  font-size: 30px;
}

h5{
  font-size: 24px;
  font-weight:bold;
}

h6{
  font-size:20px;
  font-weight:normal;
}
 

.Navigation{
  width: 100%;
  height: 75px;
  background-color: rgb(246,149,4);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.Navigation nav {
  display: flex;
  gap: 40px;
}

.Navigation a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  transition: color 0.3s ease;
}

.Navigation a:hover {
  color: black;
}

html {
  scroll-behavior: smooth;
}
.sterren {
  font-size: 30px;
  color: orange;
  padding-top: 15px;
  text-align: center;
}

.scheidingslijn {
  border: none;
  border-top: 2px solid rgb(255, 255, 255);
  width: 85%;
  margin: 20px 80px;
}

.title-bar {
  position: relative;
  display: flex;

  align-items: stretch;
}


#leftpart {
  display: flex;
  width: 50%;
  align-items: center;
}



#rightpart {
  display: flex;
  width: 50%;
  align-items: stretch;
}



.right-col {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
}

.right-col--orange {
  background-color: rgb(255, 255, 255);

}

.orange-link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}




.footer {
  box-sizing: border-box;
  padding: 18px 40px;
}



.scheidingslijn {
  border: 0;
  height: 1px;
  background: #444;
  margin: 12px 0;
}

.footer-cols {
  display: flex;
  
  gap: 18px;
  margin: 12px 0;
}

.footer-col {
  flex: 1;
  color: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  text-align: left;
}

.footer-col > div:nth-child(1) {
  color: orange;
  font-size: 1.3em;
  
}



.footer-col--orange {
  background: rgb(246, 149, 4);
  color: #000;
  border-radius: 6px;
}

.footer-cta {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 12px;
  display: inline-block;
}



.title-bar .logo {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: auto;
  z-index: 3;
}

.title-bar h1 {
  margin: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;

  margin-left: 125px;
}

@media (max-width: 600px) {
  .title-bar {
    flex-direction: column;
    align-items: center;
  }

  #leftpart {
    order: 1;
  }

  #rightpart {
    order: 2;
    width: 100%;
  }

  #rightpart {
    flex-direction: row;
    gap: 8px;
  }

  .right-col {
    flex: 1;
  }

  .title-bar .logo {
    position: static;
    transform: none;
    margin: 8px auto;
  }

  .title-bar h1 {
    margin-left: 0;
    text-align: center;
  }
}