body {
	color: #000;
	font-size: 19px;
}

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 {
	position: relative;
	font-weight: 200;
	font-family: 'HankenGrotesk';
}

h1 {
	font-size: 50px;
	line-height: 1.15;
}
h2 {
	font-size: 32px;
	line-height: 1.15;
}
h3 {
	font-size: 30px;
	line-height: 1.15;
}
h4 {
	font-size: 28px;
	line-height: 1.15;
}
h5 {

}
h6 {

}

.form-control {
	border: solid 1px #000;
    border-radius: 10px;
}

textarea {
    height: 150px;
}