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


/* - - - - - - - -  - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - Small Screen - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - -  */
.presentation {
	background-color: #ffff89;
	font-family: PlantinMTPro-BoldCondensed;
	position: fixed;
	z-index: 100;
	line-height: 120%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 65px;
	padding-right: 80px;
	padding-top: 30px;
	letter-spacing: 0.01em;
	padding-bottom: 80px;
	height: 460px;
	width: 570px;
	text-align: left;
	font-size: 34px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);

}


.core {
	position: fixed;
	height: 460px;
	width: 550px;
	background-color: #fff;
	text-align: left;
	left:50%; 
	top:50%; 
	transform:translate(-50%,-50%); 
	-webkit-transform:translate(-50%,-50%); 
}

.PlantinMTPro-BoldCondensed { 
	font-family: PlantinMTPro-BoldCondensed;
	font-weight: normal;
	font-style: normal;
}


.presentation a{
	
	text-decoration: none;
	color: #000;
	border-bottom: 2px solid black;
	padding-bottom:1px;
}

.presentation a:hover{
	background-color: #FFF;
}

.snoblink  a{
	border-bottom: 0px;
	text-decoration:none;
}

.snoblink {
	margin-top:0px;
	margin-bottom:0px;
}

.emoji {
	position: relative;
	top: -100px;
	left: 510px;
}
	

.img1 {
    z-index: 10;
    position: fixed;
    top: -51%;
    left: -99%;
    width: 395px;
	
}


.img2 {
	z-index: 8;
	position:fixed;
	top: 34%;
	left: -59.2%;
	width: 175px;
	
}

.img3 {
	z-index: 7;
	position:fixed;
	width: 295px;
	top: -68%;
	left: 4%;
	right:75%;
}

.img4 {
    z-index: 6;
    width: 350px;
    position: fixed;
    right: -63%;
    top: -50%;

	
}

.img5 {
	z-index: 7;
	width: 260px;
	position:fixed;
	right: -99%;
	top: -22%;
}

.img6 {
	z-index: 16;
	width: 180px;
	position: fixed;
	left: 133%;
	top: 10%;
	
}

.img7 {
	z-index: 4;
	width: 325px;
	position: fixed;
	left: 140%;
	bottom: -10%;
}


.img8 {
	z-index: 2;
	width: 660px;
	position: fixed;
	top: 88%;
	right: -32%;
	
}

.img9 {
	z-index: 2;
	width: 220px;
	position:fixed;
	right: 138%;
	top: 40%;
}

.img10 {
    z-index: 1;
    width: 385px;
    position: fixed;
    top: 81%;
    transform: scaleX(-1);
    left: -50%;
    display: none;
}



/* - - - - - - - -  - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - Small Screen - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - - - -  

@media screen and (max-width: 650px) {

.poof {
	display:none;
}

.body {
	background-color: #ffff89;
	width: 100%;
}

.presentation {
width: 100%;
font-size: 0.4em;

}

.img1{
	display:none;
}
}*/