/*
Theme Name: Kwartet Niek Hilkmann 2023
*/

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}
body {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  color: rgba(213,20,35,.8);
  background-color: #b1e0f4;
  background-image: url('images/achtergrond.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 18px;
  line-height: 26px;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

strong,
b,
h1,
h2,
h3,
h4 {
  font-weight: normal;
}

a,
input,
.learn-more img,
.order img,
.product-close img,
.toggle-nav div:nth-child(1),
.toggle-nav div:nth-child(3) {
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

img {
  max-width: 460px;
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(18,18,13,.8);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

main {
  display: block;
  padding: 74px 0;
  width: 85%;
  max-width: 680px;
  margin-left: 7.5%;
  overflow-x: hidden;
}

a {
  color: inherit;
}
a:hover {
  color: rgba(18,18,13,.8);
}

figure {
  margin-top: 36px;
  margin-bottom: 36px;
}

h1,
h2 {
  font-family: "georgiapro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  line-height: 52px;
  color: rgba(18,18,13,.8);
  margin-bottom: 26px;
}

p {
  margin-bottom: 32px;
}
p:last-child {
  margin-bottom: 0;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.5%;
  padding-top: 1px;
  height: 0;
  overflow: hidden;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(18,18,13,.8);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.wp-block-group .wp-block-group__inner-container,
.tour ul,
.socials ul {
  display: inline-block;
  text-align: left;
}

ul {
  list-style: none;
}

.date {
  font-style: italic;
}

@media screen and (max-width: 599px)
{
  body {
    font-size: 15px;
    line-height: 25px;
  }

  h1, h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  p {
    margin-bottom: 24px;
  }

  figure {
    margin: 30px 0;
  }

  main {
    padding: 44px 0;
  }
}
