@charset "UTF-8";
/* CSS Document */
body {
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: normal;
	
	
	
}
/* Container */
.container {
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;
	padding-left:10px;
    padding-right:10px;
    border: 2px solid #464648;
	
	
	
}
.screeDisplay{
	display:inline-block;
}
.header {
 	

}
.text_columnBold {
	
	text-align: justify;
	line-height: 10px;
	color: #464648;
	font-weight: bold;
}
.text_column {
	
	text-align: justify;
	line-height: 10px;
	color: #464648;
}
.nav_column {
	margin-top: 20px;
	font-size: 10px;
	text-align: justify;
	line-height: 10px;
	color: #464648;
	
}
a:link, a:visited {
    color: #464648;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
	color: #FFFFFF;
    background-color: #464648;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
	 line-height: 1.4;
}
/* about Section */
.contentHold {
	text-decoration: none;
	

}

#aboutTag {
	margin-top: 10px;
	font-weight: lighter;
	
	padding-bottom:10px;
	
}
#portTag {
	margin-top: 10px;
	font-weight: lighter;
	
	padding-bottom:10px;

}
#clientTag {
	margin-top: 10px;
	font-weight: lighter;
	
	padding-bottom:10px;
	display:flex;
	
}
#clientL {
	float: left;
	display:inline-block;
}
#clientR {
	margin-left: 20px;
	float: left;
	display:inline-block;
}
#contTag {
	margin-top: 10px;
	font-weight: lighter;
	
	padding-bottom:10px;
	
	
}
#fotoHolder{
	
	
}
