body{
  height:100%;
  padding:0;
  font-family: Tahoma, Geneva;
  letter-spacing:0.5px;
}

/*----------- secret links ------------*/

a.secretlink{
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

/*----------- headers -------------*/

h1, h2, h3, h4, h5, h6{
  font-family: 'FinkHeavy';
}

/*-------- misc css actions ---------*/

.hideme{
  display:none;
}

.scrolly{
  overflow-y:auto;
}

.flippy{
  transform:scaleX(-1);
}

.centered{
  margin-left:auto;
  margin-right:auto;
  display:block;
  text-align:center;
}

/*---------------- style my tootlip! -------------*/

#s-m-t-tooltip{
  /* basic */
  max-width:333px;
  z-index:999999999999999999;
  margin:24px 14px 7px 12px;
  /* style and design */
  padding:9px;
  background:#222; /* fallback if rgba not supported */
  background:rgba(0,0,0,0.8);
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  /* font */
  font-family: Tahoma, Geneva;
  font-size:0.9em;
  line-height:1.2em;
  color:#fff;
}

/*------- fonts -------------------------------------------------------------*/

/*------------ fink (animal crossing font!!) ----------*/

@font-face {
    font-family: 'FinkHeavy';
    src: url('fink_font/FinkHeavy.eot');
    src: url('fink_font/FinkHeavy.eot?#iefix') format('embedded-opentype'),
        url('fink_font/FinkHeavy.woff2') format('woff2'),
        url('fink_font/FinkHeavy.woff') format('woff'),
        url('fink_font/FinkHeavy.ttf') format('truetype'),
        url('fink_font/FinkHeavy.svg#FinkHeavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*---------- girlfriend (my handwriting!!) ------------*/

@font-face {
    font-family: 'Girlfriend';
    src: url('gf_font/Girlfriend-Regular.eot');
    src: url('gf_font/Girlfriend-Regular.eot?#iefix') format('embedded-opentype'),
        url('gf_font/Girlfriend-Regular.woff2') format('woff2'),
        url('gf_font/Girlfriend-Regular.woff') format('woff'),
        url('gf_font/Girlfriend-Regular.ttf') format('truetype'),
        url('gf_font/Girlfriend-Regular.svg#Girlfriend-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*------------ itim -------------*/

@font-face {
    font-family: 'Itim';
    src: url('itim_font/Itim-Regular.eot');
    src: url('itim_font/Itim-Regular.eot?#iefix') format('embedded-opentype'),
        url('itim_font/Itim-Regular.woff2') format('woff2'),
        url('itim_font/Itim-Regular.woff') format('woff'),
        url('itim_font/Itim-Regular.ttf') format('truetype'),
        url('itim_font/Itim-Regular.svg#Itim-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*------------ grandstander ------------*/

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-BlackItalic.eot');
    src: url('grandstander_font/Grandstander-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-BlackItalic.woff2') format('woff2'),
        url('grandstander_font/Grandstander-BlackItalic.woff') format('woff'),
        url('grandstander_font/Grandstander-BlackItalic.ttf') format('truetype'),
        url('grandstander_font/Grandstander-BlackItalic.svg#Grandstander-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-Bold.eot');
    src: url('grandstander_font/Grandstander-Bold.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-Bold.woff2') format('woff2'),
        url('grandstander_font/Grandstander-Bold.woff') format('woff'),
        url('grandstander_font/Grandstander-Bold.ttf') format('truetype'),
        url('grandstander_font/Grandstander-Bold.svg#Grandstander-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-ExtraBold.eot');
    src: url('grandstander_font/Grandstander-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-ExtraBold.woff2') format('woff2'),
        url('grandstander_font/Grandstander-ExtraBold.woff') format('woff'),
        url('grandstander_font/Grandstander-ExtraBold.ttf') format('truetype'),
        url('grandstander_font/Grandstander-ExtraBold.svg#Grandstander-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-Black.eot');
    src: url('grandstander_font/Grandstander-Black.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-Black.woff2') format('woff2'),
        url('grandstander_font/Grandstander-Black.woff') format('woff'),
        url('grandstander_font/Grandstander-Black.ttf') format('truetype'),
        url('grandstander_font/Grandstander-Black.svg#Grandstander-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-Light.eot');
    src: url('grandstander_font/Grandstander-Light.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-Light.woff2') format('woff2'),
        url('grandstander_font/Grandstander-Light.woff') format('woff'),
        url('grandstander_font/Grandstander-Light.ttf') format('truetype'),
        url('grandstander_font/Grandstander-Light.svg#Grandstander-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-ExtraBoldItalic.eot');
    src: url('grandstander_font/Grandstander-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-ExtraBoldItalic.woff2') format('woff2'),
        url('grandstander_font/Grandstander-ExtraBoldItalic.woff') format('woff'),
        url('grandstander_font/Grandstander-ExtraBoldItalic.ttf') format('truetype'),
        url('grandstander_font/Grandstander-ExtraBoldItalic.svg#Grandstander-ExtraBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-ExtraLightItalic.eot');
    src: url('grandstander_font/Grandstander-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-ExtraLightItalic.woff2') format('woff2'),
        url('grandstander_font/Grandstander-ExtraLightItalic.woff') format('woff'),
        url('grandstander_font/Grandstander-ExtraLightItalic.ttf') format('truetype'),
        url('grandstander_font/Grandstander-ExtraLightItalic.svg#Grandstander-ExtraLightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-Italic.eot');
    src: url('grandstander_font/Grandstander-Italic.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-Italic.woff2') format('woff2'),
        url('grandstander_font/Grandstander-Italic.woff') format('woff'),
        url('grandstander_font/Grandstander-Italic.ttf') format('truetype'),
        url('grandstander_font/Grandstander-Italic.svg#Grandstander-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-ExtraLight.eot');
    src: url('grandstander_font/Grandstander-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-ExtraLight.woff2') format('woff2'),
        url('grandstander_font/Grandstander-ExtraLight.woff') format('woff'),
        url('grandstander_font/Grandstander-ExtraLight.ttf') format('truetype'),
        url('grandstander_font/Grandstander-ExtraLight.svg#Grandstander-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-BoldItalic.eot');
    src: url('grandstander_font/Grandstander-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-BoldItalic.woff2') format('woff2'),
        url('grandstander_font/Grandstander-BoldItalic.woff') format('woff'),
        url('grandstander_font/Grandstander-BoldItalic.ttf') format('truetype'),
        url('grandstander_font/Grandstander-BoldItalic.svg#Grandstander-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-SemiBold.eot');
    src: url('grandstander_font/Grandstander-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-SemiBold.woff2') format('woff2'),
        url('grandstander_font/Grandstander-SemiBold.woff') format('woff'),
        url('grandstander_font/Grandstander-SemiBold.ttf') format('truetype'),
        url('grandstander_font/Grandstander-SemiBold.svg#Grandstander-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-Thin.eot');
    src: url('grandstander_font/Grandstander-Thin.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-Thin.woff2') format('woff2'),
        url('grandstander_font/Grandstander-Thin.woff') format('woff'),
        url('grandstander_font/Grandstander-Thin.ttf') format('truetype'),
        url('grandstander_font/Grandstander-Thin.svg#Grandstander-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-MediumItalic.eot');
    src: url('grandstander_font/Grandstander-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-MediumItalic.woff2') format('woff2'),
        url('grandstander_font/Grandstander-MediumItalic.woff') format('woff'),
        url('grandstander_font/Grandstander-MediumItalic.ttf') format('truetype'),
        url('grandstander_font/Grandstander-MediumItalic.svg#Grandstander-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-ThinItalic.eot');
    src: url('grandstander_font/Grandstander-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-ThinItalic.woff2') format('woff2'),
        url('grandstander_font/Grandstander-ThinItalic.woff') format('woff'),
        url('grandstander_font/Grandstander-ThinItalic.ttf') format('truetype'),
        url('grandstander_font/Grandstander-ThinItalic.svg#Grandstander-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-Medium.eot');
    src: url('grandstander_font/Grandstander-Medium.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-Medium.woff2') format('woff2'),
        url('grandstander_font/Grandstander-Medium.woff') format('woff'),
        url('grandstander_font/Grandstander-Medium.ttf') format('truetype'),
        url('grandstander_font/Grandstander-Medium.svg#Grandstander-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-SemiBoldItalic.eot');
    src: url('grandstander_font/Grandstander-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-SemiBoldItalic.woff2') format('woff2'),
        url('grandstander_font/Grandstander-SemiBoldItalic.woff') format('woff'),
        url('grandstander_font/Grandstander-SemiBoldItalic.ttf') format('truetype'),
        url('grandstander_font/Grandstander-SemiBoldItalic.svg#Grandstander-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-Regular.eot');
    src: url('grandstander_font/Grandstander-Regular.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-Regular.woff2') format('woff2'),
        url('grandstander_font/Grandstander-Regular.woff') format('woff'),
        url('grandstander_font/Grandstander-Regular.ttf') format('truetype'),
        url('grandstander_font/Grandstander-Regular.svg#Grandstander-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-LightItalic.eot');
    src: url('grandstander_font/Grandstander-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-LightItalic.woff2') format('woff2'),
        url('grandstander_font/Grandstander-LightItalic.woff') format('woff'),
        url('grandstander_font/Grandstander-LightItalic.ttf') format('truetype'),
        url('grandstander_font/Grandstander-LightItalic.svg#Grandstander-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-Thin_1.eot');
    src: url('grandstander_font/Grandstander-Thin_1.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-Thin_1.woff2') format('woff2'),
        url('grandstander_font/Grandstander-Thin_1.woff') format('woff'),
        url('grandstander_font/Grandstander-Thin_1.ttf') format('truetype'),
        url('grandstander_font/Grandstander-Thin_1.svg#Grandstander-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandstander';
    src: url('grandstander_font/Grandstander-ThinItalic_1.eot');
    src: url('grandstander_font/Grandstander-ThinItalic_1.eot?#iefix') format('embedded-opentype'),
        url('grandstander_font/Grandstander-ThinItalic_1.woff2') format('woff2'),
        url('grandstander_font/Grandstander-ThinItalic_1.woff') format('woff'),
        url('grandstander_font/Grandstander-ThinItalic_1.ttf') format('truetype'),
        url('grandstander_font/Grandstander-ThinItalic_1.svg#Grandstander-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Indie Flower';
    src: url('flower_font/IndieFlower.eot');
    src: url('flower_font/IndieFlower.eot?#iefix') format('embedded-opentype'),
        url('flower_font/IndieFlower.woff2') format('woff2'),
        url('flower_font/IndieFlower.woff') format('woff'),
        url('flower_font/IndieFlower.ttf') format('truetype'),
        url('flower_font/IndieFlower.svg#IndieFlower') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}