/* 2020MAR24 */
/* 'css3prefix mixin' @see https://github.com/matthieua/sass-css3-mixins/blob/master/css3-mixins.scss */
/* 'keyframes' mixin @see http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/*/
/* 'animation' mixin from https://developer.mozilla.org/en-US/docs/Web/CSS/animation */
/* legacy-direction function @see http://www.sitepoint.com/building-linear-gradient-mixin-sass/ */
/* 'transition' mixin @see http://codepen.io/sawmac/pen/cayhK */
/* 'gradientanimation' mixin @see https://medium.com/@dave_lunny/animating-css-gradients-using-only-css-d2fd7671e759#.jlbdgs4jl */
/* 'animation' mixin @see http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/ */
/* line 7, ./pageheader.scss */
header#pageheader {
  border: 0;
  flex: 0 1 auto;
  background-color: gray;
  overflow: hidden;
  font-family: pageheaderfont;
  font-size: large;
  text-align: center;
}
/* line 17, ./pageheader.scss */
header#pageheader .est2002 {
  font-family: estfont;
}
/* line 21, ./pageheader.scss */
header#pageheader .body {
  -webkit-text-stroke-width: 0.125em;
  -webkit-text-stroke-color: black;
  color: #006633;
  border: 0.125em solid black;
}
/* line 29, ./pageheader.scss */
header#pageheader h1 {
  font-size: 2.5em;
}
/* line 32, ./pageheader.scss */
header#pageheader h2 {
  font-size: 2.0em;
}
/* line 36, ./pageheader.scss */
header#pageheader a {
  color: white;
}

@font-face {
  font-family: estfont;
  src: url("https://zoidtechnologies.com/static/skin/fonts/BFTinyHand-Regular.otf");
}
