/*
Theme Name: Blue Standard
Theme URI: https://www.BlueABQ.com/standard/
Author: Blue
Author URI: https://www.BlueABQ.com
Description: Kamala is BRAT!
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blue-standard
Tags: Block Editor Patterns, Block Editor Styles, Site Editor, Template Editing, translation-ready, Wide Blocks, Style Variations, Custom Logo, Featured Images, Full Width Template, Blog

/* Smooth scrolling for the whole page */

/* Smooth scrolling for the whole page */
html {
    scroll-behavior: smooth;
  }
  
.wp-element-button,a {
  transition: all 0.3s ease-in-out;
}

.wp-element-button:hover {
  opacity: 0.7;
}

.wp-block-button__link {
  display: flex;
  align-items: center;
  text-align: left;
  gap:0.5rem;
  justify-content: center;
}


.wp-block-template-part:has(.is-position-sticky) {
  position: sticky;
  top: 0; /* example */
  z-index:100;
}

footer.wp-block-template-part{
  margin-block-start: 0;
}
