
#btkc_title_top {
	position:relative;
	left:0px;
	top:15px; /* was 0 */
	
	-webkit-animation-name: test-motion-btkc-title-top;
	animation-name: test-motion-btkc-title-top;
	-webkit-animation-duration:1s;
	animation-duration:1s;
}

@-webkit-keyframes test-motion-btkc-title-top {
	from {
		top:-100px;
	}
	to {
		top:45px;
	}
}
@keyframes test-motion-btkc-title-top {
	from {
		top:-100px;
	}
	to {
		top:15px;
	}
}


#btkc_title_in_the_hood {
	position:relative;
	left:0px;
	top:8px;
	
	-webkit-animation-name: test-motion-btkc-title-in-the-hood;
	animation-name: test-motion-btkc-title-in-the-hood;
	-webkit-animation-duration:3s;
	animation-duration:3s;
}

@-webkit-keyframes test-motion-btkc-title-in-the-hood {
	from {
		top:-200px;
	}
	to {
		top:8px;
	}
}

@keyframes test-motion-btkc-title-in-the-hood {
	from {
		top:-200px;
	}
	to {
		top:8px;
	}
}

#brittney_oval {
	-webkit-animation: test-motion-brittney 1s ease-in-out 1 alternate;
	-ms-animation: test-motion-brittney 1s ease-in-out 1 alternate;
	animation: test-motion-brittney 1s ease-in-out 1 alternate;

}

@-webkit-keyframes test-motion-brittney {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}
@-ms-keyframes test-motion-brittney {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}
@keyframes test-motion-brittney {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}

#brittney_oval_wide {
	-webkit-animation: test-motion-brittney-wide 1s ease-in-out 1;
	animation: test-motion-brittney-wide 1s ease-in-out 1;

}

@-webkit-keyframes test-motion-brittney-wide {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}
@keyframes test-motion-brittney-wide {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}

#difference_between {
	position:relative;
	left:0px;
	top:0px;
	
	-webkit-animation-name: test-motion-difference-between;
	animation-name: test-motion-difference-between;
	-webkit-animation-duration:3s;
	animation-duration:3s;
}

@-webkit-keyframes test-motion-difference-between {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@keyframes test-motion-difference-between {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

#cats_have_slaves {
	position:relative;
	left:0px;
	top:0px;
	opacity:0;
	
	-webkit-animation-name: test-motion-cats-have-slaves;
	animation-name: test-motion-cats-have-slaves;
	-webkit-animation-duration:8s;
	animation-duration:8s;
	-webkit-animation-delay:2s;
	animation-delay:2s;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

@-webkit-keyframes test-motion-cats-have-slaves {
	from {
		opacity:0;
		top:-30px;
	}
	to {
		opacity:1;
		top:0px;
	}
}
@keyframes test-motion-cats-have-slaves {
	from {
		opacity:0;
		top:-30px;
	}
	to {
		opacity:1;
		top:0px;
	}
}



#email_tim:hover {
	-webkit-animation: test-motion 1s ease-in-out 2 alternate;

}

@-webkit-keyframes test-motion {
	from {
		-webkit-transform: scale(1);
		
	}
	to {
		-webkit-transform: scale(1.5);
		
	}


}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}
