
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #fff;
	color: #5b4c5c;
	font-size: 100%;
	line-height: 1.25;
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #928792;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #726973;
}


