/*
 Theme Name:   Bricks Child Theme - Rustic Homestead Marketing
 Theme URI:    https://rustichomesteadmarketing.com
 Description:  Bricks Child Theme
 Author:       Rustic Homestead Marketing
 Author URI:   https://rustichomesteadmarketing.com
 Template:     bricks
 Text Domain:  bricks
 Version:      1.1
*/

/* ---Site Styles ---*/

/* Body */
.brx-body {
  min-height: 100vh;
}
:target {
  scroll-margin-top: 10rem;
}

/* Footer */
.rhm-footer-privacy-settings a {
  color: var(--white);
  text-decoration:none;
}
.rhm-footer-privacy-settings a:hover {
  color: var(--white);
  text-decoration:underline;
}

