@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal, bold, italic;
}

h2{
  font-size: 1.4em;
  color: b83b5e !important;
}

h3{
  font-size: 1.2em;
  color: #b83b5e !important;
  font-weight: 400;
}

.zen-body p,ul,ol{
  font-size: 0.8em;
}

.zen-body h3{
  font-size: 1.2em;
  color: white !important;
  font-weight: 400;
}

.navbar{
  background-color: #ffffff;
}

.navbar h2{
  font-weight: bold;
}

.btn-primary{
  background-color: #b83b5e !important;
  border-color: #b83b5e !important;
  color: white !important;
}

.btn-primary:visited{
  background-color: #b83b5e !important;
  border-color: #b83b5e !important;
  color: white !important;
}

.btn-primary:hover{
  background-color: white !important;
  border-color: #b83b5e !important;
  color: #b83b5e !important;
}

.btn-primary-2{
  background-color: white !important;
  border-color: #b83b5e !important;
  color: #b83b5e !important;
}

.btn-primary-3{
  background-color: #254E86;
  border-color: #254E86;
  color: black;
}

.btn-primary-2:visited{
  background-color: white !important;
  border-color: #b83b5e !important;
  color: #b83b5e !important;
}

.btn-primary-2:hover{
  background-color: white !important;
  border-color: #b83b5e !important;
  color: #b83b5e !important;
}

.page-footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
}

html {
  position: relative !important;
}

html
{
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.footer-copyright p,a{
  color: white;
}

.footer-copyright{
  margin-top: 0.5em;
}

.footer-c, .page-footer{
  background-color: #b83b5e;
}

.navbar-light .navbar-toggler {
  border-color: #faf8f2;
}

.nav-item.active{
  background-color: #b83b5e;
}

.navbar-light .navbar-nav .nav-item.active .nav-link{
  color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-item .nav-link{
  color: black !important;
}

.icon {
    margin-bottom:10px;
  }

.map .bottom-line {
  margin-bottom:20px;
  border-bottom:1px solid #e4e4e4;
  padding-bottom:10px;
}

.map .top-line {
  margin-top:20px;
  border-top:1px solid #e4e4e4;
  padding-top:10px;
}

.map .middle-line {
  margin-top:10px;
  border-top:1px solid #e4e4e4;
  padding-top:10px;
}

.cactus {
  opacity: 0.7;
}

.map #map {
  height: 300px;
}

.over-mij-image {
  max-height: 250px;
}

.footer-logo{
  max-height: 55px;
  opacity: 0.5;
}

.contact a:link{
  color: white;
}

.contact-2 a:link{
  color: #b83b5e;
}

.zen-body-2 a:link{
  color: #b83b5e;
}

.zen-body-2 a:visited{
  color: #b83b5e;
}

.zen-body {
  background-color: #b83b5e;
  color: white !important;
}

.info-banner {
  background-color: black;
}

.info-banner p {
  color: #faf8f2;
}

.top {
  margin-top: 60px;
}

:target {
  display: block;
  position: relative;
  top: -80px; 
  visibility: hidden;
}

.zen-body-2 {
  background-color: #ffffff;
  color: black !important;
}

body{
  margin-bottom: 45px;
  width: 100%;
  margin-right: 0px;
  padding: 0px;
  overflow-x: hidden;
  background-color: #ffffff;
  font-size: 1.3rem;
  font-family: 'Cormorant', serif;
  font-weight: 400;
}

@media screen and (min-width: 992px){
  .banner {
    background-color: #b83b5e;
    padding-top: 90px;
    color: white !important;
  }
}

@media screen and (max-width: 991px){
  .banner {
    background-color: #b83b5e;
    padding-top: 90px;
    color: white !important;
  }
}

