body {
	color: #000;
}

a {
	color: unset;
	text-decoration: none;
}
a:hover {
	color: unset;
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p {
 	margin: 0;
}

img {
    max-width: 100%;
}

a, p, div, span, h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	font-family: 'Lato';
	letter-spacing: 1px;
}

.form-control {
	border: solid 1px #000;
    border-radius: 10px;
}

textarea {
    height: 150px;
}

.copy {
	width: 100%;
	background-color: #000;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 10px;
}