/* Put your custom css here */

	#bar_number {

		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index:10;
		background:#000;
		color:white;

	}
	
	#blackcontainer {

		background:#000;


	}
	
	#blackcontainer a:link,a:active,a:visited {color: #6f9529}
	
	h1 {
	font-size:24px;
	display:block;
	position:relative;
	overflow:hidden;
	font-weight:900;
	margin-bottom:0.625em;
}

h1.subTitle {
	font-weight: 300;
	font-family: georgia;
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
	margin-bottom:0;
	color:red;
}

h1.heading {
	font-size:36px;
	margin-bottom:1.388em;
	font-weight:900;
}

h1.heading span {
	font-size: 18px;
	line-height: 1.5;
	display: block;
	font-weight: 300;
	font-family: georgia;
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
	margin-bottom:0;
}

h1.heading.headingSmall {
	font-size:22px;
	margin-bottom: 0.5454em;
}

h1.heading.headingSmall span{
	font-size:15px;
}

.boxCardContent .tech {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
	transform: translate(-50%,-50%);
}

.boxCard2 {
	background: #fff;
	border: 0px solid #eee;

}
	

	
@media (max-width: 480px) {

p {  font-size: 14px; }
}