

/* -------------------------------- generic -------------------------------- */
.txtName{
	font-family:Georgia; 
	color:#ffffff; 
	font-size: 30px;
	padding:15px 0px 0px 15px;
}
.txtRole{
	font-family:Georgia; 
	color:#ffffff; 
	font-size: 20px;
	padding:15px 0px 0px 15px;
}


.txtHeader{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 18px;
	color:#333333;
}
.txtMain{
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size: 15px;
	color:#333333;
	line-height:1.6em;
}

.txtMainPhoto{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 15px;
	color:#333333;
}
.txtMainPhotoLink{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 15px;
	color:#333333;
/*	text-decoration:none;*/
}
a.txtMainPhotoLink:link, a.txtMainPhotoLink:visited, a.txtMainPhotoLink:active { 			color: #333333;				}
a.txtMainPhotoLink:hover {
/*	text-decoration:none;*/
	color: #000000;
}

.txtHeaderSM{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 15px;
	color:#333333;
}
.txtMainSM{
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size: 14px;
	color:#333333;
	line-height:1.6em;
}


.txtLink{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 14px;
	color:#333333;
	text-decoration:none;
}
a.txtLink:link, a.txtLink:visited, a.txtLink:active { 			color: #333333;				}
a.txtLink:hover {
	text-decoration:none;
	color: #000000;
}


.txtFooter{
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size: 12px;
	color:#ffffff;
}






/* -------------------------------- social -------------------------------- */
.social {
	margin: 0;
	padding: 0;
}
.social ul {
	margin: 0;
	padding-right: 10px;
}
.social ul li {
	margin-right: 5px;
	list-style: none outside none;
	display: inline-block;
}
.social .fa-facebook { /* round facebook icon*/
    color: #2d495d;
    background: #ecf3f6;
}
.social .fa-linkedin { /* round facebook icon*/
    color: #2d495d;
    background: #ecf3f6;
}
.social .fa-facebook:hover { /* round facebook icon 4060A5*/
    background: #7a93a6;
}
.social .fa-linkedin:hover { /* round linkedin icon 0094BC*/
    background: #7a93a6;
}

