/*
 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
*/

.gb-headline{padding-bottom:8px;}

.nav-btn a {
    background-color: red;
    padding: 8px 24px;
    border-radius: 90px;
    color: #fff !important;
}
.nav-btn > a:hover {
    /*color: black !important; */
    background-color: black;
    transition: background-color 200ms linear;
}

main {
  /* make sure to cover the screen */
  min-height: 100vh;

  /* need a solid bg to hide the footer */
  background: white;

  /* put on top */
  position: relative;
  z-index: 1;
}

#brx-header {
    z-index: 2;
}

#brx-footer {
  /* place on the bottom */
  position: sticky;
  bottom: 0;
  left: 0;
}
