#footer{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 13pt;
	background-color: #323232;
	padding: 3pt 0 3pt 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: light;
	
}

#footer p{
	margin-left: 10px;
	text-align: center;
	color: #d7d7d7;
	font-size: 10pt;
}
footer a{
	color: #d7d7d7;
	transition: all 0.5 ease-out;
}
footer a:hover{
	color: #ebebeb;
}
#wrap{
	clear: both;
	height: 100%;
}

#stickyNote{
	width: 20vw;
	height: 20vw;
	position: fixed;
	bottom: -12vw;
	right: -5vw;
	transition: all 0.8s ease-out;
}
#stickyNote:hover{
	bottom: -1.5vw;
	right: 0vw;
}
#stickyNote img{
	width: 20vw;
	position: relative;
	top: 0;
	left: 0;	
}
#stickyNote p{
	font-family: 'Crafty Girls', cursive;
	font-weight: bold;
	font-size: 1.5vw;
	position: absolute;
	top: 5vw;
	left: 6vw;
	
	min-width: 14px;
}
#stickyNote a img{	
	position: absolute;
	top: 10vw;
	left: 7vw;
	width: 5vw;
	min-width: 14px;
	opacity: 0.8;
	transition: all 0.2s ease-out;
}
#stickyNote a img:hover{
	opacity: 1;
}
#toTop{
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 30pt;
	color: #adadad;
	z-index: 10;
	visibility: hidden;
	padding: 5px;
}

@media all and (max-width:800px), all and (max-device-width: 800px){
	#stickyNote{
		display: none;
	}
}