@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'ca_kisskissbangbangregular';
    src: url('font/kiss/cakisskissbangbang-webfont.eot');
    src: url('font/kiss/cakisskissbangbang-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kiss/cakisskissbangbang-webfont.woff2') format('woff2'),
         url('font/kiss/cakisskissbangbang-webfont.woff') format('woff'),
         url('font/kiss/cakisskissbangbang-webfont.ttf') format('truetype'),
         url('font/kiss/cakisskissbangbang-webfont.svg#ca_kisskissbangbangregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '04b_08regular';
    src: url('font/04b/04b_08__-webfont.eot');
    src: url('font/04b/04b_08__-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/04b/04b_08__-webfont.woff2') format('woff2'),
         url('font/04b/04b_08__-webfont.woff') format('woff'),
         url('font/04b/04b_08__-webfont.ttf') format('truetype'),
         url('font/04b/04b_08__-webfont.svg#04b_08regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'antropos';
    src: url('font/antropos/antrf___-webfont.eot');
    src: url('font/antropos/antrf___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/antropos/antrf___-webfont.woff2') format('woff2'),
         url('font/antropos/antrf___-webfont.woff') format('woff'),
         url('font/antropos/antrf___-webfont.ttf') format('truetype'),
         url('font/antropos/antrf___-webfont.svg#antropos_freefont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*STARTUP: animate IN all the elements*/
div:not(_backgroundSlideshow):not(.team):not(.team_ico):not(.the_games){
	/*animation: 1s ease-out 0s 1 swipe;
	fadeinClear leftToRight
	*/
	animation: 1s ease-out 0s 1 swipe;
}

/*restart any and all hovers (for mobile, prevent hover "stick")*/
@media (hover: none) {
    .menu_items {
		color: white;
	}
}

/*TITLE*/
.playdate{
	position: fixed;
	
}
.playdate:hover{
	animation: 3s linear colorRotate infinite;
}

.popup{
	position:fixed;
	animation: bounce 1.2s ease-in-out infinite;
	/*animation: bounce 0.8s alternate infinite;*/
	pointer-events: none;
}

.tagline{
	font-family: 'ca_kisskissbangbangregular', Georgia, serif;
	font-size: 20px;
	color: #FEBE00;
	transform: rotate(-4.5deg);
	margin-top: 130px;
	margin-bottom: 50px;
	margin-left: 20px;
	width: 630px;
	/*indent second line*/
	padding-left: 50px ;
	text-indent: -50px ;
	/*black outline*/
	/*-webkit-text-stroke: 1px black;
	-webkit-text-fill-color: #FEBE00;*/
	text-shadow: 
     2px   0  0   #000, 
    -2px   0  0   #000, 
     0    2px 0   #000, 
     0   -2px 0   #000, 
     1px  1px 0   #000, 
    -1px -1px 0   #000, 
     1px -1px 0   #000, 
    -1px  1px 0   #000,
     1px  1px 5px #000;
	
	
}
.tagline:hover{
	color: #FF99FF;
}

/*index page menu selection*/
.index_menu {
	/*position:absolute;*/
	position: fixed;
	
	background-image: url('images/site/IMG_IMDEX_HEADER_BACKGROUND.png');
	background-repeat: no-repeat;
	/*font of all navigation*/
	font-family: 'antropos', Georgia, serif;
	font-size: 50px;
	color: white;
	/*keep frame from cutting off if it's a small header*/
	min-height: 600px;
	/*strong outline and shadow*/
	text-shadow: 
     2px   0  0   #000, 
    -2px   0  0   #000, 
     0    2px 0   #000, 
     0   -2px 0   #000, 
     1px  1px 0   #000, 
    -1px -1px 0   #000, 
     1px -1px 0   #000, 
    -1px  1px 0   #000,
     5px  5px 0px #000,
	 5px  3px 0px #000,
	 5px  1px 0px #000;
}

/*submissions*/
.submit{
	position: fixed;
	right: 10px;
	top: 100px;
	cursor: pointer;
	z-index: 100;
}

/*the menu items
*/
.menu_items, .menu_items_home{
	transform: rotate(-4.5deg);
	bottom: 0px;
	margin-left: 40px;
	/*padding-bottom: 20px;*/
	margin-bottom: 25px;
	
	background-repeat:no-repeat;
	background-size: cover;
	
	/*keep div size of contents*/
	display: table;
	
	cursor:pointer;
}
.menu_items a, .menu_items_home a{
	text-decoration: none;
	cursor:pointer;
	color:white;
}
.menu_items:hover::first-letter{
	color: #FF02FF;
}
.menu_items:hover{
	color: #FEBE00;
}
.menu_items a:hover::first-letter{
	color: #FF02FF;
}
.menu_items a:hover{
	color: #FEBE00;
}
/*size individual menu itesm*/
.menu_items:nth-child(1){
	font-size: 52px;
	background-image: url("images/site/IMG_MENUBACK_0.png");
}
.menu_items:nth-child(2){
	font-size: 28px;
	background-image: url("images/site/IMG_MENUBACK_2.png");
	margin-left: 10px
}
.menu_items:nth-child(3){
	font-size: 23px;
	background-image: url("images/site/IMG_MENUBACK_3.png");
	margin-left: 60px
}
.menu_items:nth-child(4){
	font-size: 19px;
	background-image: url("images/site/IMG_MENUBACK_4.png");
	margin-left: 20px
}
.menu_items:nth-child(n+5):nth-child(odd){
	font-size: 30px;
	background-image: url("images/site/IMG_MENUBACK_6.png");
	margin-left: 90px
}
.menu_items:nth-child(n+6):nth-child(even){
	font-size: 22px;
	background-image: url("images/site/IMG_MENUBACK_5.png");
	margin-left: 160px
}
/*home is the very last menu item...treating it different...*/
.menu_items_home{
	font-size: 18px;
	background-image: url("images/site/IMG_MENUBACK_5.png");
	margin-left: 10px
}
.menu_items_home a:hover{
	color:#FF02FF;
}

/*the footer byline*/
.byline {
	position: fixed;
	bottom: 0px;
	left: 0px;
	color: white;
	font-family: '04b_08regular', Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.byline span{
	display:inline-block;
	background: black;
	line-height:20px;
	word-wrap:break-word;
	margin-top: 5px;
	padding-left: 10px;
}

.contact{
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color: black;
	color :white;
	font-family: '04b_08regular', Arial, Helvetica, sans-serif;
}
.contact a, .byline a{
	color: #FEBE00;
	text-decoration: none;
}

.address{
	width: 400px;
	text-align:center;
	position: fixed;
	font-family: 'antropos', Georgia, serif;
	font-size: 35px;
	color: #6699CC;
	bottom: 0px;
	right: 0px;
	
	padding-bottom: 40px;
	
	background-image: url("images/site/IMG_ADDRESS_BACK.png");
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-size: auto;
	
	/*strong outline and shadow*/
	text-shadow: 
		1px   0  0#fff, 
    -1px   0  0   #fff, 
     0    1px 0   #fff, 
     0   -1px 0   #fff, 
     1px  1px 0   #fff, 
    -1px -1px 0   #fff, 
     1px -1px 0   #fff, 
    -1px  1px 0   #fff,
     1px  1px 1px #fff,
	/*black*/
     3px   0  0   #000, 
    -3px   0  0   #000, 
     0    3px 0   #000, 
     0   -3px 0   #000, 
     3px  3px 0   #000, 
    -3px -3px 0   #000, 
     3px -3px 0   #000, 
    -3px  3px 0   #000,
     5px  5px 4px #000,
	 5px  3px 4px #000,
	 5px  2px 4px #000;
}
.address:hover, .address a:hover{
	color:#FF02FF;
}
.address a{
	text-decoration: none;
	color: #FF88FB;
}

.popupwindow{
	font-family: 'antropos', Georgia, serif;
	font-size: 20px;
	
	
	position: fixed;
	background-color: #FF99FF;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
	max-width: 520px; /*was 520*/
	
	/*center*/
	/*top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;*/
	
	top: 30%;
 	left: 50%;
 	transform: translateX(-50%);
	
	/*text-shadow: 
     -1px 1px 4px #000;*/
	
	/*window decoration*/
	/*outline: 2px solid #000;*/
	box-shadow:
    inset 0 0 0 2px #fff,
		 0 0 0 2px #000000,
		-10px -10px #000000,
		-20px -20px #FF00FF,
		-30px -30px #FF66FF,
		-40px -40px #FFCCFF,
		-50px -50px #CCCCFF;
	
	/*always hide because visibility gets set when things get clicked*/
	visibility: hidden;
	opacity: 0;
	
	transition: all .5s;
	
}
/*wrap text around image*/
.popupwindow img{
	float:left;
	padding: 10px;
	max-width: 150px;
}
/*in-text icons are treated different (used in social)*/
.popupwindowIcons:not(.popupwindow){
	float:none;
	padding: 0px;
	max-width: 20px;
}
/*h1's for popupwindow's should hang off the top a little*/
.popupwindow h1{
	margin-top: -30px;
}

.popupwindow a{
	text-decoration: none;
	color: white;
	
	padding: 10px;
	
	text-shadow: 
     2px   0  0   #000, 
    -2px   0  0   #000, 
     0    2px 0   #000, 
     0   -2px 0   #000, 
     1px  1px 0   #000, 
    -1px -1px 0   #000, 
     1px -1px 0   #000, 
    -1px  1px 0   #000,
     1px  1px 5px #000;
}

.popupwindow a:hover{
	color: #FF02FF;
}



/*MEET THE TEAM PAGE*/
/*the team container*/
.team{
	
	position: absolute;
	
	color: white;
	font-family: '04b_08regular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	
	/*min-width: 960px;*/
	
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	
	/*temp centering*/
	/*top: 50%;
	transform: translate(50%, -50%);*/
	
}
/*the actual icons*/
.team_ico{
	
	cursor: help;
	
	background-color: black;
	padding: 0px;
	
	float: left;
	
  	margin-right:52px;
	margin-top: 30px;
	margin-bottom: 30px;
	
	max-width: 150px;
	/*text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
    0 5px 0 #ccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent,
    0 9px 0 transparent, 0 10px 10px rgba(0, 0, 0, 0.4);*/
	
	/*box-shadow:
    inset 0 0 0 2px #fff,
		 0 0 0 2px #000000,
		-10px 10px #000000,
		-20px 20px #FF00FF,
		-30px 30px #FF66FF,
		-40px 40px #FFCCFF,
		-50px 50px #CCCCFF;*/
	animation: bouncey 0.4s alternate ease-out infinite;
	
}
/*icons don't have an image but if they would then control the size...*/
.team_ico img{
	padding: 5px;
	left:50%;
	max-width: 130px;
}
.team_ico p{
	/*background-color: black;*/
	
	margin-top: 0px;
	margin-bottom:0px;
	padding: 5px;
	
	
}
/*animation delays - team is bouncy castle*/
.team_ico:nth-child(1) {
  -webkit-animation-delay: 0.1s;
}
.team_ico:nth-child(2) {
  -webkit-animation-delay: 0.2s;
}
.team_ico:nth-child(3) {
  -webkit-animation-delay: 0.3s;
}
.team_ico:nth-child(4) {
  -webkit-animation-delay: 0.4s;
}
.team_ico:nth-child(5) {
  -webkit-animation-delay: 0.5s;
}
.team_ico:nth-child(6) {
  -webkit-animation-delay: 0.6s;
}
.team_ico:nth-child(7) {
  -webkit-animation-delay: 0.7s;
}
.team_ico:nth-child(8) {
  -webkit-animation-delay: 0.8s;
}
.team_ico:nth-child(9) {
  -webkit-animation-delay: 0.9s;
}
.team_ico:nth-child(n+10) {
  -webkit-animation-delay: 1s;
}

/*THE GAMES (past and current selection)*/
/*all the years (hide first run)*/
.gameyear{

	position:absolute;
	
	top: 0px;
	
	background-position:fixed;
	background: rgba(0, 0, 0, 0.7);
	background-size: cover;
	/*hide and show (animate)*/
	/*visibility: hidden;
	opacity: 0;
	transition: all .5s;*/
	
	display: none;
}
/*the parent container*/
.the_games{
	
	position:absolute;
	
	padding: 20px;
	right: 0px;
	top: 0px;
	
	min-width: 50%;
	max-width: 60%;
	
	/*text*/
	font-family: 'antropos', Georgia, serif;
	font-size: 20px;
	
	/*hide first (shown when enabled by button)*/
	display: none;
	
}
.the_games a{
	text-decoration: none;
	color: #FEBE00;	
	text-shadow: 
     2px   0  0   #000, 
    -2px   0  0   #000, 
     0    2px 0   #000, 
     0   -2px 0   #000, 
     1px  1px 0   #000, 
    -1px -1px 0   #000, 
     1px -1px 0   #000, 
    -1px  1px 0   #000,
     1px  1px 5px #000;
}
.the_games a:hover{
	color: #6498CE;
}
.the_games div{
	padding: 20px;
	clear: left
}
.the_games img{
	width: 300px;
	float: left;
	clear: none;
	padding: 10px;
}
.the_games h1{
	/*position: fixed;*/
	margin-top: -25px;
	padding-bottom: 10px;
}





/*PHOTOGRAPHY (THE GALLERY)*/
/*the container
.photomenu{
	position: absolute;
	bottom: 0px;
  white-space: nowrap;
}*/

/*the actual photo selections*/
.photomenuThumbs{
	
	position: absolute;
	bottom:0px;
	white-space:nowrap;
	
	background-position:scroll;
	/*background: rgba(0, 0, 0, 0.7);*/
	background-color:black;
	background-size: cover;
	
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	
	/*overflow-x:scroll;*/
	
}
/*containing element for the thumbnails, shown side by side*/
.photomenuThumbnailDiv{
	display: inline-block;
	position:relative;
}
/*text over the thumbnails*/
.photomenuThumbnailDiv span{
	position: absolute;
    display: block;
	
    bottom:5px;
    left:5px;
    
	background-color: black;
	color :white;
	font-family: '04b_08regular', Arial, Helvetica, sans-serif;
}
.photomenuThumbs img{
	max-height: 200px;
	padding-left: 5px;
	cursor:pointer;
}
.photomenuThumbs img:hover{
	filter: brightness(150%);
}
/*next and previous scroll buttons*/
.photomenuNext{
	margin-left: 445px;
}
.photomenuPrev{
	margin-left: 280px;
}
.photomenuNext, .photomenuPrev, .photomenuClose{
	position: fixed;
	background-color: black;
	color :white;
	font-family: '04b_08regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: -40px;
	z-index: 100;
	padding-left: 3pt;
	padding: 10px;
	cursor:pointer;
}
.photomenuNext:hover, .photomenuPrev:hover, .photomenuClose:hover{
	color: #FEBE00;
}
/*close button*/
.photomenuClose{
	right: 0px;
	/*z-index: 50;*/
}
/*title of each set of thumbnails (name of individual batches) photomenuTitle*/
.photomenuTitle{
	
	position: absolute;
	margin-top: -20px;
	z-index: 100;
	
	text-align: left;
	
	font-family: 'ca_kisskissbangbangregular', Georgia, serif;
	font-size: 30px;
	color: #FEBE00;
	transform: rotate(-4.5deg);
	
	/*outline (strong with shadow)*/
	text-shadow: 
     2px   0  0   #000, 
    -2px   0  0   #000, 
     0    2px 0   #000, 
     0   -2px 0   #000, 
     1px  1px 0   #000, 
    -1px -1px 0   #000, 
     1px -1px 0   #000, 
    -1px  1px 0   #000,
     5px  5px 0px #000,
	 5px  3px 0px #000,
	 5px  1px 0px #000;
}
/*THE OPPENED PHOTO photos that pop up in their lightbox*/
.photoPopup{
	z-index: 200;
	position: fixed;
	/*max-width: 100%;*/
	
	width: 100%;
	height: 100%;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	
	background-color: black;
	
	cursor:pointer;
}
.photoPopupCaption{
	width: 100%;
	position: fixed;
	bottom: 0px;
	color :white;
	font-family: '04b_08regular', Arial, Helvetica, sans-serif;
	background: rgba(0, 0, 0, 0.7);
	text-align:center;
}
.photoPopupCaption:a{
	text-decoration:none;
	color: #FEBE00;
	
}
.photoPopupCaption:hover{
	color: #FEBE00;
}
/*the photo popup (lightbox) next/prev buttons*/
.photoPopupNextBtn, .photoPopupPrevBtn{
	font-family: '04b_08regular', Arial, Helvetica, sans-serif;
	color: white;
	font-size: 50px;
	width: 50px;
	height: 50px;
	position: fixed;
	padding-left: 10px;
	/*top: 50%;
	bottom: 50%;*/
	right: 0px;
	bottom: 19px;
	background: rgba(0, 0, 0, 0.7);
}
.photoPopupNextBtn:hover, .photoPopupPrevBtn:hover{
	color: #FEBE00;
}
.photoPopupPrevBtn{
	right: 60px;
}


/*UNIVERSAL*/

body{
	margin:0;
	/*width: 100%;
	height: 100%;
	background-size:100% 100%;*/
	background-color: black;
	color: white;
}

html{
	scroll-behavior: smooth;
}

/*H1 FOR ALL WINDOWS AND POPUPS (universal titles)*/
.popupwindow h1, .the_games h1{
	font-family: 'ca_kisskissbangbangregular', Georgia, serif;
	font-size: 30px;
	color: #FEBE00;
	transform: rotate(-4.5deg);
	/*all titles hang off the side a little*/
	margin-left: -30px;
	/*outline (strong with shadow)*/
	text-shadow: 
     2px   0  0   #000, 
    -2px   0  0   #000, 
     0    2px 0   #000, 
     0   -2px 0   #000, 
     1px  1px 0   #000, 
    -1px -1px 0   #000, 
     1px -1px 0   #000, 
    -1px  1px 0   #000,
     5px  5px 0px #000,
	 5px  3px 0px #000,
	 5px  1px 0px #000;
	
}
/*CLOSE BUTTON FOR POP UP WINDOWS*/
/*this is the close X button*/
.popupwindow:before, .photoPopup:before{
	display: inline-block;
	content: "\00d7"; /*X*/
	float:right;
	cursor:pointer;
	color:white;
	width:30px;
	height:30px;
}

/*THE BACKGROUND SLIDESHOW - DO NOT TOUCH*/
._backgroundSlideshow{
	
	overflow: hidden;
	/*100% 100% scales with distortion, cover contains without distortion*/
    /*background-size: 100% 100%;*/
	background-size: cover;
	
    /*background-image: url('images/slideshow/DSC_5461.jpg');*/
	
	min-width: 100%;
	min-height: 100%;
	
	width: 100vh;
	height: 100vh;
	
	background-attachment: fixed;
	position: fixed;
	
	/*animation: fadein 3s;*/
}
/*animation states*/
._backgroundSlideshowOut{
	animation: fadeOut 3s;
}
._backgroundSlideshowIn{
	animation: fadein 3s;
}


/*ANIMATIONS*/

@keyframes fadeinClear{
    0% { 
		opacity: 0;
	}
    100%   { 
		opacity: 1;
	}
}

@keyframes fadein {
    0% { 
		opacity: 0;
		filter: blur(30px);
	}
    100%   { 
		opacity: 1;
		filter: blur(0px);
	}
}

@keyframes fadeout{
    0% { 
		opacity: 1;
		filter: blur(0px);
	}
    100%   { 
		opacity: 0;
		filter: blur(30px);
	}
}

@keyframes swipe {
    0% {
        /*transform: translateX(-100%);*/
		opacity: 0;
		clip-path: inset(0 0 0 100%);
    }
    100% {
        /*transform: translateX(0);*/
		opacity: 1;
		clip-path: inset(0 0 0 0);
    }
}

@keyframes leftToRight{
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes colorRotate{
	0%{
		filter: hue-rotate(5deg);
	}
	50%{
		filter: hue-rotate(405deg);
	}
	100%{
		filter: hue-rotate(5deg);
	}
}

@keyframes bounce {
    0% { top: 0; }
   25% { top: 12px; }
   30% { top: 12; }
   75% { top: 20px; }
  100% { top: 0; }
	/*0% { transform: translateY(20px); }
  100% { transform: translateY(-10px);*/
}

@keyframes bouncey {
	0% {
		transform: translateY(15px);
		box-shadow:
    inset 0 0 0 2px #fff,
		 0 0 0 2px #000000,
		-10px -10px #000000,
		-20px -20px #FF00FF,
		-30px -30px #FF66FF,
		-40px -40px #FFCCFF,
		-50px -50px #CCCCFF;
	}
	100%{
		transform: translateY(-5px);
		box-shadow:
		inset 0 0 0 2px #fff,
			 0 0 0 2px #000000,
			-10px 10px #000000,
			-20px 20px #FF00FF,
			-30px 30px #FF66FF,
			-40px 40px #FFCCFF,
			-50px 50px #CCCCFF;
		
	}
}