body {
	font-family: "Lato", sans-serif;
	font-weight: 300;
}

.text-header {
	color: #878787;
	padding-left: 50px;
	font-size: 40px;
}

.text-thin {
	font-weight: 100;
	color: black;
}

.title-super {
	font-size: 60px;
}

.title-logo {
	margin-top: 20px;
	width: 100px;

}

.center {
	margin: auto;
}

p { 
	font-size: 15px;
	text-align: justify;
}

.text-color {
	color: black;
}

.button {
	padding: 5px 40px;
	background-color: #e7e7e7; 
	color: black;
	border: none;
 	text-align: center;
 	text-decoration: none;
 	display: inline-block;
 	font-size: 16px;
}

.contact {
	display: inline-block;
	
}

.contact:hover {
   opacity: 0.7;
}

.social {
	padding-left: 45%;

}

footer p {
	font-size: 15px;
	font-weight: 20;
	text-align: center;

}
