body {
	margin: 0;
	padding: 0;
	background: transparent;
	overflow-x: hidden;
	padding: 0 10px;
	font-family: "lato";
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.col{
	text-align: right;
	width: 95%
}


img {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 5px;
	
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
	padding: 4px;
	
	border-radius: 50% !important
}


h2 {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
}

p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 30px;
}
