html{font-size:30px;color:#000000;font-family:Corsiva;}
body{overflow-x:hidden;}

/*NAVBAR*/
#navBar{
	text-align:center;
	height:0;
	width:100%;
	position:fixed;
	z-index:9;
	top:0;
	left:0;
	border-bottom: solid;
	border-color: #000000;
}
#navBar a{padding: 10px 20px 10px 20px;display:inline-block;}

a{cursor:pointer;text-decoration:none;color:inherit;transition:text-shadow 0.2s;}
a:hover{font-weight:bolder;text-shadow:2px 2px 2px #ffffff,-2px -2px 2px #ffffff;}

.friend:hover{animation:wiggle 0.6s ease-in-out;}
.sparkle{position:absolute;z-index:1;pointer-events:none;}

/*WORK HOURS*/
.w_cell{overflow:hidden;width:100%;height:50px;position:relative;padding:0;}
.w_d{position:absolute;left:0;}
.w_h{position:absolute;right:0;}

.spin{width:50px;height:50px;display:inline-block;padding:10px;}
.spin img{transition:0.5s;height:50px;cursor:pointer;}
.spin:hover img{transform:rotate3d(0,1,0,360deg)scale(1.4);}

#g_slideFrame data{display:none;}

.blinds{overflow:hidden;border-style:none ridge;}
.blinds img{position:absolute;width:110%;left:0;top:50%;z-index:0;user-select:none;}

/*CALENDAR*/
#calendar_visible {font-style:normal;}
#calendar_visible tr th{border-style:solid;border-color:#ffffff;border-style:double;height:40px;width:200px;max-width:200px;position:relative;}
#calendar_visible tr td{border-style:solid;border-color:#ffffff;border-style:double;height:240px;width:200px;max-width:200px;position:relative;overflow:hidden;}
.cellDate{position:absolute;top:0;left:0;background-color:#ffffff;padding-right:5px;}
.cellEvent{width:100%;font-size:20px;max-height:45px;transition:0.2s;}
.cellEvent:hover{filter:brightness(1.2);}
.cellEvent time{padding:0 5px;display:inline;text-decoration:underline;}
.cellEvent div{display:inline;}

@keyframes marquee{
	0% {transform:translateX(0)}
	100% {transform:translateX(-100%)}
}
@keyframes wiggle{
	33%{transform:rotate(2deg);}
	66%{transform:rotate(-2deg);}
	100%{transform:rotate(0deg);}
} 

@font-face {font-family: Corsiva;src: url(img/Corsiva.TTF);}
/*French Script, White Hall*/

@media(max-width:1400px){}