@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,700;1,400&display=swap");
body {
  position: relative;
  width: 100%;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background: rgb(255, 255, 255);
}
span {
  color: #fff;
}
/* Reset */
a,
.text-dark {
  color: #fff;
}
a:hover,
a:focus,
a:active {
  color: #fff;
  text-decoration: none;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
/* Button */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #fff;
  border-color: #fff;
  color: rgb(30, 137, 236);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
.bg-primary {
  background: linear-gradient(#0f87ff, rgb(43, 41, 158)) !important;
}
.btn-xl {
  padding: 12px 30px;
  border-radius: 30px;
}
h2,
h3,
h4 {
  margin: 0;
  font-weight: 700;
}
p {
  margin: 0;
}
section {
  padding: 100px 0px;
}
.section-title {
  position: relative;
  font-size: 50px;
  text-transform: uppercase;
  color: rgb(30, 137, 236);
}
.lead {
  font-size: 16px;
  font-weight: 300;
}
.navbar {
  padding: 20px 0px;
  box-shadow: none;
  background-color: transparents;
  transition: all 0.3s ease;
}
.navbar-brand {
  font-size: 28px;
  font-weight: 700;
  color: rgb(30, 137, 236);
}
.navbar.navbar-expand-md .navbar-nav .nav-link {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 0px 30px 0px 0px;
  transition: all 0.5s ease-in-out;
}
.navbar.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0px;
  height: 2px;
  background: #fff;
  transition: all 0.5s ease-in-out;
}
.navbar-nav .nav-item .nav-link:hover::before,
.navbar-nav .nav-item .nav-link.active::before {
  width: 40px;
}
#navbar.navbar-scrolled {
  padding: 10px 0px;
  background: rgb(30, 137, 236);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#navbar.navbar-scrolled .nav-link {
  color: #fff;
}
#navbar.navbar-scrolled .nav-item .nav-link::before {
  background: #fff;
}
.showcase {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../images/showcase.png") no-repeat center center;
  background-size: cover;
}
.showcase h2 {
  font-size: 50px;
  letter-spacing: 0.2px;
  font-weight: 300;
}
.showcase .lead {
  line-height: 1.4;
}
.about-section .lead {
  color: rgb(26, 26, 26);
}
.services-icon {
  width: 100px;
  height: 100px;
  background: rgb(30, 137, 236);
  color: #000;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
.spelvormen-items {
  display: block;
  position: relative;
  overflow: hidden;
}
.spelvormen-items .lead{
  color: rgba(255, 255, 255, 0);
}
.spelvormen-items:hover .lead{
  color: #fff;
  transition: all 1s ease;
}
.spelvormen-items img {
  height: 400px;
  object-fit: cover;
}
.spelvormen-items .caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}
.spelvormen-items .caption .caption-content {
  color: #cccccc;
  margin: auto 30px 30px;
}
.spelvormen-items .caption .caption-content h2 {
  font-size: 26px;
}
.spelvormen-items:hover .caption {
  background: rgb(30, 137, 236);
}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: rgb(30, 137, 236);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
.scroll-to-top:focus,
.scroll-to-top:hover {
  color: #fff;
  background: rgb(30, 137, 236);
}
.footer .lead {
  font-size: 14px;
  color: rgb(30, 137, 236);
}
.mark {
  color: #000;
  font-weight: 500;
}
