body,td,th {
	font-family: Roboto, Tahoma, Geneva, sans-serif;
}
a{
	text-decoration: none;
}
.text-animate {
	letter-spacing: 0.3em;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.text-animate:hover {
	letter-spacing: 0.5em;
}
.btn {
	border-radius: 0;
}
.btn.btn-primary {
	color: rgba(131,251,255,1.0);
	background-color: rgba(30,30,30,1.0);
	border-color: rgba(70,70,70,.5);
}
.btn.btn-primary:hover {
	color: rgba(251,251,131,1.0);
	background-color: rgba(15,45,60,1.0);
	border-color: rgba(70,70,70,.5);
}
.footer-copyright {
	font-size: .8em;
	text-align: center;
	color: rgba(100,100,100,1);
	letter-spacing: 0.3em;
}
.text-tp-primary{
	color: rgba(131,251,255,1.0);
}
.bg-tp-primary{
	background-color: rgba(131,251,255,1.0);
}
.text-tp-secondary{
	color: rgb(255, 243, 131);
}
.bg-tp-secondary{
	background-color: rgb(255, 243, 131);
}
.text-tp-mid-gray{
	color: rgb(127, 127, 127);
}
.bg-tp-mid-gray{
	background-color: rgb(127, 127, 127);
}
.project-card{
	scale: 1.0;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.project-card:hover{
	scale: 1.0;
}
.project-card img{
	scale: 1.0;
	filter:grayscale(0.85);
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
}
.project-card:hover img{
	filter:grayscale(0.0);
}

.projectImageCard {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.projectImageCard img{
	min-width: 100%;
	width: 100%;
}
.projectImageCard video{
	width:100%;
}
.projectImageCardTitle {
	background-color:rgba(0,0,0,0.8);
	width:100%;
	position: absolute;
	height:auto;
	z-index: 5;
	color: rgba(153,153,153,1.0);
	text-align:left;
	padding: 1%;
	top: 0;
	font-size: 1em;
}
.projectImageCardSubline {
	background-color:rgba(0,0,0,0.3);
	width:100%;
	height:auto;
	position: absolute;
	z-index: 6;
	color: rgba(220,220,220,1.0);
	text-align:right;
	padding: 1%;
	bottom: 0;
	letter-spacing: 0.3em;
	font-size: 0.7em;
}
.tpcastrole {
	color: rgba(230,190,35,1.00);
}
.tpcast {
	color: rgba(162,162,162,1.00);
}
.fs-7{
	font-size: 0.85em;
}
.text-indent{
	text-indent: 1em;
}
footer a{
	color: #0dcaf0;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
}
footer a:hover{
	color: #4fe2ff;
}