img.roundimg {
	overflow:hidden;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

div.maintext p {
	font-size:1vw;
	line-height:1.2vw;
}

div.third p {
	font-style:italic;
}

div.third h4 {
	font-size:32px;
}

h3 {
	font-size:36px;
	line-height:42px;
}

/* Moble styles ================================================== */
@media (max-width:959px) {
	div.maintext p {
		font-size:18px;
		line-height:24px;
	}
}