@font-face {
  font-family: "Quicksand";
  src: url("../fonts/QuicksandRegular.woff2") format("woff2"), url("../fonts/QuicksandRegular.woff") format("woff"), url("../fonts/QuicksandRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/QuicksandBold.woff2") format("woff2"), url("../fonts/QuicksandBold.woff") format("woff"), url("../fonts/QuicksandBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
h1, h2, h3 {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
}

a, blockquote, cite {
  font-family: "Quicksand", sans-serif;
}

.block:not(.jumbotron) {
  color: #0f0c13;
}
.block:not(.jumbotron) .container-fluid {
  text-align: center;
  padding: 40px 0 0 0;
}
.block:not(.jumbotron) .container-fluid .content {
  padding: 20px 10px;
  margin: 15px 10px;
}
@media only screen and (min-width: 992px) {
  .block:not(.jumbotron) .container-fluid .content {
    width: 75%;
    margin: auto;
  }
}

.block.image-bg a {
  color: white;
}
.block.image-bg a:hover {
  color: gray;
}
.block:not(.image-bg) a {
  color: #0f0c13;
}
.block:not(.image-bg) a:hover {
  color: grey;
}
.block h1, .block h2, .block h3, .block h4, .block h5, .block h6, .block p, .block i, .block a, .block blockquote {
  opacity: 0;
}
.block.inview h1, .block.inview h2, .block.inview h3, .block.inview h4, .block.inview h5, .block.inview h6, .block.inview p, .block.inview i, .block.inview a, .block.inview blockquote {
  opacity: 1;
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

header {
  display: flex;
  position: absolute;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
}
header a {
  color: white;
  padding-right: 10px;
  font-weight: bold;
  text-decoration: none;
}
header a:hover {
  color: #EB5E28;
}

.jumbotron {
  align-items: center;
  background-image: url("../images/impact.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  height: 100vh;
  gap: 10px;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .jumbotron {
    background-image: url("../images/md/Impact.jpg");
  }
}
.jumbotron .container-fluid {
  display: grid;
  flex-direction: column;
  height: 95vh;
  justify-content: center;
  text-align: center;
  align-items: end;
  color: white;
}
.jumbotron .container-fluid .header-container h3 {
  padding: 20px 10px 0 10px;
}
@media only screen and (min-width: 576px) {
  .jumbotron .container-fluid .header-container h3 {
    padding: 30px 25px 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .jumbotron .container-fluid .header-container h3 {
    padding: 5px 0;
  }
}
.jumbotron .container-fluid .content {
  align-self: end;
  color: white;
  padding: 0 10px;
}
.jumbotron .scroll-button {
  color: white;
  margin-bottom: 15px;
}

.quote .container-fluid {
  background-color: #EB5E28;
  color: white;
  padding: 20px 0 30px 0 !important;
}
.quote .container-fluid blockquote {
  margin: 5px !important;
}
.quote .container-fluid blockquote p {
  font-size: 2rem;
  padding-bottom: 10px;
}

.explain.colored-bg {
  background-color: #EB5E28;
  color: white;
}
.explain#Vrijheid {
  background-image: url("../images/Vrijheid.jpg");
  background-size: cover;
  background-position: center center;
}
.explain#Veerkracht {
  background-image: url("../images/Veerkracht.jpg");
  background-size: cover;
  background-position: 100% center;
}
.explain .container-fluid {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px !important;
}
.explain.image-bg .container-fluid {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}
.explain .disclaimer {
  max-width: 90%;
  border: dashed 2px #EB5E28;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) {
  .explain .disclaimer {
    width: 75%;
  }
}
.explain .disclaimer p {
  padding: 10px 10px;
}
.explain .disclaimer a {
  color: #0f0c13;
}

.gift {
  background-color: #252422;
}
.gift .container-fluid {
  padding: 10px 0 0 0 !important;
  color: white;
}
.gift .container-fluid a {
  width: 90%;
  background-color: #EB5E28;
  margin: 20px auto;
  padding: 10px;
  color: white;
  display: block;
  text-decoration: none;
  border-radius: 10px;
}
.gift .container-fluid a:hover {
  background-color: #cd4713;
}

.who-is .container-fluid {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px !important;
}
.who-is .container-fluid img {
  border-radius: 50%;
  width: 20%;
}
.who-is .disclaimer {
  max-width: 90%;
  border: dashed 2px #EB5E28;
  background-color: rgba(0, 0, 0, 0.2);
}
.who-is .disclaimer p {
  padding: 10px 10px;
}

.socials {
  background-color: #EB5E28;
}
.socials .container-fluid {
  color: white;
  padding-top: 0 !important;
}
.socials .container-fluid .content {
  display: flex;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  justify-content: space-evenly;
}
.socials .container-fluid .content a {
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 576px) {
  .socials .container-fluid .content a {
    display: flex;
    align-items: center;
  }
}
.socials .container-fluid .content a i {
  font-size: 2rem;
}
.socials .container-fluid .content a span {
  display: none;
}
@media only screen and (min-width: 576px) {
  .socials .container-fluid .content a span {
    display: block;
    margin-left: 10px;
  }
}

:root {
  font-size: 16px;
}

html {
  background-color: #FFFCF2;
  scroll-behavior: smooth;
}

/*# sourceMappingURL=style.css.map */
