body{
	background-color:#f9f9f9;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:0 ;
	}
	
.header{
	width:100%;
	float:left;
	margin:0 0 ;
	padding:0 0 70px;
	}
	
.crm{
	font-family:'Open Sans', Arial, sans-serif;
	float:left;
	margin:20px 0 0 ;
	padding:0 15px;
	font-size:2px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	width: 100%;
	}
	
.crm a{ border:none; float:left; margin:25px 0 0;border-radius: 50%;}
.crm a:hover{ margin:0 0 25px; float:left;transition: all 0.3s ease 0s;
   box-shadow: rgba(0,0,0,0.8) 0 0 10px;border-radius: 50%;
 }
	
.crm img{
	border-radius: 50%;
background: #f9f9f9;
box-shadow: 0 0 0 16px rgba(255,255,255,0.8), inset 0 0 3px rgba(115,114, 23, 0.8);
margin:0px 0 ;
}	
.crm h1{
	border-bottom:10px solid #154a97;
    width:100%;
	float: left;
	height: auto;
	padding: 10px 0 10px;
	font-size: 28px;
	font-weight: bold;
	}
	
.crm h2{
	border-bottom:10px solid #f27c36;
    width:100%;
	float: left;
	height: auto;
	padding: 10px 0 10px;
	font-size: 28px;
	font-weight: bold;
	}	
	
.crm h3{
	border-bottom:10px solid #ef4047;
    width:100%;
	float: left;
	height: auto;
	padding: 10px 0 10px;
		font-weight: bold;
		font-size: 28px;
	}	
	.crm h4{
	border-bottom:10px solid #19be10;
    width:100%;
	float: left;
	height: auto;
	padding: 10px 0 10px;
		font-weight: bold;
		font-size: 28px;
		    margin-top: 20px !important;
	}		
	.crm h5{
	border-bottom:10px solid #f2ea14;
    width:100%;
	float: left;
	height: auto;
	padding: 10px 0 10px;
		font-weight: bold;
		font-size: 28px;
		    margin-top: 20px !important;
	}	 
 
 