.img-flex-custom {
  display: unset;
  justify-content: center;
}

.footer-container {
  /* border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #7f7f7f; */
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 12px;
}

/* Button to return top */
#return-to-top {
  position: fixed;
  z-index: 998;
  bottom: 25px;
  right: 25px;
  background: #31988c;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: #393e46;
  transform: scale(1.05);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

@media screen and (max-width: 768px) {
  #return-to-top {
    visibility: hidden;
  }

  #Christian_container, #Stephan_container, #Trixi_container {
    margin-bottom: 48px;
    border-bottom: 1px solid grey;
  }

  #Christian_container ul, #Stephan_container ul, #Trixi_container ul {
    margin-top: 0px;
  }
}

/* Full height landing page background, center and scale the image nicely */
.qbootstrap-cover, .qbootstrap-hero {
  height: 100vh;
}

#qbootstrap-landing {
  background-image: url(../images/Cover/Cover_1.jpg);
}

#qbootstrap-countdown {
  background-image: url(../images/Cover/Cover_2.jpg);
}

#Christian_container ul, #Stephan_container ul, #Trixi_container ul {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  #qbootstrap-landing, #qbootstrap-countdown {
    background-position: calc(35% - 0px) 50% !important;
    background-repeat: no-repeat;
  }
}

/* Fancy ampersand symbol */
.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
  font-weight: normal;
  padding: 0px 6px;
}

/* Changes to slider style */
.carousel-control.left, .carousel-control.right {
  background-image: none !important;
  filter: none !important;
  color: #31988c;
}

.carousel-indicators .active {
  background-color: #31988c;
}

.carousel-indicators li {
  border: 1px solid;
}

#qbootstrap-couple span {
  border: none;
}

/* Swimming pond */
#pond_img img {
  border-radius: 12px;
}

/* Loading animation */
#loading {
  background: url('../assets/loader.gif') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
}

/* Space before icons to mail and social (groom, bride) */
#moritz_questions, #lisa_questions {
  margin-bottom: 12px;
}

/* Fix of navbar collapsing for ipad */
@media (max-width: 768px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }
}
