/*------------------------------------general-----------------------------------------*/
body{
	margin:0;
	padding:0;
	background-color:#f7f2df;
}

div{
	margin:0;
	padding:0;
	border:0;
}

a{
	text-decoration:none;
	color:#000000;
}

/*---------------------------------------fonts------------------------------------------*/


@font-face{
    font-family:"alexhd";
    font-style:normal;
	font-weight:normal;
    src: url(../fonts/alexhandrawn01.ttf) format('truetype');
}


/*------------------------------------animations-----------------------------------------*/


@keyframes flips{

	0%{background-image:url('../images/pencilGold02.png'); background-size:100px 100px;}
	33%{background-image:url('../images/pencilGold03.png'); background-size:100px 100px;}
	66%{background-image:url('../images/pencilGold04.png'); background-size:100px 100px;}
	100%{background-image:url('../images/pencilGold05.png'); background-size:100px 100px;}

}

@keyframes float1{

	0%{transform:translateY(0px);}
	50%{transform:translateY(-4px);}
	100%{transform:translateY(0px);}

}

@keyframes squigDance{

	0%{transform:rotate(2deg);}
	50%{transform:rotate(-2deg);}
	100%{transform:rotate(2deg);}

}


/*------------------------------------pop-----------------------------------------*/

#preloaderContainer{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0;
	background-color:#f7f2df;
	z-index:10;
}

#popPreload{
	position:absolute;
	height:80%;
	width:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}


/*------------------------------------intro-----------------------------------------*/

#introContainer{
	position:fixed;
	width:100vw;
	height:100vh;
	background-color:#f7f2df;
	top:0;
	z-index:9;
	overflow:hidden;
}

#introTitleContainer{
	position:absolute;
	width:1200px;
	height:236px;
	top:30px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	transform:scale(0.8,0.8);
}

.titleLetter{
	position:relative;
	height:100%;
	width:auto;
	display:inline-block;
	margin:0 -5px;
	opacity:0;
	transform:translateY(60px);
}

#titleSpacer{
	position:relative;
	width:6%;
	height:100%;
	display:inline-block;
	background-color:rgba(0,0,0,0.0);
}

.sTitle{
	margin:0 -20px;
}


#seCutOut01{
	position:absolute;
	width:360px;
	height:360px;
	bottom:0px;
	left:0;
	right:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	opacity:0;
}

.cutoutIMG{
	position:absolute;
	height:100%;
	width:auto;
	left:0;
	right:0;
	margin:auto;
}

#introGoldPencil{
	position:absolute;
	width:600px;
	height:auto;
	top:60px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	opacity:0;
	transform:scale(0.8,0.8);
}

#sumTitle{
	position:absolute;
	width:330px;
	height:auto;
	top:330px;
	bottom:0;
	left:0;
	right:700px;
	margin:auto;
	opacity:0;
	transform:translateY(40px);
	background-color:rgba(0,0,0,0.0);
}

#tourTitle{
	position:absolute;
	width:250px;
	height:auto;
	top:320px;
	bottom:0;
	left:700px;
	right:0;
	margin:auto;
	opacity:0;
	transform:translateY(40px);
	background-color:rgba(0,0,0,0.0);
}

#yearTitle{
	position:absolute;
	width:200px;
	height:auto;
	top:0;
	bottom:340px;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
	transform:translateY(40px);
	background-color:rgba(0,0,0,0.0);	
}

.squig{
	position:absolute;
	width:320px;
	height:auto;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	opacity:0;
	
	animation:  600ms infinite;	
}



#squig1{
	top:0;
	bottom:330px;
	left:0;
	right:700px;
	transform:translateX(100px);
}

#squig2{
	top:0;
	bottom:350px;
	left:700px;
	right:0;
	transform:translateX(-100px);
}

#squig3{
	top:500px;
	bottom:0;
	left:0;
	right:700px;
	transform:translateX(100px);
}

#squig4{
	top:520px;
	bottom:0;
	left:720px;
	right:0;
	transform:translateX(-100px);
}


@media (min-width:1001px) and (max-width:1200px){
#introTitleContainer{
	width:1000px;
	height:200px;
}
}

@media (min-width:1001px) and (max-width:1100px){
#sumTitle{
	width:300px;
}

#tourTitle{
	width:230px;
}

#yearTitle{
	width:180px;
}


.squig{
	width:300px;
}

#squig2{
	left:660px;
}

#squig4{
	top:520px;
	bottom:0;
	left:680px;
	right:0;
}
}

@media (min-width:801px) and (max-width:1000px){
#introTitleContainer{
	width:800px;
	height:163px;
}

#sumTitle{
	width:240px;
	top:260px;
	right:580px;
}

#tourTitle{
	width:180px;
	top:280px;
	left:600px;
}

#yearTitle{
	width:160px;
	bottom:270px
}


.squig{
	width:300px;
}

#squig1{
	bottom:270px;
	right:490px;
}

#squig2{
	bottom:280px;
	left:480px;
}

#squig3{
	top:430px;
	right:490px;
}

#squig4{
	top:410px;
	bottom:0;
	left:500px;
	right:0;
}

}

@media (min-width:601px) and (max-width:800px){
#introTitleContainer{
	width:600px;
	height:122px;
	top:0px;
	bottom:260px;
}

.sTitle{
	margin:0 -10px;
}

#sumTitle{
	width:240px;
	top:0;
	bottom:80px;
	left:0;
	right:340px;
}

#tourTitle{
	width:160px;
	top:0;
	bottom:80px;
	left:125px;
	right:0;
}

#yearTitle{
	width:120px;
	top:0;
	bottom:80px;
	left:460px;
	right:0;
}


.squig{
	width:300px;
}

#squig1{
	display:none;
}

#squig2{
	width:400px;
	bottom:480px;
	left:0;
	right:0;
}

#squig3{
	display:none;
}

#squig4{
	display:none;
}
}

@media (min-width:541px) and (max-width:600px){
#introTitleContainer{
	width:500px;
	height:100px;
	bottom:280px;
}

.sTitle{
	margin:0 -5px;
}

#sumTitle{
	width:190px;
	top:0;
	bottom:80px;
	left:0;
	right:290px;
}

#tourTitle{
	width:130px;
	top:0;
	bottom:80px;
	left:80px;
	right:0;
}

#yearTitle{
	width:100px;
	top:0;
	bottom:80px;
	left:360px;
	right:0;
}


.squig{
	width:300px;
}

#squig1{
	display:none;
}

#squig2{
	width:400px;
	bottom:480px;
	left:0;
	right:0;
}

#squig3{
	display:none;
}

#squig4{
	display:none;
}

#introGoldPencil{
	width:460px;
}
}

@media (min-width:0px) and (max-width:540px){
#introTitleContainer{
	width:400px;
	height:82px;
	bottom:280px;
}

.sTitle{
	margin:0 -5px;
}

#sumTitle{
	width:190px;
	top:0;
	bottom:120px;
	left:0;
	right:180px;
}

#tourTitle{
	width:130px;
	top:0;
	bottom:120px;
	left:180px;
	right:0;
}

#yearTitle{
	width:100px;
	top:0;
	bottom:0px;
	left:0;
	right:0;
}

#seCutOut01{
	width:320px;
	height:320px;
}

.squig{
	width:300px;
}

#squig1{
	display:none;
}

#squig2{
	width:300px;
	bottom:410px;
	left:0;
	right:0;
}

#squig3{
	display:none;
}

#squig4{
	display:none;
}

#introGoldPencil{
	width:460px;
}

}

@media (min-width:0px) and (max-width:400px){

#introTitleContainer{
	width:320px;
	height:66px;
	bottom:280px;
}

}

@media only screen and (min-width:0px) and (max-width:400px) and (orientation:landscape){

#seCutOut01{
	width:220px;
	height:200px;
}

}




/*------------------------------------nav-----------------------------------------*/

.seLogoContainer{
	position:fixed;
	background-color:rgba(0,0,0,0.0);
}

#seLogoPL{
	width:90px;
	height:90px;
	top:20px;
	left:20px;
}


.hbPencil{
	position:absolute;
	width:100%;
	height:100%;
}

.hbSE01{
	position:absolute;
	width:30px;
	height:auto;
	top:0;
	bottom:4px;
	left:0;
	right:0;
	margin:auto;
}

/*---------------------------------------main--------------------------------------------*/

#titleBox{
	position:absolute;
	width:290px;
	height:170px;
	top:30px;
	left:0;
	right:45px;
	margin:auto;
	opacity:0;
	background-color:rgba(0,0,0,0.0);
}

#seTitle01{
	position:absolute;
	width:100%;
	height:auto;
	top:44px;
}

#popsicle01{
	position:absolute;
	width:auto;
	height:100%;
	left:0;
	right:0;
	margin:auto;
}

.vertSection{
	height:100vh;
	display:inline-block;
}

#leftBar{
	position:fixed;
	width:175px;
	height:100px;
	top:0;
	bottom:0;
	left:40px;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
	opacity:0;
	transform:translateX(-10px);
}

#leftText{
	font-family:"alexhd";
	font-size:13px;
	font-weight:300;
	letter-spacing:-1px;
	line-height:20px;
	text-align:justify;
	margin:0;
}

.boldText{
	font-weight:700;
}

/*-----------------------calendar---------------------------------*/

#calContainer{
	position:absolute;
	width:725px;
	height:415px;
	top:140px;
	bottom:0;
	left:0;
	right:40px;
	margin:auto;
	background-color:rgba(0,0,0,0.0);
}

@media (max-height:660px){
#calContainer{
	top:240px;
	bottom:auto;
}

}

.calBlock{
	position:relative;
	width:80px;
	height:80px;
	margin:10px;
	display:inline-block;
	opacity:0;
	transform:translateY(20px);
}

.calBlockBG{
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(239,232,208,1.0);
	z-index:0;
	transition:1000ms cubic-bezier(0.05,0.89,0.21,0.98);
}

.calBlock:hover .calBlockBG{
	cursor:pointer;
	transform:scale(1.1,1.1) translateY(-5px);
}

.calIcon{
	position:absolute;
	width:50px;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:1;
	transition:1000ms 150ms cubic-bezier(0.05,0.89,0.21,0.98);
}

.showIcon{
	width:80px;
}

.qMark{
	width:auto;
	height:40px;
}


.calBlock:hover .calIcon{
	cursor:pointer;
	transform:scale(1.1,1.1) translateY(-5px);
	animation: float1 1500ms infinite;
}

.calText{
	position:absolute;
	top:-10px;
	left:3px;
	margin:0;
	z-index:1;
}

.calDay{
	position:relative;
	font-family:"acumin-pro";
	font-size:10px;
	font-weight:300;
	margin:0;
}

.calDate{
	position:relative;
	font-family:"acumin-pro";
	font-size:10px;
	font-weight:700;
	margin:0;
	top:-5px;
}

.monthMarker{
	position:absolute;
	height:auto;
	transform:rotate(-90deg);
	transition:200ms;
}

#julyMarker{
	width:73px;
	top:31px;
	right:48px;
}

#augMarker{
	width:93px;
	top:29px;
	right:39px;
}

#block01:hover #julyMarker{
	transform:rotate(-90deg) translateY(-3px);
}

#block25:hover #augMarker{
	transform:rotate(-90deg) translateY(-3px);
}

/*-----------------------tiles---------------------------------*/

.show01{
	background-color:#77e0c1;
}

.show02{
	background-color:#038fdd;
}

.showQ{
	background-color:#d46051;
}

.show03{
	background-color:#edac00;
}

.show04{
	background-color:#edac00;
}

.show05{
	background-color:#6659b0;
}

.show06{
	background-color:#f42534;
}

.show07{
	background-color:#f5e600;
}

.show08{
	background-color:#f5e600;
}

.show09{
	background-color:#f5e600;
}

.show10{
	background-color:#f5e600;
}

.show11{
	background-color:#bfd09b;
}

.show12{
	background-color:#ffbf9e;
}

.show13{
	background-color:#6b3f23;
}

.show14{
	background-color:#b9c2c1;
}

.show15{
	background-color:#b9c2c1;
}

.show16{
	background-color:#b9c2c1;
}

.show17{
	background-color:#b9c2c1;
}

.show18{
	background-color:#f7931e;
}

.show19{
	background-color:#68d6e6;
}

.showOsh{
	background-color:#c553b6;
}

/*-------------------------------------modal----------------------------------------*/

#modalWindow{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0;
	background-color:rgba(247,242,223,0.94);
	opacity:0;
	z-index:-1;
}


#xBox{
	position:absolute;
	width:60px;
	height:60px;
	top:40px;
	right:40px;
	background-color:rgba(0,0,0,0.0);
	transition:200ms;
}

#xBox:hover{
	cursor:pointer;
	transform:scale(1.1,1.1) rotate(360deg);
}

.xLine{
	position:absolute;
	width:100%;
	height:1px;
	top:29px;
	background-color:rgba(0,0,0,1.0);
}

#xLine1{
	transform:rotate(45deg);
}

#xLine2{
	transform:rotate(-45deg);
}

#tileContainer{
	position:absolute;
	width:360px;
	height:460px;
	top:0;
	bottom:50px;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
	background-color:rgba(0,0,0,0.0);
}

.loadedIMG{
	position:absolute;
	width:100%;
	height:auto;
}

.noShowText{
	position:absolute;
	font-family:"alexhd";
	font-size:19px;
	font-weight:300;
	letter-spacing:-2px;
	width:240px;
	height:120px;
	top:220px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	background-color:rgba(0,0,0,0.0);
}

.buttonLink{
	position:absolute;
	width:100%;
	height:100%;
}

#modalButton{
	position:absolute;
	width:220px;
	height:50px;
	top:450px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-color:rgba(0,0,0,1.0);
	z-index:100000;
	transition:200ms;
	opacity:0;
}

.buttonText{
	font-family:"alexhd";
	font-size:18px;
	font-weight:700;
	letter-spacing:-2px;
	position:absolute;
	width:220px;
	height:18px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	color:#000000;
	text-align:center;
	background-color:rgba(255,255,255,0.0);
}

#buttonGlow{
	position:absolute;
	width:220px;
	height:50px;
	top:450px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:1;
	opacity:0;
	transition:200ms;
}

#glow1{
	position:absolute;
	width:120px;
	right:180px;
	transform:rotate(90deg);
}

#glow2{
	position:absolute;
	width:120px;
	left:180px;
	transform:rotate(-90deg);
}

#modalButton:hover{
	cursor:pointer;
	transform:translateY(3px);
}

#modalButton:hover .buttonText{
	color:#000000;
}

#modalButton:hover + #buttonGlow{
	opacity:1;
}


/*-------------------------------------footer----------------------------------------*/

#vertFooter{
	position:fixed;
	width:100px;
	right:0px;
	background-color:rgba(0,0,0,1.0);
}


#seLogoVF{
	width:120px;
	height:120px;
	top:0;
	bottom:0;
	right:45px;
	margin:auto;
	background-image:url('http://www.sesummerstage01.limbosociety.com/images/pencilGold01.png');
	background-repeat: no-repeat;
	background-position:center;
	background-size:120px 120px; 
}

#VFLogoIMG{
	transition:200ms;
}

#seLogoVF:hover{
	animation: flips 200ms infinite;
}

#seLogoVF:hover #VFLogoIMG{
	transform:scale(1.1,1.1);
}

#socialContainer{
	position:absolute;
	width:20px;
	height:160px;
	bottom:100px;
	right:40px;
	background-color:rgba(255,255,255,0.0);
}

.socialIcon{
	margin:5px 0px;
	transition:200ms;
}

.socialIcon:hover{
	transform:scale(1.2,1.2) rotate(360deg);
}



/*-----------------------creds---------------------------------*/

.credText{
	position:absolute;
	font-family:"alexhd";
	font-size:12px;
	font-weight:300;
	letter-spacing:-1px;
	line-height:14px;
	text-align:right;
	margin:0;
	right:120px;
	width:160px;
	transition:200ms;
}

#upperCredText{
	top:20px;
}

#lowerCredText{
	bottom:20px;
}

.credLink{
	transition:200ms;
}

.credLink:hover{
	color:#ffc700;
}



/*--------------------------------------MQS------------------------------------------*/


@media (min-width:0px) and (max-width:1200px){

#leftBar{
	width:125px;
	height:130px;
	left:10px;
}

}


@media (min-width:0px) and (max-width:1080px){

#leftBar{
	width:175px;
	height:100px;
	top:40px;
	left:20px;
	bottom:auto;
}

#lowerCredText{
	top:90px;
	bottom:auto;
}

#calContainer{
	right:100px;
}

}

@media (min-width:0px) and (max-width:960px){


#calContainer{
	width:620px;
	height:500px;
	top:240px;
	right:100px;
}

}



@media (min-width:0px) and (max-width:786px){

#titleBox{
	position:relative;
	width:290px;
	height:170px;
	top:auto;
	left:-150px;
	right:0;
	margin:20px auto;
	opacity:0;
	background-color:rgba(0,0,0,0.0);
}

#calContainer{
	position:relative;
	width:520px;
	height:610px;
	top:0;
	bottom:auto;
	right:100px;
	margin:20px auto 100px auto;
}

#vertFooter{
	position:relative;
	height:180px;
	width:100vw;
	bottom:-5px;
}

.credText{
	right:20px;
}

#leftBar{
	position:absolute;
	width:230px;
	top:65px;
	left:300px;
	right:0;
	margin:auto;
}

.credText{
	top:20px;
	color:#f7f2df;
}

.credText a{
	color:#f7f2df;
}

#lowerCredText{
	left:20px;
	right:auto;
	text-align:left;
}

#seLogoVF{
	position:absolute;
	width:120px;
	height:120px;
	top:auto;
	bottom:120px;
	left:0;
	right:0;
	margin:auto;
}	

#socialContainer{
	position:absolute;
	width:160px;
	height:20px;
	bottom:20px;
	left:0;
	right:0;
	margin:auto;
	background-color:rgba(255,255,255,0.0);
}

.socialIcon{
	height:100%;
	width:auto;
	margin:0px 4px;
}

}

@media (min-width:0px) and (max-width:600px){

#titleBox{
	position:relative;
	width:290px;
	height:170px;
	top:auto;
	left:0;
	right:0;
	margin:20px auto;
	opacity:0;
	background-color:rgba(0,0,0,0.0);
}

#leftBar{
	position:relative;
	width:230px;
	top:0;
	left:0;
	right:0;
	margin:20px auto;
}


}


@media (min-width:0px) and (max-width:560px){

#popPreload{
	position:absolute;
	height:360px;
	width:auto;
	top:0;
	bottom:120px;
	left:0;
	right:0;
	margin:auto;
}

#calContainer{
	position:relative;
	width:412px;
	height:715px;
	top:0;
	bottom:auto;
	right:100px;
	margin:20px auto 100px auto;
}



}

@media (min-width:0px) and (max-width:440px){



#calContainer{
	position:relative;
	width:312px;
	height:1025px;
	top:0;
	bottom:auto;
	right:100px;
	margin:20px auto 100px auto;
	background-color:rgba(255,255,255,0.0);
}

#titleBox{
	margin:50px auto 20px auto;
}

#tileContainer{
	width:250px;
	height:320px;
	top:50px;
	bottom:0;
}

#modalButton{
	top:370px;
}

#vertFooter{
	position:relative;
	height:300px;
	width:100vw;
	bottom:-5px;
}

#seLogoVF{
	top:-300px;
	bottom:0;
	
}	

#lowerCredText, .credText{
	position:relative;
	text-align:center;
	width:100%;
	left:0;
	right:0;
}

#upperCredText{
	top:70px;
}

#lowerCredText{
	top:120px;	
}

#socialContainer{
	bottom:125px;
}

}



