.elementor-294 .elementor-element.elementor-element-fb94130{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-294 .elementor-element.elementor-element-e7206e4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;}.elementor-294 .elementor-element.elementor-element-acc26d6{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-end;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-294 .elementor-element.elementor-element-e7206e4{--width:50%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-294 .elementor-element.elementor-element-acc26d6{--width:50%;}}@media(min-width:768px){.elementor-294 .elementor-element.elementor-element-fb94130{--content-width:1280px;}.elementor-294 .elementor-element.elementor-element-e7206e4{--width:50%;}.elementor-294 .elementor-element.elementor-element-acc26d6{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-9c0fa78 */.spaz-logo {
    font-family: 'Press Start 2P', system-ui;
        font-size: clamp(1rem, 2vw, 1.4rem);
    font-weight: bold;
    display: inline-flex;
  }

.ink{
    color: white;
    bottom: 0;
    display: inline-flex;
    line-height: 2em;
    font-size: .9rem;
    align-items: flex-end;
    
}
  .video-game-button {
    line-height: 1.5em;
    text-align: center;
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    border-radius: 100vmax;
    color: white;
    cursor: pointer;
    
    font-weight: bold;
    font-size: 1em;
    border: none;
  }

  .video-game-button:active {
    box-shadow: none;
    position: relative;
    top: 0.2em;
  }

  /* Individual Button Colors and Shadows */
  .sone {
    background-image: linear-gradient(to bottom right, #b3e5fc 3%, #4fc3f7 22%, #0277bd 99%);
    text-shadow: 1px 1px #81d4fa, -1px -1px #01579b;
    box-shadow: 0 0.2em #01579b;
  }

  .pone {
    background-image: linear-gradient(to bottom right, #ffcdd2 3%, #ef9a9a 22%, #b71c1c 99%);
    text-shadow: 1px 1px #f48fb1, -1px -1px #880e4f;
    box-shadow: 0 0.2em #880e4f;
  }

  .aone {
    background-image: linear-gradient(to bottom right, #c8e6c9 3%, #81c784 22%, #1b5e20 99%);
    text-shadow: 1px 1px #a5d6a7, -1px -1px #003300;
    box-shadow: 0 0.2em #003300;
  }

  .zone {
    background-image: linear-gradient(to bottom right, #fff9c4 3%, #fff59d 22%, #f9a825 99%);
    text-shadow: 1px 1px #fff176, -1px -1px #f57f17;
    box-shadow: 0 0.2em #f57f17;
  }
  
  
  
  
   /* Sweet Roll Styling */
.sweet-roll { 
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: auto;
    opacity: 0;
    transform: translateY(-100%) rotate(0deg);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    pointer-events: none;
  }

  .sweet-roll.falling {
    opacity: 1;
    transform: translateY(150%) rotate(720deg);
  }

  .sweet-roll.fading {  
    opacity: 0; 
    transition: opacity 0.5s ease-in; 
  }
  
  
  
  
  /* Plumbob Styling */
  .plumbob {
    position: absolute;
    top: 0;
    left: 24px;
    width: 50px;
    height: auto;
    opacity: 0;
    transform: translateY(-100%) scale(0); 
    transition: transform 1s ease-in-out, opacity 1s ease-in;
    pointer-events: none;
  }

  .plumbob.growing {
    opacity: 1;
    transform: translateY(150%) scale(1); 
  }

  .plumbob.fading {  
    opacity: 0; 
    transition: opacity 0.5s ease-in; 
  }
  
  
  
  
  /* strawhat styling */
   .strawhat {
    position: absolute;
    top: 0;
    left: 48PX;
    width: 50px;
    height: auto;
    opacity: 0;
    transform: translatey(-100%) rotate(0deg); /* Start off-screen to the left */
    transition: transform 1s ease-in-out, opacity 1s ease-in;
    pointer-events: none;
  }

  .strawhat.sliding {
    opacity: 1;
    transform: translateY(150%) rotate(720deg); /* Move to the right */
  }

    .strawhat.fading {
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }
  
  
  /* clown */
  
  .clwn {
        position: absolute;
    top: 0;
    left: 78px;
    width: 50px;
    height: auto;
    opacity: 0;
    transform: translateY(-100%) scale(0) rotate(0deg);  
    transition: transform 1s ease-in-out, opacity 1s ease-in;
    pointer-events: none;
  }

  .clwn.growing {
    opacity: 1;
    transform: translateY(150%) scale(1) rotate(360deg); /*Go Up and spin*/
  }

  .clwn.fading {
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5531432 */.follow-btn{
    font-family: 'Press Start 2P', system-ui;
    text-align: center;
	display: inline-block;
    font-size: clamp(.9rem, 2vw, 1.2rem);
    font-weight: bold;
    padding: 4px 8px ;
    background-color: lightgray;
    text-shadow: -1px -1px black, 1px 1px white;
    color: gray;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
    box-shadow: 0 .2em gray; 
    cursor: pointer;

}

.follow-btn:active, .follow-btn:hover {
	box-shadow: none;
	position: relative;
	top: .2em;
}/* End custom CSS */