/* ----- ----- ----- ----- ----- ----- ----- */
/*About Page StyleSheet*/
/* ----- ----- ----- ----- ----- ----- ----- */
	#main-container-fluid{
		background: white;
		color:black;
		position: relative;
	}
	#main-container{
		/*min-height: 1000px;*/
		background-position: right top;
		background-repeat: no-repeat;
		background: white;
	}
	#about-infographic img{
		width: 100%;
	}
	#tunit-history p{
		line-height: 25px;
		margin: 15px auto;
	}
	#tunit-today p{
		font-size: 12px;
		font-weight: bold;
		margin: 15px auto;
	}	
/* ----- ----- ----- ----- ----- ----- ----- */
/*Statement and Vision*/
/* ----- ----- ----- ----- ----- ----- ----- */
	#statement{
		color: white;
		margin: 45px auto;
	}
	#statement .header{
		background: #444;
		position: absolute;
		border-radius: 10px;
		font-size: 18px;
		padding: 15px 20px;
		padding-right: 30px;
		top: -52px;
		font-family: 'Futura_Heavy';
	}
	#statement p{
		background: #444;
		border-radius: 10px;
		padding: 20px;
		padding-top: 20px;
	}
/* ----- ----- ----- ----- ----- ----- ----- */
/*Respnsive CSS*/
/* ----- ----- ----- ----- ----- ----- ----- */
	/*Mobile Screen Sizes*/
	@media only screen and (max-width : 767px){
		#main-container{
			background: white !important;
		}
		#statement{
			background: #444;
			border-radius: 10px;
		}
		#statement .header{
			position: static;
			padding: 10px;
			margin: 0px;
		}
		#statement p{
			margin: 0px;
			padding: 0px 10px;
			padding-bottom: 10px;
		}
	}
	/*Small Screen Sizes*/
	@media only screen and (min-width: 768px) and (max-width:  991px){
		#main-container{
			background: white !important;
		}
	}
	/*Medium Screen Sizes*/
	@media only screen and (min-width: 992px) and (max-width: 1199px){
		#main-container{
			background: white !important;
		}
	}
/* ----- ----- ----- ----- ----- ----- ----- */
/* ----- ----- ----- ----- ----- ----- ----- */
/* ----- ----- ----- ----- ----- ----- ----- */
