@charset "UTF-8";
/* CSS Document */

.aboutusDiv{
	width: 100%;
	min-height: 680px;
	height: 0;
	background: url(../../uploads/dallas-skyline-background-night-time.jpg) center center no-repeat;
	-webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
 	 background-attachment: scroll;
}
.importTextShadow{
	text-shadow: 2px 2px 8px hsla(0,0%,0%,0.77);
}
.aboutUsSectionBackground{
	background: url(../rsc/background/half-blue-mother-board-image-alpha-bg.png) center bottom no-repeat;
}

@media screen and (max-width : 520px){
	.aboutusDiv{min-height: 880px}
}