/*
Theme Name: Changing Stories
Theme URI: https://changing-stories.pixdev.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Een thema op maat door Pixel Creation.
Version: 1.0
Text Domain: changing-stories
*/
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
body {
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  color: #0D0906;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

.accessibility {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 9px;
  font-size: 16px;
}
.accessibility .set-font-size {
  padding: 0 0 3px 0;
  display: inline-flex;
}
.accessibility .set-font-size .font-size {
  padding: 0 8px 2px 8px;
  display: flex;
  align-items: end;
  line-height: 1;
  border: 0;
  background-color: unset;
}
.accessibility .set-font-size .font-size.font-small {
  font-size: 15px;
}
.accessibility .set-font-size .font-size.font-medium {
  font-size: 18px;
}
.accessibility .set-font-size .font-size.font-large {
  font-size: 21px;
}
.accessibility .set-font-size .font-size:hover {
  text-decoration: underline;
}
.accessibility .set-font-size .font-size.active {
  font-weight: 700;
  cursor: default;
}
.accessibility .set-font-size .font-size.active:hover {
  text-decoration: none;
}
.accessibility .contrast {
  border: 0;
  background-color: unset;
}

/* Colors */
.first-color {
  color: #FFBD70;
}

.second-color {
  color: #FFF1E2;
}

.third-color {
  color: #A4D1B6;
}

.fourth-color {
  color: #F2F8F4;
}

.fifth-color {
  color: #F1DAE4;
}

.sixth-color {
  color: #F8ECF1;
}

.seventh-color {
  color: #FFF1E2;
}

.eighth-color {
  color: #7EBE98;
}

.ninth-color {
  color: #943860;
}

.tenth-color {
  color: #BA4779;
}

.eleventh-color {
  color: #FFF8F0;
}

.twelfth-color {
  color: #A9C9E1;
}

.text-color {
  color: #0D0906;
}

.white-color {
  color: #ffffff;
}

.black-color {
  color: #000000;
}

.first-bg {
  background-color: #FFBD70 !important;
}

.second-bg {
  background-color: #FFF1E2 !important;
}

.third-bg {
  background-color: #A4D1B6 !important;
}

.fourth-bg {
  background-color: #F2F8F4 !important;
}

.fifth-bg {
  background-color: #F1DAE4 !important;
}

.sixth-bg {
  background-color: #F8ECF1 !important;
}

.seventh-bg {
  background-color: #FFF1E2 !important;
}

.eighth-bg {
  background-color: #7EBE98 !important;
}

.ninth-bg {
  background-color: #943860 !important;
}

.tenth-bg {
  background-color: #BA4779 !important;
}

.eleventh-bg {
  background-color: #FFF8F0 !important;
}

.twelfth-bg {
  background-color: #A9C9E1 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

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

::selection {
  background-color: #FFBD70;
  color: #0D0906;
}

/* TYPOGRAPHY */
h1, .h1 {
  font-size: 4.5rem;
  line-height: 120%;
  font-weight: 800;
  font-family: "Arial", sans-serif;
}

h2, .h2 {
  font-size: 3.25rem;
  line-height: 120%;
  font-weight: 800;
  font-family: "Arial", sans-serif;
}

h3, .h3 {
  font-size: 2.75rem;
  line-height: 120%;
  font-weight: 800;
  font-family: "Arial", sans-serif;
}

h4, .h4 {
  font-size: 2.25rem;
  line-height: 130%;
  font-weight: 800;
  font-family: "Arial", sans-serif;
}

h5, .h5 {
  font-size: 1.75rem;
  line-height: 140%;
  font-weight: 800;
  font-family: "Arial", sans-serif;
}

h6, .h6 {
  font-size: 1.375rem;
  line-height: 140%;
  font-weight: 800;
  font-family: "Arial", sans-serif;
}

p, ul li, ol li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.p-lg {
  font-size: 1.125rem;
}
.p-lg p, .p-lg ul li, .p-lg ol li {
  font-size: 1.125rem;
}

small {
  font-size: 0.875rem;
  line-height: 1.35rem;
}

a {
  color: #0D0906;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover {
  color: #0D0906;
  text-decoration: underline;
}
a.a-no-hover:hover {
  text-decoration: none;
}
a.a-color-inherit {
  color: inherit;
}
a.a-hover-text-decoration:hover {
  text-decoration: underline !important;
}
a.a-hover-color:hover {
  color: #FFBD70 !important;
}

strong {
  font-weight: 800;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}
.p-last-child ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.p-last-child ul li {
  padding-left: 5px;
}
.p-last-child ul li::marker {
  color: #FFBD70;
}
@media screen and (max-width: 767px) {
  .p-last-child ul li::marker {
    font-size: 20px;
  }
}

/* SECTIONS */
section {
  padding: 110px 0;
}
section.section-sm {
  padding: 80px 0;
}

/* CONTAINER */
.container {
  padding: 0 20px;
  max-width: 1280px !important;
}

/* BUTTONS */
.btn, .button, input[type=submit], .wp-element-button {
  background-color: transparent !important;
  padding: 10px 24px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  height: unset !important;
  text-decoration: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
  transition: 0.3s !important;
}
.btn:hover, .button:hover, input[type=submit]:hover, .wp-element-button:hover {
  text-decoration: none !important;
}
.btn.btn-primary, .button.btn-primary, input[type=submit].btn-primary, .wp-element-button.btn-primary {
  background-color: #FFBD70 !important;
  color: #0D0906 !important;
}
.btn.btn-primary:hover, .button.btn-primary:hover, input[type=submit].btn-primary:hover, .wp-element-button.btn-primary:hover {
  background-color: #FFF1E2 !important;
  color: #0D0906 !important;
}
.btn.btn-outline-white, .button.btn-outline-white, input[type=submit].btn-outline-white, .wp-element-button.btn-outline-white {
  border-color: white !important;
  color: white !important;
}
.btn.btn-outline-white:hover, .button.btn-outline-white:hover, input[type=submit].btn-outline-white:hover, .wp-element-button.btn-outline-white:hover {
  background-color: white !important;
  color: #0D0906 !important;
}

.wp-element-button {
  background-color: #FFBD70 !important;
  color: #0D0906 !important;
}
.wp-element-button:hover {
  background-color: #FFF1E2 !important;
  color: #0D0906 !important;
}

/* HEADER */
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #D8D6D3;
  width: 100%;
  padding: 14px 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s;
}
.navbar .nav-link {
  padding: 0 !important;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1rem;
  font-weight: 700;
  color: #0D0906;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .navbar .nav-link {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: fit-content;
  }
}
.navbar .nav-link:hover {
  color: #BA4779;
  text-decoration: none;
}
.navbar .nav-link.active {
  color: #BA4779;
  text-decoration: none;
}
.navbar .nav-item:last-child .nav-link {
  margin-right: 0;
}
.navbar .navbar-nav {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    padding-top: 25px;
    align-items: unset;
  }
}
@media screen and (max-width: 991px) {
  .navbar .btn-primary {
    position: absolute;
    right: 70px;
    top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .navbar .btn-primary {
    top: 23px;
    padding: 6px 14px !important;
  }
}
@media screen and (max-width: 399px) {
  .navbar .btn-primary {
    top: 20px;
    right: 65px;
  }
}
.navbar .dropdown-toggle:after {
  content: "\f176";
  font-weight: 400;
  margin-left: 10px;
  vertical-align: unset;
  border: none;
  font-family: "Font Awesome 7 Pro";
  transform: scaleY(-1);
  transition: 0.3s;
}
.navbar .dropdown-toggle.show:after {
  transform: scaleY(1);
}
.navbar .nav-item:last-child .dropdown-menu {
  left: unset;
  right: 0;
}
.navbar .dropdown-menu {
  margin: 2rem 1rem;
  padding: 1.1rem 0;
  border: none;
  border-radius: 8px;
  min-width: 240px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-menu {
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
    margin-bottom: 15px;
    margin-top: 12px;
  }
}
.navbar .dropdown-menu .dropdown-item {
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0D0906;
  background-color: transparent;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-menu .dropdown-item {
    padding-left: 15px;
    white-space: unset;
  }
}
.navbar .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #BA4779;
  text-decoration: none;
}
.navbar .dropdown-menu .dropdown-item.active:before {
  content: none;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #BA4779;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
}
.navbar .navbar-brand img {
  width: 245px;
}
@media screen and (max-width: 575px) {
  .navbar .navbar-brand img {
    width: 200px;
  }
}
@media screen and (max-width: 399px) {
  .navbar .navbar-brand img {
    width: 175px;
  }
}
.navbar .bar1, .navbar .bar2, .navbar .bar3 {
  width: 30px;
  height: 2px;
  margin: 6px 0;
  transition: 0.3s;
  border: none;
  border-radius: 30px;
  background-color: #0D0906;
}
.navbar .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
}
.navbar .change .bar2 {
  opacity: 0;
}
.navbar .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.navbar .close-button {
  position: relative;
  top: 0;
}
.navbar .close-button .navbar-toggler {
  border: unset;
  padding: 0;
}
.navbar .close-button .navbar-toggler:focus {
  box-shadow: unset;
}

/* MAIN */
.object-position-center {
  object-position: center;
}

.object-position-top {
  object-position: top;
}

.object-position-bottom {
  object-position: bottom;
}

.w-fit {
  width: fit-content;
}

.white-space-nowrap {
  white-space: nowrap;
}

.color-inherit {
  color: inherit;
}

.border-radius {
  border-radius: 8px !important;
}

.hyphens {
  hyphens: auto;
  overflow-wrap: break-word;
}

.image-with-text-on-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  padding: 110px 65px;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
}
@media screen and (max-width: 575px) {
  .image-with-text-on-top {
    padding: 80px 30px;
  }
}
.image-with-text-on-top .image-with-text-on-top-content {
  max-width: 650px;
}

/* HERO */
.hero {
  height: 20rem;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BLOG */
.blog {
  display: block;
  color: #0D0906;
  background-color: #fff;
  height: 100%;
  text-decoration: none;
}
.blog .blog-photo {
  height: 13rem;
  overflow: hidden;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.blog .blog-content {
  padding: 2rem;
}
.blog:hover {
  text-decoration: none;
  color: #333;
}
.blog:hover .blog-photo img {
  transform: scale(1.1);
}

/* CONTACT PAGE */
#map_canvas {
  height: 30rem;
}

/* FOOTER */
footer {
  padding: 4rem 0;
  background-color: #ececec;
}

.socials {
  margin: 0;
  display: flex;
  gap: 0.8rem;
}

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (max-width: 767px) {
  section {
    padding: 80px 0;
  }
  section.section-sm {
    padding: 60px 0;
  }

  h1, .h1 {
    font-size: 2.75rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 2rem;
  }

  h4, .h4 {
    font-size: 1.5rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1.125rem;
  }
}

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