/**
 * Theme Name:     PCC 2025
 * Author:         Chase Huggins
 * Template:       twentytwentyfive
 * Text Domain:	   pcc-2025
 * Description:    Fork form 2025
 */

h1 strong{
	color:red;
}

:focus {
    outline: transparent !important;
}

:hover {
    text-decoration: none !important;
}

.red-pill a {
    color: white !important;
    padding: 8px 14px!important;
    background-color: red!important;
    border-radius: 360px!important;
}

.z-index-top{
	z-index:100!important;
}

.states-image {
	pointer-events: none;
    transform: scale(2.5);
    top: 6vh;
    position: relative;
}

.states-image img {
    pointer-events: none;
}

html, body {
  width: 100vw!important;
  overflow-x: hidden!important;
  margin: 0;
  padding: 0;
}

.dimmer{
	filter: brightness(0.0);
}

svg.lucide.icon { stroke: red !important;}
::marker { color: red;}