html {
  overflow-x: hidden;
}

body {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #808080;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: #ebbbb9;
}

.bg-1, .bg-2 {
  background: #a3a09d;
  color: #b0a8a2;
}

.bg-3, .bg-6 {
  background: #fff;
  color: #808080;
}

.bg-4, .bg-5 {
  background: #f4e9e5;
  color: #808080;
}

.bg-7 {
  background: #fff;
  color: #ebbbb9;
}


.card {
  border-radius: 0;
  transition: box-shadow 0.5s ease;
}

.card:hover {
  box-shadow: 5px 0 40px rgba(0,0,0,0.2);
}

.card-footer {
  background-color: #fff;
  padding: 1rem;
}

.card-footer h3 {
  font-size: 32px;
}

.card-footer h4 {
  font-size: 14px;
  color: #aaa;
}

.btn-primary {
  background-color: #a3a09d;
  border-color: #a3a09d;
}

.btn-primary:hover {
  background-color: #8f8c89;
  border-color: #8f8c89;
}

.btn-tarief {
  background-color: #ebbbb9;
  border-color: #ebbbb9;
  color: #fff;
}

.btn-tarief:hover {
  background-color: #dca7a9;
  border-color: #dca7a9;
}


.navbar {
  background-color: #ebbbb9;
  letter-spacing: 4px;
  font-size: 13px;
}

.navbar .nav-link,
.navbar-brand {
  color: #fff !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  background-color: #fff;
  color: #ebbbb9 !important;
}

/* Create a Parallax Effect */

.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




 .bgimg-1 {
  background-image: url("/portf/newbornshoot-9.jpg");
  min-height: 100vh;
  background-attachment: fixed;
}

.bgimg-2 {
  background-image: url("/portf/newbornshoot-18.jpg");
  min-height: 600px;
  background-attachment: fixed;
  width: 100vw;
  position: relative;

  /* tekst centreren */
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgimg-3 {
  background-image: url("/portf/newbornshoot-5.jpg");
  min-height: 600px;
  background-attachment: fixed;
}

.bgimg-4 {
  background-image: url("/portf/newbornshoot-49.webp");
  min-height: 600px;
  background-attachment: fixed;
}

.parallax-text {
  font-family: 'Cinzel', serif;
  font-size: 100px;
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
}

@media (max-width: 600px) {
  .parallax-text {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .bgimg-1,
  .bgimg-2,
  .bgimg-3,
  .bgimg-4 {
    background-attachment: scroll;
  }
}



.portfolio-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.portfolio-card:hover .portfolio-img {
  transform: scale(1.05);
}

.portfolio-text {
  margin-top: 10px;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  color: #777;
  text-align: center;
}


.footer-bar {
  background-color: #ebbbb9;
  padding: 12px 0;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

.footer-bar span,
.footer-bar a {
  color: #fff;
}

.footer-bar a {
  margin-left: 12px;
  transition: opacity 0.2s ease;
}

.footer-bar a:hover {
  opacity: 0.7;
}


h1, h2, h3, h4 {
  font-family: 'Cinzel', serif;
}

h5 {
  font-family: 'Cinzel', serif;
  font-size: 100px;
  text-align: center;
  color: #fff;
}

@media (max-width: 600px) {
  h5 {
    font-size: 40px;
  }
}
.bgimg-2 .parallax-text {
  font-size: 100px !important;
}
@media (max-width: 600px) {
  .bgimg-2 .parallax-text {
    font-size: 40px !important;
  }
}



