body {
  background:#915a2b
}

.active a {
  color:#f00
}

.row3 {
  background:#fbe0ca;
  background-image:url('/images/paper-tile-bkg.jpg');
  background-size: 25%;
  background-repeat: x;
}

.content {
  line-height:32px;
}

.content h1 {
  font-size:45px;
  color:#3d2814;
  margin:20px 0 30px
}

.content h2 {
  font-size:26px;
  color:#433318;
  margin:40px 0 20px 0;
}

.weetjes p {
  font-size:16px;
 line-height:27px;
  color:#593d2d
}

.weetjes h3 {
  font-size:35px;
  color:#604333
}

.weetjes h6 {
  margin:20px 0 0;
  font-size:20px;
}

.weetjes img {
  border-radius:10px
}

.content, .content ul {
  color:#534031;
  font-size:16px;
}

.largefont {
  font-size:20px;
  line-height:1.5em;
  
}

.item-content {
  background:#fffffffa;
  padding:5px 20px;
  border-radius:20px
}

.linkslogos {
  width:100%;
  max-width:350px
}

.covervideowrapper {
  position: absolute; /* Changed to relative */
  top: 0;
  left: 0;
  width: 100vw; /* Full viewport width */
  height: 100vh; /* Full viewport height */
  display: flex; /* Flexbox layout */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  overflow: hidden; /* Hide overflow */
  z-index: -1;
}

.covervideowrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the video */
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover; /* Cover the entire area of the wrapper */
}



.frontgallery {
  position: relative;
  z-index: 1;
}

.frontgallery .galleryitem {
  border-radius:10px;
  box-shadow:2px 2px 5px 0px #0000007a
}

ul.mod-menu {
  border-radius:10px;
  max-width:850px;
  margin:auto;
  background-image:url('/templates/dulamarij4/images/koto-footer-bkg.jpg');background-size: cover; background-position:50% 250px;
  box-shadow:1px 1px 5px 1px #000000d9
}

/* GALLERY */

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust the gap between items as needed */
}

.galleryitem {
    width: 220px;
    height: 220px;
    overflow: hidden; /* Hide overflow to maintain the div dimensions */
    position: relative;
}

.galleryitem img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire area of the div */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the image */
}

/* LINKS */

.linksgrid {
  margin:0;
  padding:0
}

.linksgrid .row {
  margin:40px 0
}

/* CONTACT FORM */

.contactForm .container {
  margin:0;
  padding:0;

}

.contactForm label {
  font-size:18px;
  color:#544032
}

.contactForm input, .contactForm textarea {
  background:#66391f42!important;
  border:0!important;
  border-radius:10px;
  font-weight:bold;
  font-size:16px
}

.contactForm input:focus, .contactForm textarea:focus {
  background:#ffffff!important;
  color:#000;
}


.contactForm .button, .contactForm .button:focus {
  background:#6f471d!important;
  color:#ffe0c3!important;
  font-weight:bold;
  border-radius:10px;
  border:solid 2px #623407!important
}

.contactForm .button:hover {
  color:#fff!important;
  background:#905d28!important;
  border:solid 2px #915217!important;
  box-shadow:1px 1px 5px 0px #00000080
}


.roundedge {
	border-radius: 20px;
}

.givebkg {
  box-shadow:2px 2px 5px #00000038
}

*:focus {
    box-shadow: none !important;
}

.nohighlight {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}


/*SYSTEM MESSAGES*/

#system-message {
display:none;
position: fixed;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
padding: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
width:40%;
min-width: 200px;
max-width: 900px;
text-align: center;
font-size:25px;
z-index:3;
  border-radius:10px
}

#system-message.error {
background-color: #fff;
border:solid 10px #be0000
}

#system-message.success {
background-color: #fff8f3;
border:solid 5px #1c9a48
}


#logo img {
  width:100%
}

#logo {
  margin:0 auto
}

#logo {
  width:270px;
  margin:0 auto
}

.map-container {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.map-container iframe {
    border: 0;
    width: 100%;
    height: 450px
}


.aboutusfooter a {
  color:#cba498;
}

.aboutusfooter a:hover {
  text-decoration:underline
}


/* Extra Small devices (phones, up to 576px) */
@media (min-width: 576px) {
 
#logo {
  width:400px
}
  
}

/* Medium devices (laptops, 768px to 992px) */
@media (max-width: 768px) {
  /* Your styles for medium screens */

  .galleryitem {
    width: 140px;
    height: 140px;
  }

  .aboutusfooter {
    margin:90px 0 0
  }
  
}

/* Large devices (desktops, 992px to 1200px) */
@media (min-width: 992px) {

}

.blog-featured {
  margin:190px 0 0
}