body {
	min-height: 100vh;
	flex-direction: column;
	text-align: center;
	background: #CDE7E8;
	color: #333;
	font-family: 'Lato', sans-serif;
	padding-top: 100px;
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
}
.logo img {
	max-width: 500px;
	margin-bottom: 50px;
}
.main{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.social {
	display: flex;
	flex-direction: row;
	text-align: center;
    justify-content: center;
}

.thumbnails img {
	display: inline-block;
	padding: 30px 30px;
	max-width: 200px;
}
.phone{
	color: #fff;
	margin-top: 30px;
	display: inline-block;
}
@media screen and (max-width: 600px) {
  .social img {
    max-width: 70px;
  }
}