* {
	box-sizing: border-box;
}

html{
	overflow-y: scroll;
}

a,
a:visited,
a[href] {
  color: #61dafb;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

.d-none {
  display: none !important;
}

body {
  /* background-color: #222; */
  /* background: url('../img/blue-stars-bg.png') #001d55 center repeat; */
  /* background-size: auto; */
  background: rgb(0,6,30);
  background: linear-gradient(270deg, rgba(0,6,30,1) 0%, rgba(30,50,84,1) 100%);
  /* background: linear-gradient(to left, rgba(0,6,30,1), rgba(30,50,84,1)); */
  background: url('../img/bg-22@2x.png') center repeat-y;
  background-size: cover;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  font-size: 1.25rem;
	margin: 0;
}

#site {
  text-align: center;
  margin-top: 10vh;
  padding: 0 2rem;
}

.name-406 {

}
.name-wpm {
  font-size: 60%;
  text-decoration: none;
  display: inline-block;
  background-image: linear-gradient(120deg,rgba(112,0,46,.7) 0,rgba(112,0,46,.7) 100%);
  background-repeat: no-repeat;
  background-position: 0 88%;
  background-size: 100% .2rem;
  padding: .25rem .5rem;
  transform: translateY(-1rem);
  transition: all .125s ease-in-out;
  border-radius: 4px;
  margin-left: 4px;
}
.name-wpm:hover,
h1:hover .name-wpm {
  background-image: linear-gradient(120deg,rgba(112,0,46,1) 0,rgba(112,0,46,1) 100%);
  background-size: 100% 100%;
  color: #dfd1a7;
  cursor: pointer;
}

.logo {
  max-width: 240px;
  /* margin: 2rem; */ /* shipped w/ 11ty pkg */
  /* pointer-events: none; */ /* shipped w/ 11ty pkg */
  overflow: visible; /* filter: drop-shadow / debug svg radials spinner */
}
/* dark colored logo parts */
.logo .f {
  /* using embedded svg linear gradient in logo instead */
  /* fill: #121520; */ /* = hsl(227.1, 28%, 9.8%); */
  /* fill: hsl(227.1, 28%, 3%); */ /* bumped sat level down from 9.8% */
  /* fill: hsl(227.1, 28%, 29.8%); */ /* bumped sat level up from 9.8% */
}
.logo .d {
  fill: #dfd1a7;
  display: inline;
}
.logo .drop-shadow {
  filter: drop-shadow(0rem 0rem 2rem hsl(0, 0%, 50%));
}
.logo .drop-shadow.shadow-dk {
  filter: drop-shadow(0rem 0rem 2rem rgb(0,6,30));
}
.logo .drop-shadow.shadow-dk.shadow-sm,
.logo > g:nth-of-type(4) {
  filter: drop-shadow(0rem 1rem 1rem rgb(0,6,30));
}

/* .badge + .radials = 2 piece png logo */
.badge {
  max-width: 224px;
  height: auto;
}
.radials {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  max-width: 113px;
  height: auto;
  margin: 37.5px auto 0;
}

.badge, .logo-container {
  position: relative;
}

@media (prefers-reduced-motion: no-preference) {
  .logo .e, .radials,
  #lb-bl > path:nth-of-type(1),
  #lb-rd > path:nth-of-type(1) {
    animation: radials-spin infinite 20s linear;
  }
}

@keyframes radials-spin {
  from {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  to {
    transform: rotate(360deg);
    transform-origin: 50% 50%;
  }
}

/* AngryTools CSS Animation Kit */
/* basic -> focus-in-contract: default settings */
/* https://angrytools.com/css/animation/ */
@keyframes focus-in-contract {
    
  0% {
    letter-spacing:1em;
    filter:blur(12px);
    opacity:0;
  }
  100% {
    filter:blur(0);
    opacity:1;
  }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .logo {
    max-width: 360px;
  }

  .badge {
    max-width: 336px;
  }
  .radials {
    max-width: 169.5px;
    margin-top: 56.25px
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .logo {
    max-width: 480px;
  }

  .badge {
    max-width: 100%;
  }
  .radials {
    max-width: 100%;
    margin: 75px auto 0;
  }
  #site {
    animation: focus-in-contract 1s linear 0s 1 normal none;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}
