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


body { 
	overflow-x: hidden; 
	/*overflow-y: hidden; */
	font-family: 'Oxygen', sans-serif;
	font-size:100%;
	color:rgba(0,0,0,1);
}


#header_small { 
	position:fixed;
	z-index:1000;
	display:none;
	top:0;
	left:0;
	background-color:#FFFFFF;
}

a:link {
	color:#646865;;
	text-decoration:none;
}

a:visited {
	color:#646865;
	text-decoration:none;
}

a:hover {
	color:#E94E3C;
	text-decoration:none;
}


.nav-link:link {
	color:#646865 !important;
	text-decoration:none;
	font-size: 1em;
	letter-spacing: 3px;
	width: 100%;
	padding-top: 2%;
	background-color: rgba(255,255,255,1);
	padding-bottom: 0;
	margin: 0;
	z-index: 1000;	
}

.nav-link:visited {
	color:#646865 !important;
	text-decoration:none;
}

.nav-link:hover {
	color:#E94E3C !important;
	text-decoration:none;
}


.red {
	color:#E94E3C;
}

.sub_nav {
	font-size: 110%;
	font-weight:lighter;
	display:none;
	color:#E94E3C;
}


#container {
	width:100%;	
}




#FOOTER {
	width:75%;
	clear:left;
}


#SERVICES {
	padding-top:0%;
}

.sub_title {
	font-size: 1.5em;	
	font-family: 'Oxygen', sans-serif;
	line-height:1.5em;
}

.sub_title2 {
	font-size: 1em;	
	font-family: 'Oxygen', sans-serif;
	font-weight:400;
	line-height:100%;
}

#APPROACH p {
	font-size: 1.1em;
	font-family: 'Oxygen', sans-serif;
	line-height:175%;
	padding-top:0px;
	margin-top:1.5em;
	font-weight:300;	
}

#SKILLS p {
	font-size: 1.1em;
	font-family: 'Oxygen', sans-serif;
	line-height:175%;
	padding-top:0px;
	margin-top:1.5em;
	font-weight:300;
}

#PEOPLE p {
	font-size: 1.1em;
	font-family: 'Oxygen', sans-serif;
	line-height:175%;
	padding-top:0px;
	margin-top:1.5em;
	font-weight:300; 
}

#the_footer {
	padding-top:5%;
	padding-bottom:5%;
	width:100%;
	height:20%;
	background-color:rgba(241,243,241,1.00);
	display:block;
	clear:both;
}


	
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:url(../images/Preloader_21.gif) center no-repeat #fff;
}


/*a.anchor{display: block; position: relative; top: -250px; visibility: hidden;} */

