/* 
Theme Name:		 Joke Kookt child theme
Theme URI:		 https://thewebdev.be/
Description:	 The Webdev child is a child theme of twentytwentyfive
Author:			   Stijn Peeters
Author URI:		 https://thewebdev.be/
Template:		   twentytwentyfive
Version:		   1.0.0
Text Domain:	 joke-kookt-child
*/
html {
  scroll-behavior: smooth;
}

.overflow-hidden {
  overflow: hidden;
}

.d-none {
  display: none;
}

footer {
  margin: unset;
}

:where(.wp-site-blocks :focus) {
  outline-width: 0px !important;
}

@media (max-width: 781px) {
  .column-reverse-mobile {
    flex-direction: column-reverse;
  }
}
a#back-to-top {
  position: sticky;
  bottom: 20px;
  right: 30px;
  display: none;
  width: fit-content;
  margin-left: auto;
  background: var(--wp--preset--color--custom-bordeaux);
  padding: 0.4rem 0.9rem 0.8rem;
  border-radius: 50px;
  color: white;
  line-height: 1;
  box-shadow: 0 0 10px #ffffff26;
}
