/* navigatie home */
#mainNav {
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 100%;
  padding: 0.75rem;
  color: #6c757d;
  border: none;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand img {
  width: 150px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

#mainNav .navbar-nav {
  margin-bottom: 10px;
  line-height: 1;
  display: none;
}

#mainNav .dropdown-menu {
  min-width: 15rem;
  font-size: 1rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 1);
  border: 0px solid rgba(0,0,0,0);
  border-radius: 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

#mainNav .nav-link {
  font-family: 'Libre Baskerville', serif;
}

#mainNav .nav-link-small {
  color: #6c757d;
  padding: 1rem .4rem;
  text-decoration: none;
}

#mainNav.navbar-shrink .nav-link-small {
  color: #6c757d;
  padding: 1rem .4rem;
  line-height: 1;
  text-decoration: none;
}

@media (min-width: 768px) {
  #mainNav .navbar-nav {
    display: flex;
  }
  #mainNav .navbar-brand img {
    width: 200px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
}

@media (min-width: 992px) {
  #mainNav {
    min-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
  }
  #mainNav .navbar-brand img {
    width: 350px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
  #mainNav .navbar-nav {
    margin-bottom: 0;
    line-height: 1;
  }
  #mainNav .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
  }
  #mainNav .dropdown-menu .nav-link,
  #mainNav .dropdown-menu .nav-link:hover {
    color: #6c757d;
  }
  /*#mainNav.navbar-light {
    background-color: rgba(77, 78, 83, 0.3);
  }*/
  #mainNav .nav-link {
    font-size: 1.2rem;
    -webkit-transition: none;
    transition: none;
    padding: 1rem 1.5rem;
    margin-top: 90px;
    color: rgba(255, 255, 255, 1);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav .nav-link-small {
    font-size: 1rem;
    -webkit-transition: none;
    transition: none;
    padding: 1rem .4rem;
    color: rgba(255, 255, 255, 1);
  }
  #mainNav .nav-link-small:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link-small:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
  }
  #mainNav.navbar-shrink .navbar-brand img {
    width: 225px;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #4b89b5;
    padding: 2rem 1.5rem;
    margin-top: 58px;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #437ba3;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #437ba3;
  }
  #mainNav.navbar-shrink .nav-link-small {
    color: #4b89b5;
    padding: 1rem .4rem;
  }
  #mainNav.navbar-shrink .nav-link-small:hover {
    color: #437ba3;
  }
  #mainNav.navbar-shrink .nav-link-small:active {
    color: #437ba3;
  }
}

/* navigatie pages */
#mainNavPage {
  background-color: #fff;
}

#mainNavPage .navbar-toggler {
  font-size: 100%;
  padding: 0.75rem;
  color: #6c757d;
  border: none;
}

#mainNavPage .navbar-toggler:focus {
  outline: none;
}

#mainNavPage .navbar-brand {
  font-family: 'Libre Baskerville', serif;
  color: #F25827;
  font-size: 1.7rem;
  padding: .9rem 0;
}

#mainNavPage .navbar-nav {
  margin-bottom: 10px;
  line-height: 1;
}

#mainNavPage .dropdown-menu {
  min-width: 15rem;
  font-size: 1rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 1);
  border: 0px solid rgba(0,0,0,0);
  border-radius: 0;
}

#mainNavPage .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNavPage .navbar-nav .nav-item:active, #mainNavPage .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

#mainNavPage .nav-link-small {
  color: #6c757d;
  padding: 1rem .4rem;
  text-decoration: none;
}

#mainNavPage.navbar-shrink .nav-link-small {
  color: #6c757d;
  padding: 1rem .4rem;
  line-height: 1;
  text-decoration: none;
}

@media (min-width: 992px) {
  #mainNavPage {
    min-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNavPage .navbar-brand {
    padding: .5rem 0;
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 1);
  }
  #mainNavPage .navbar-nav {
    margin-bottom: 0;
    line-height: 1;
  }
  #mainNavPage .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
  }
  #mainNavPage .nav-link {
    font-size: 1rem;
    -webkit-transition: none;
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 1);
  }
  #mainNavPage .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNavPage .nav-link:active {
    color: white;
  }
  #mainNavPage .nav-link-small {
    font-size: 1rem;
    -webkit-transition: none;
    transition: none;
    padding: 1rem .4rem;
    color: rgba(255, 255, 255, 1);
  }
  #mainNavPage .nav-link-small:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNavPage .nav-link-small:active {
    color: white;
  }
  #mainNavPage.navbar-shrink {
    background-color: #fff;
    background-image: none;
  }
  #mainNavPage.navbar-shrink .navbar-brand {
    color: #F25827;
  }
  #mainNavPage.navbar-shrink .nav-link {
    color: #6c757d;
    padding: 1rem 1.5rem;
  }
  #mainNavPage.navbar-shrink .nav-link:hover {
    color: #8c8d8e;
  }
  #mainNavPage.navbar-shrink .nav-link:active {
    color: #8c8d8e;
  }
  #mainNavPage.navbar-shrink .nav-link-small {
    color: #6c757d;
    padding: 1rem .4rem;
  }
  #mainNavPage.navbar-shrink .nav-link-small:hover {
    color: #8c8d8e;
  }
  #mainNavPage.navbar-shrink .nav-link-small:active {
    color: #8c8d8e;
  }
}

/* button overlijden melden */

.button-report-death {
  position: fixed;
  top: -20px;
  right: 5px;
  z-index: 9999;
}

.button-report-death img {
  width: 110px;
}

@media (min-width: 768px) {
  .button-report-death {
    position: fixed;
    top: 70px;
    right: 10px;
  }

  .button-report-death img {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .button-report-death {
    position: fixed;
    top: -20px;
    right: 5px;
  }

  .button-report-death img {
    width: 150px;
  }
}

@media (min-width: 1200px) {
  .button-report-death {
    position: fixed;
    top: 20px;
    right: 5px;
  }

  .button-report-death img {
    width: 100%;
  }
}

/* button whatsapp */

.button-whatsapp {
  display: block;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 9999;
}

.button-whatsapp img {
  width: 50px;
}

@media (min-width: 768px) {
  .button-whatsapp {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }

  .button-whatsapp img {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .button-whatsapp {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }

  .button-whatsapp img {
    width: 60px;
  }
}

@media (min-width: 1200px) {
  .button-whatsapp {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }

  .button-whatsapp img {
    width: 70px;
  }
}

/* buttons algemeen */

.btn {
  font-weight: 600;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:focus, .btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 137, 181, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

.btn-link {
  font-weight: 400;
  color: #4b89b5;
}

.btn-link:hover {
  color: #34607f;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-primary {
  color: #fff;
  background-color: #4b89b5;
  border-color: #4b89b5;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3f759a;
  border-color: #3c6e91;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 137, 181, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #4b89b5;
  border-color: #4b89b5;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3c6e91;
  border-color: #386788;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 137, 181, 0.5);
}

.btn-outline-primary {
  color: #4b89b5;
  background-color: transparent;
  background-image: none;
  border-color: #4b89b5;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #4b89b5;
  border-color: #4b89b5;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 137, 181, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #4b89b5;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #4b89b5;
  border-color: #4b89b5;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 137, 181, 0.5);
}

.btn-outline-white-primary {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}

.btn-outline-white-primary:hover {
  color: #fff;
  background-color: #3f759a;
  border-color: #ffffff;
}

.btn-outline-white-primary:focus, .btn-outline-white-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 137, 181, 0.5);
}

.btn-outline-white-primary.disabled, .btn-outline-white-primary:disabled {
  color: #4b89b5;
  background-color: transparent;
}

.btn-outline-white-primary:not(:disabled):not(.disabled):active, .btn-outline-white-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-white-primary.dropdown-toggle {
  color: #fff;
  background-color: #4b89b5;
  border-color: #ffffff;
}

.btn-outline-white-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-white-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 137, 181, 0.5);
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 0rem;
}

/* extras */

.work-section {
  padding: 8rem 0 4rem 0;
  min-height: calc(100vh - 70px);
}

.work-category-section {
  min-height: calc(100vh - 60px);
  margin-bottom: -19px;
}

.work-category-pt {
  padding-top: 13vh;
}

.extras-category-box {
  position: relative;
  display: block;
  margin: 0 auto;
}

.extras-category-box .extras-category-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 20%;
  text-align: center;
  opacity: 1;
  color: #6c757d;
  line-height: 1;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.extras-category-box .extras-category-box-caption .extras-category-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.extras-category-box .extras-category-box-caption .extras-category-box-caption-content .extras-category {
  padding: 0 15px;
}

.extras-category-box .extras-category-box-caption .extras-category-box-caption-content .extras-category {
  font-size: 18px;
}

.extras-category-box:hover .extras-category-box-caption {
  opacity: 0;
}

.extras-category-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .extras-category-box .extras-category-box-caption .extras-category-box-caption-content .extras-category {
    font-size: 22px;
  }
}

.extras-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
  border: 0px solid #e2e1dd;
}

.extras-box.extras-box-margin {
  margin-bottom: 30px;
}

.extras-box .extras-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 1;
  color: #ffffff;
  line-height: 1;
  background: rgba(75, 137, 181, 0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.extras-box .extras-box-caption .extras-box-caption-content {
  position: absolute;
  top: 50%;
  width: 90%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.extras-box .extras-box-caption .extras-box-caption-content .extras-name {
  padding: 0 15px;
}

.extras-box .work-box-caption .extras-box-caption-content .extras-name {
  font-size: 16px;
}

.extras-box:hover .extras-box-caption {
  opacity: 0;
}

.extras-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .extras-box .extras-box-caption .extras-box-caption-content .extras-name {
    font-size: 18px;
  }
}

/* cards */

.cards-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
  border: 0px solid #e2e1dd;
}

.cards-box.cards-box-margin {
  margin-bottom: 30px;
}

.cards-box .cards-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #ffffff;
  line-height: 1;
  background: rgba(75, 137, 181, 0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cards-box .cards-box-caption .cards-box-caption-content {
  position: absolute;
  top: 50%;
  width: 90%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.cards-box .cards-box-caption .cards-box-caption-content .cards-name {
  padding: 0 15px;
}

.cards-box .work-box-caption .cards-box-caption-content .cards-name {
  font-size: 16px;
}

.cards-box:hover .cards-box-caption {
  opacity: 1;
}

.cards-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .cards-box .cards-box-caption .cards-box-caption-content .cards-name {
    font-size: 18px;
  }
}

/* info */

.info-section {
  padding: 7rem 0 4rem 0;
  min-height: calc(100vh - 70px);
}

.contact-text {
  padding-top: 38px;
}

/* testimonials */

.testimonial-block {
  padding: 3rem 3rem 2rem 3rem;
  margin-bottom: 30px;
}

/* privacy statement */

.privacy-statement-section {
  padding: 7rem 0;
  min-height: calc(100vh - 60px);
  margin-bottom: -19px;
}

/* basic */

.basic-info-section {
  padding: 7rem 0;
  margin-bottom: 0px;
}

/* form */

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  line-height: 1.6;
}

.help-block.with-errors {
  margin-top: 1rem;
  line-height: 1.6;
}

.form-control {
  border: 1px solid #4b89b5;
  border-radius: 0;
}

/* algemeen */

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #6c757d;
  font-weight: 300;
  line-height: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.6;
}

.h2, h2 {
  font-size: 1.8rem;
  color: #212529;
  letter-spacing: .1em;
}

.h3, h3 {
  font-size: 1.5rem;
  color: #212529;
}

.h4, h4 {
  font-size: 1.2rem;
  color: #212529;
}

.h5, h5 {
  font-size: 1rem;
  color: #212529;
}

@media (min-width: 992px) {
  .h2, h2 {
    font-size: 1.8rem;
  }
  
  .h3, h3 {
    font-size: 1.5rem;
  }
  
  .h4, h4 {
    font-size: 1.2rem;
  }
  
  .h5, h5 {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .h3, h3 {
    font-size: 1.5rem;
  }
  
  .h4, h4 {
    font-size: 1.2rem;
  }
  
  .h5, h5 {
    font-size: 1rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.6;
  color: #6c757d;
}

.text-small {
  font-size: .8rem;
}

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

.text-serif {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  letter-spacing: .077rem;
}

strong {
  font-weight: 600;
}

a {
  color: #4b89b5;
}

a:focus, a:hover {
  text-decoration: underline;
  color: #212529;
}

a.none {
  color: #4b89b5;
}

a.none:focus, a.none:hover {
  text-decoration: none;
  color: #212529;
}

.bg-black {
  background-color: #808080 !important;
}

.bg-medium {
  background-color: #afafaf !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

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

.bg-primary-12 {
  background-color: rgba(75, 137, 181, 0.12) !important;
}

.bg-primary-shade {
  background-color: #437ba3 !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-center {
  background-position: center !important;
}

.bg-center-top {
  background-position: center top !important;
}

.bg-min-height {
  min-height: 225px;
}

@media (min-width: 768px) {
  .bg-min-height {
    min-height: 425px;
  }
}

@media (min-width: 992px) {
  .bg-min-height {
    min-height: 450px;
  }
}

.bg-fixed {
  background-attachment: fixed !important;
}

.primary-overlay {
  position: relative;
}

.primary-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  opacity: .7;
  background: #437ba3;
  z-index: 30;
}

.index-forward {
  position: relative;
  z-index: 99;
}

.section-divider {
  height: 60px;
}

.text-white-75 {
  color: rgba(255,255,255,.75) !important;
}

.list-check li {
  position: relative;
  list-style: none;
}

.list-check li::after {
  content: '\f058';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4b89b5;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
}

footer {
  padding: 1rem 0;
  min-height: 60px;
}

footer p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
}

footer a {
  color: #fff;
  line-height: 1.6;
}

footer a:focus, footer a:hover  {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

footer ul li {
  display: block;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 1rem;
  padding-left: 2rem;
  position: relative;
}

footer ul li span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  height: 1.5rem;
  width: 1.5rem;
  top: 0;
  left: 0;
  position: absolute;
}
