h1 {
 font-size: 42px;
}

h3 {
	font-size: 32px;
	font-weight: 500;
}

p.paragraph {
	color:#555;
	font-size: 18px;
}

p.smaller {
	font-size: 16px;
}

a {
	color:#35ab39;text-decoration: none;
}

a:active, a:hover {
	color: #306C31;
}

.client-box .client-img{
    max-width: 100px;
    border-radius: 0;
    background-color: #e8e8e8;
    display: inline-block;
}

.client-box .client-designation {
    font-size: 14px;
    line-height: 18px;
}

ul {
	margin-left: 20px;
} 

ul.noBull {
	list-style-type: none;
} 