/*
  Theme Name: Twenty Twenty-Five Child
  Template: twentytwentyfive
  Text Domain: twentytwentyfive-child
  Description: Child theme for Twenty Twenty-Five
  Author: Cliff Boobyer
  Version: 1.0.4
*/

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.has-global-padding {
  padding-left: 0;
  padding-right: 0;
}


body .is-layout-flex {
  min-height: 100dvh;
  min-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('https://authentitas.com/wp-content/uploads/2025/11/Guilloche_Pathed.svg');
  background-repeat: no-repeat;    /* don’t tile */
  background-position: bottom center; /* anchor bottom center */
  background-size: cover;          /* scale to cover entire area */
}

