body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}

.amatic {
    font-family: 'Wedding Text';
    src: url('vendor/fonts/WeddingText.woff2') format('woff2'),
        url('vendor/fonts/WeddingText.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wedding Text';
    src: url('vendor/fonts/WeddingText.woff2') format('woff2'),
        url('vendor/fonts/WeddingText.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.captiontext {
	font-family: 'Open Sans', sans-serif;
	color: white;
    text-shadow: 2px 2px #000000;
	font-size: 1.1em;
	font-weight: 400;
}

@media (min-width: 768px) {
	.captiontext {
		font-family: 'Open Sans', sans-serif;
		color: white;
		text-shadow: 2px 2px #000000;
		font-size: 1.4em;
		font-weight: 400;
	}
}

p {
  line-height: 1.75;
}

a {
  color: #000;
}

a:hover {
  color: #000;
}

.carousel-item .img-fluid {
	width:100%;
	height:100%;
}

.slide-wrapper {
    position: relative
}

.red {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.red-content {
    width: 100%;
    color: #fff;
}
@media (min-width: 768px) { 
	.carousel-caption {
	    text-align: left;
	    padding-right: 300px;
	}
	.red {
	    position: absolute;
	    left: 50%;
	    top: 0;
	    bottom: 0;
	    padding: 20px 0;
	    margin-left: -375px;
	}
	.red {
	    width: 750px
	}
	.red-content {
	    width: 300px;
	    float: right;
	    height: 100%;
	    color: #fff;
        margin-right:15px;
	}
}
@media (min-width: 992px) { 
	.red {
	    width: 970px;
	    margin-left: -485px;
	}
}
@media (min-width: 1200px) { 
	.red {
	    width: 1170px;
	    margin-left: -585px;
	}
}


.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(178, 30, 23, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #B21D11;
}

.scroll-to-top i {
  font-weight: 800;
}


.text-primary {
  color: #B21D11 !important;
}

.subtextcolor {
  color: #6c757d !important;
}

.product-font {
  color: #E5231B;
}

.product-font-white {
  color: #ffffff;
}

.product-font-black {
  color: #000000;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.page-section {
  padding: 100px 0;
}

.page-section h2.section-heading {
  margin-top: 0;
  margin-bottom: 30px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

::-moz-selection {
  background: #B21D11;
  text-shadow: none;
}

::selection {
  background: #B21D11;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

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

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #E5231B !important;
  border-color: #E5231B !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 71, 71, 0.5) !important;
}

.bg-primary {
  background-color: #E5231B !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-secondary {
  background-image: linear-gradient(45deg, #004F9F, #0080C8);
}

.btn-secondary {
  background-color: #E5231B !important;
  border-color: #E5231B !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #5A8BCA !important;
  border-color: #5A8BCA !important;
}

.page-link {
  color: #fff;
  background-color: #B21D11;
  border-color: #B21D11;
}

.page-link:hover {
  color: #fff;
  background-color: #E5231B;
  border-color: #E5231B;
}

.page-item.active .page-link {
  background-color: #E5231B;
  border-color: #E5231B;
  color: #fff;
}

.page-item.disabled .page-link {
  color: #B21D11;
  background-color: #B21D11;
  border-color: #B21D11;
}

.callout{
  padding: 5rem 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}


#mainNav {
  background-image: linear-gradient(45deg, #004F9F, #0080C8);
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  color: white;
  border: 0;
  background-image: linear-gradient(45deg, #004F9F, #0080C8);
  font-family: 'Open Sans', sans-serif;
}

#mainNav .navbar-brand {
  min-width: 150px; // makes pseudo-responsive, adjust as desired
  padding: 10px;

  position: relative;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #E5231B;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 100%;
  font-weight: 700;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Open Sans', sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #E5231B;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #B21D11;
  }
  #mainNav .navbar-brand {
    font-size: 3em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #B21D11;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 3em;
    padding: 12px 0;
  }
}

.margin-top-75 {
  margin-top: 150px;
}

header.masthead {
  text-align: center;
  color: white;
  background-color: #E5231B;
  background: url("../img/bg-stainedglass.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  margin-top: 30px;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

section#producten .section-heading {
  color: #fff;
}

#producten .producten-box {
  background-color: #fff;
  height: 100%;
  border: 1px solid #B21D11;
}

#producten .producten-item {
  right: 0;
  margin: 0 0 15px;
}

#producten .producten-item .producten-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#producten .producten-item .producten-link .producten-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(76, 94, 161, 0.7);
}

#producten .producten-item .producten-link .producten-hover:hover {
  opacity: 1;
}

#producten .producten-item .producten-link .producten-hover .producten-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#producten .producten-item .producten-link .producten-hover .producten-hover-content i {
  margin-top: -12px;
}

#producten .producten-item .producten-link .producten-hover .producten-hover-content h3,
#producten .producten-item .producten-link .producten-hover .producten-hover-content h4 {
  margin: 0;
}

#producten .producten-item .producten-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#producten .producten-item .producten-caption h4 {
  margin: 0;
  text-transform: none;
}

#producten .producten-item .producten-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

#producten * {
  z-index: 2;
}

@media (min-width: 767px) {
  #producten .producten-item {
    margin: 0 0 30px;
  }
}

.producten-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.producten-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.producten-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.producten-modal .modal-content p {
  margin-bottom: 30px;
}

.producten-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Open Sans', sans-serif;
}

.producten-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.producten-modal .modal-content img {
  margin-bottom: 30px;
}

.producten-modal .modal-content button {
  cursor: pointer;
}

.producten-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.producten-modal .close-modal:hover {
  opacity: 0.3;
}

.producten-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  transform: rotate(45deg);
  background-color: #212529;
}

.producten-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  transform: rotate(90deg);
  background-color: #212529;
}


section#gallery .section-heading {
  color: #fff;
}

#gallery .gallery-box {
  background-color: #ffffff;
  height: 100%;
}

#gallery .gallery-item {
  right: 0;
  margin: 0 0 15px;
}

#gallery .gallery-item .gallery-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#gallery .gallery-item .gallery-link .gallery-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(230, 179, 186, 0.9);
}

#gallery .gallery-item .gallery-link .gallery-hover:hover {
  opacity: 1;
}

#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content i {
  margin-top: -12px;
}

#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h3,
#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h4 {
  margin: 0;
}

#gallery .gallery-item .gallery-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#gallery .gallery-item .gallery-caption h4 {
  margin: 0;
  text-transform: none;
}

#gallery .gallery-item .gallery-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

#gallery * {
  z-index: 2;
}

@media (min-width: 767px) {
  #gallery .gallery-item {
    margin: 0 0 30px;
  }
}

.gallery-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.gallery-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.gallery-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.gallery-modal .modal-content p {
  margin-bottom: 30px;
}

.gallery-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Open Sans', sans-serif;
}

.gallery-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.gallery-modal .modal-content img {
  margin-bottom: 30px;
}

.gallery-modal .modal-content button {
  cursor: pointer;
}

.gallery-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.gallery-modal .close-modal:hover {
  opacity: 0.3;
}

.gallery-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  transform: rotate(45deg);
  background-color: #212529;
}

.gallery-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  transform: rotate(90deg);
  background-color: #212529;
}


.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid rgba(204, 102, 115, 0.5);
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #E5231B;

}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #B21D11;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  color: #B21D11;
  font-family: 'Open Sans', sans-serif;
}

section#contact :-moz-placeholder {
  color: #B21D11;
  font-family: 'Open Sans', sans-serif;
}

section#contact ::-moz-placeholder {
  color: #B21D11;
  font-family: 'Open Sans', sans-serif;
}

section#contact :-ms-input-placeholder {
  color: #B21D11;
  font-family: 'Open Sans', sans-serif;
}

.form-control {
    border: 1;
}

.footer {
  padding: 25px 0;
  text-align: center;
}

footer.footer .social-link {
  display: block;
  height: 3rem;
  width: 3rem;
  line-height: 3.3rem;
  font-size: 1.5rem;
  background-color: #B21D11;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #E5231B;
  text-decoration: none;
}


ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #B21D11;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #B21D11;
}
