/*
 Theme Name:   TwentyTwentyFive Child
 Theme URI:    https://hubertjeffrey.com.au
 Description:  Child theme for TwentyTwentyFive
 Author:       Hubert Jeffrey
 Template:     twentytwentyfive
 Version:      1.0.0
*/

/* Full-width black header */
.wp-site-blocks > header,
header.wp-block-template-part {
  background-color: #000;
  width: 100%;
}

/* Center site title */
header .wp-block-site-title {
  text-align: center;
  color: #fff;
}

/* Navigation on next line, centered */
header .wp-block-navigation {
  justify-content: center;
}

/* Navigation links white */
header .wp-block-navigation a {
  color: #fff !important;
}

/* Footer */

footer.wp-block-template-part {
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #000;
}
