@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding: 0;
/*	font-family: 'Lato', sans-serif;  */
	font-family: 'Hind', sans-serif;
	color: #4c4d4f;
}
.wrap {
	width: 960px;
	margin: 3% auto;
	font-size:16px;
}
a {
	color: #4c4d4f;
	text-decoration: none;
}
a:hover {
	color: #939598;
	text-decoration: none;
}
h1 {
	font: 30px;
	text-transform:uppercase;
}
h3 {
	margin: 10px 0;
}
ul {
	margin-top: 5px;
	margin-left: 120px;
	}

