/*
 Theme Name:   Twenty Twenty-Five Child
 Template:     twentytwentyfive
 Text Domain:  twentytwentyfive-child
 Description:  A child theme for Twenty Twenty-Five
 Author:       Peripheral Sight, LLC
 Version:      1.0
*/

body::before {
  content: '';
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a; 
  opacity: 0.8; 
  pointer-events: none; 
  z-index: -1; 
}

.wp-block-site-title {
  margin-block-start:0; margin-block-end:0; 
  margin-left:5px; margin-right:5px;
}

a {
  text-decoration: none; transition: all 0.2s ease-in-out;
}
  
a:hover {
  text-shadow: 0 0 6px #C9A64B; text-decoration: none;
}


.sm-current-appearances {
  max-width: 960px;
  margin: 3rem auto;
}

.sm-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.sm-video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

  