html {
  position: relative;
}

body {
  margin-bottom: 100px;
}

.about {
  background-image: url(../img/verjaardag3a.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 -100px;
}

.invitation {
  min-height: 640px;
  color: white;
  text-align: center;
}

.card-text {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.navbar,
.btn,
.copyright {
  background-color: #92d050 !important;
}

hr {
  width: 250px;
}

section {
  min-height: 630px !important;
  padding-top: 20px;
}

.comida {
  background-color: #eee;
}

.card-title {
  background-color: rgb(219, 146, 205);
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
}
/*courusel*/
.carousel,
.contact {
  background-color: #171717;
  color: white;
}

.d-inline {
  max-width: 100%;
}

