/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


h2[id], h3[id] {scroll-margin-top:20px;}

.brand-color {color: var(--my-color-brand);}

.my-header-menu a:hover,
.my-footer-menu a:hover {
  color:#333333;
}
.my-footer-menu .bricks-nav-menu {
  justify-content: center;
  flex-wrap: wrap;
}

/* Remove blue highlight flashes when some elements on mobile are tapped */
* {-webkit-tap-highlight-color: transparent;}

