body{
	background: #eee;
}

.container{
	width: 100%;
	background: #fff;
	padding: 60px 0px;
}

.row.logo, .row.sublogo{
	text-align: center;
}

.row.desc{
	color: #666;
	padding: 0 40px;
}

.facebook, .instagram, .icofont-web{
	width: 16vw;
	height: auto;
	float: left;
	margin-top: 5%;
	margin-left: 2%;
}

.row.social {
	padding: 2%;
	border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
	min-height: 130px;
}

.row.align-items-start.social.first {
  border-top: 10px solid #eee;
}

.row.align-items-start.social.last {
  border-bottom: 10px solid #eee;
}


.social a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 90px;
}

.social span {
  margin: 10px 0 0 30px;
  display: inline-block;
}

.title {
  font-weight: bold;
  font-size: 150%;
}

.icofont-web {
  font-size: 18vw;
  color: #06c;
}

@media only screen and (min-width: 900px) {
	.container{
		width: 40vw;
	}
	.facebook, .instagram, .icofont-web{
	width: 5vw;
	font-size: 5vw;
	}
}