@font-face {
    font-family: 'hockey';
    src: url('/font/cfhockeyplayersregular-m7ry-webfont.woff2') format('woff2'),
         url('/font/cfhockeyplayersregular-m7ry-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
  font-family: 'Open Sans', sans-serif;
  font-weight:900!important;
  --bs-bg-opacity: 0.9;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;
  user-select: none; 
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.guide, .guide a
{
	font-weight:300;
	padding:0;
}

.guide h5
{
		padding-top: 3rem;
}

.hockey
{
	font-family: 'hockey';
	font-size: 1.4rem;
    letter-spacing: 7px;
}

.istoday
{
	opacity: 0.8;
	color:green;
}

.hasbeen
{
	opacity: 0.5;
}

.hasbeen a, .istoday a
{
	all:unset;
	cursor: pointer;
}

.hockeylogo a
{
	padding-top:0!important;
	position: inherit!important;
}

header h3
{
	font-weight:700;
	
}

h1
{
	font-weight: 900;
    text-shadow: 0 0.5rem 0.2rem rgb(0 0 0 / 50%);
}

footer
{
	padding-top: 3rem;
    font-weight: 100;
	font-size: 0.8rem;
}

footer a
{
	font-weight:100;
}
/*
 * Base structure
 */

.cover-container 
{
  max-width: 60em;
}

li 
{
	list-style-type:none;
}

ul
{
	padding: 0;
}

li a 
{
	padding-top:1rem;
	position: relative;
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    transition: background-position 375ms ease-in-out;
    text-decoration: underline;
	font-weight:900;
	text-shadow: 0 0.15rem 0rem rgb(0 0 0 / 80%);
}


li a:hover {
    background-position: 0 100%;
	transition: 0.3s;
	color:#ccc;
	transition:0.2s;
}

li a:active {
    color:#444;
	transition:0.1s;
}

a 
{
	padding-top:1rem;
	position: relative;
    display: inline-block;
    color: #fff;
    transition: background-position 375ms ease-in-out;
    text-decoration: underline;
	font-weight:900;
}


a:hover {
    background-position: 0 100%;
	transition: 0.3s;
	color:#ccc;
	transition:0.2s;
}

a:active {
    color:#444;
	transition:0.1s;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}