/*
  Theme Name: Marhiem
  Theme URI: https://www.marhiem.nl
  Description: Custom WordPress theme for Marhiem
  Version: 2.0.0
  Author: Marhiem
  License: MIT
  Tags: WooCommerce, Gallery, Art
*/
@font-face {
  font-family: futuraHeavy;
  src: url("fonts/futura/Futura Heavy font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: futuraHeavy, sans-serif;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

a {
  color: #444;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #444;
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

::selection {
  background: #04A4CC;
  color: #fff;
  text-shadow: none;
}

h2 {
  font-size: 16px;
  letter-spacing: 3px;
}

.brood {
  letter-spacing: 2px;
  font-size: 11px;
  line-height: 18px;
}

.welkomTxt {
  letter-spacing: 2px;
  font-size: 11px;
  line-height: 18px;
}

.entry-title {
  display: none;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

header {
  display: block;
}

.container-fluid {
  padding: 0 !important;
}

.fullContainer {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

.whiteBackground {
  background: white;
}

.marhiem-header-bg {
  background-color: rgb(225, 237, 255);
}

.bodyPadding {
  padding-top: 180px;
}

.navbar-nav > li {
  display: inline-block;
  font-family: futuraHeavy, sans-serif;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 3px;
}

li.nav-item > a {
  display: inline-block;
  color: #3f3f3f !important;
}

li.nav-item > span {
  color: #3f3f3f !important;
  display: none !important;
}

li.nav-item.active > a > span {
  color: #3f3f3f !important;
  background-color: #3f3f3f;
  top: -20px;
  margin-left: -0.5px;
  width: 98%;
  height: 5px;
  margin-top: 3px;
  display: block !important;
}

.nav-item2 {
  font-size: 15px;
  padding-top: 35px;
  color: rgb(10, 10, 10);
  letter-spacing: 3px;
}

.logo-container {
  height: 33vh;
}

.logo-container2 {
  margin: auto;
}

.logo {
  height: 13vh;
  margin-top: 9vh;
}

.logo2 {
  height: 90px !important;
  margin: auto;
}

.navbar-toggler,
button.navbar-toggler {
  margin: auto;
}

.backgroundImageOne {
  background: url("img/IMG_0835.jpg") no-repeat center center fixed;
  background-size: cover;
}

.backgroundImageTwo {
  background: url("img/IMG_2551.jpg") no-repeat center center fixed;
  background-size: cover;
}

.backgroundImageThree {
  background: url("img/IMG_1254.jpg") no-repeat center center fixed;
  background-size: cover;
}

.homeImg {
  max-height: calc(100vh - 180px);
  overflow: hidden;
}

.welcomeTxtOffset {
  padding-top: 15px;
  left: -15px;
}

.homePadding {
  padding: 2vw;
}

.homeButtonContainer {
  padding: 2vw;
  left: 2vw;
}

.bekijkKnop {
  background-color: rgb(10, 10, 10);
  display: inline;
  position: relative;
  height: 20px;
  top: calc(50% - 20px);
}
.bekijkKnop a {
  font-size: 13px !important;
  letter-spacing: 2px;
}

.headerSpacerTwo {
  height: 0;
  padding-top: 12vw;
}

.imageFillLeft {
  max-height: 80vh;
  overflow: hidden;
}
.imageFillLeft img {
  width: 60vw;
}

.rightText {
  letter-spacing: 2px;
  font-size: 11px;
  line-height: 18px;
  padding-top: 30px;
  padding-right: 2vw;
}
.rightText ul {
  width: 100%;
  position: relative;
}
.rightText h2 {
  font-size: 15px;
  letter-spacing: 3px;
  margin-top: 0 !important;
  position: relative;
}

.gallery {
  margin: auto;
}

.image-grid {
  margin: auto;
}

.image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  margin-bottom: 3vw;
}
.image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallerySelector {
  min-height: 16.5vw;
  margin: auto;
  margin-bottom: 2vw;
  margin-top: 30px;
  border: 5px solid rgb(55, 55, 55);
}

.gallerySelectorName {
  padding-top: 2vw;
}
.gallerySelectorName h2 {
  letter-spacing: 3px;
  font-size: 21px;
}

.gallerySelectorAbout {
  font-family: futuraHeavy, sans-serif;
  color: rgb(55, 55, 55);
}

.filterButton {
  width: 70%;
  background-color: rgb(10, 10, 10);
  color: #fff;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-size: 15px;
  letter-spacing: 3px;
}
.filterButton:hover {
  cursor: pointer;
}

.category {
  margin-bottom: 5px;
}

.categoryButton {
  margin-top: 1px;
  float: left;
  height: 15px;
  width: 15px;
  border: solid 3.5px;
  margin-right: 10px;
}

.selected {
  background: black;
}

.unselected {
  background: white;
}

.productPageContainer {
  padding-top: 30px;
  margin: auto;
  display: flex;
  gap: 30px;
  align-items: start;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .productPageContainer {
    flex-direction: column;
  }
}

.productGallery {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 60%;
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.productGallery > img {
  display: block;
  flex: 4;
  min-width: 0;
  height: auto;
}
.productGallery__side {
  flex: 1;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}
.productGallery__closeup {
  overflow: hidden;
  min-height: 0;
  background-size: 500%;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .productGallery__side {
    display: none;
  }
}

.productDescriptionContainer {
  flex: 0 0 33%;
}
@media (max-width: 992px) {
  .productDescriptionContainer {
    flex: none;
  }
}

.productDescription {
  border: 5px solid rgb(55, 55, 55);
  padding-top: 5%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  font-family: futuraHeavy, sans-serif;
  color: rgb(55, 55, 55);
  margin-bottom: 30px;
}

.productTitle {
  letter-spacing: 3px;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 12px;
}

.contactKnop {
  cursor: pointer;
  width: 80%;
  background-color: rgb(10, 10, 10);
  color: #fff;
  text-align: center;
  padding-top: 0.75vw;
  padding-bottom: 0.5vw;
  font-size: 15px;
  letter-spacing: 3px;
  filter: drop-shadow(0 0 5px rgba(55, 55, 55, 0.7));
  position: relative;
  float: right;
  top: 5px;
  right: -30px;
  margin-bottom: 2vh;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=style.css.map */
