
#tf-blogMain{
	/* background: url(../img/projects/BlogPost1/BlogPost1heading.jpg); */
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;/*
	background: url(../img/blog/headingpage.jpg);
	background-position-x: 50%;
	background-position-y: 180%;
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;*/
}

.backgroundImageMasterthesis{
	background: url(../img/projects/BlogPost1/BlogPost1heading.jpg);
}

.backgroundImagePickByVision{
	background: url(../img/blog/headingpage.jpg);
}

.backgroundImageShiftAlarm{
	background: url(../img/projects/ShiftAlarm/IndustryFromAbove.jpg);
}

.backgroundImageLS4Unity{
	background: url(../img/projects/LS4Unity/headingpage.jpg);
}

#tf-blogMain .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */

	background-attachment: fixed;
}

#tf-blogMain .content{
	position: relative;
	padding: 15% 50px 100px;
}


#tf-blogMain .post-meta{
	margin-top: 50px;
}

#tf-blogMain .authorPicture{
	display: inline-block;
	position: absolute;
	margin-top: 33px;
	margin-left: -65px;
}


h2{
	text-transform: uppercase;
	line-height: 40px;
	margin:  0;
}
@media (max-width: 614px){
	#tf-blogMain h1{
		margin-top: 100px;
		padding-left: 5px;
		padding-right: 5px;
	}
	#tf-blogMain p.lead{
		
		padding-left: 5px;
		padding-right: 5px;
	}
}
body{
	background-color: transparent;
}
#tf-blogOverview, #tf-blogMain{

	background-color: #FFF;
}

#tf-blogOverview h3{
	font-size: 20px;
}

#tf-blogOverview .post-preview{
	color: #000;
	padding: 50px ;
	margin-top: 100px;
	border-radius: 10px;
	background-color: transparent;
}
#tf-blogOverview .post-content{
	color: #000;
	padding: 50px;
	border-radius: 10px;
	background-color: transparent;
}

#tf-blogOverview .post-image{
	min-width: 180px;
	max-width: 300px;
}
#tf-blogOverview .post-title, #tf-blogOverview .post-image{
	margin-top: 20px;
}

#tf-blogOverview .pdf{
	padding-top: 3em;
}

#tf-blogOverview video{
	padding-top: 3em;
}

#tf-menu{
	background-color: transparent; !important;
}



.noLinkColor, .noLinkColor:hover, .noLinkColor:focus{
	color: black;
}