/* customizable snowflake styling
.smiliebig1 {
	display: none;
} */

#santahat {
	pointer-events: none;
	position: absolute;
	background: url("./images/santahat.png");
	height: 128px;
	width: 128px;
	margin: -22px -75px 0px -53px;
	z-index: 1;
}

@media screen and (max-width: 700px) {
    #santahat {display: none;}
}

#snowcap {
  display: absolute;
  background: transparent;
  background-image: url("./images/snowcap.png");
  background-size: auto 100%;
  height: 56px;
  border-radius: 28px 28px 0 0;
  margin: -28px -7px -36px;
}

.snowcaps {
  display: absolute;
  background: url("./images/snow.png") repeat-x;
  height: 26px;
  margin: 6px -3px -11px;
  border-radius: 20px 20px 10px 10px;
}

.action-bar {
  margin: 15px;
}

#snow-container {  
  pointer-events: none;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: opacity 500ms;
  width: 100%;
  z-index: 1;
}

.snow {
  animation: fall ease-in infinite, sway ease-in-out infinite;
  color: rgba(255,255,255,0.3);
  position: absolute;
}

@keyframes fall {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100vh;
    opacity: 1;
  }
}

@keyframes sway {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 50px;
  }
  50% {
    margin-left: -50px;
  }
  75% {
    margin-left: 50px;
  }
  100% {
    margin-left: 0;
  }
}

.box_logo, box_logo_alt {
	background: #fff;
	background-image: url("./images/kissing_snowman.gif");
	border: 1px solid #ff0000;
}

.timecount {
	margin-top:-4px;
}
