body {
	font-family: 'Barlow Condensed', sans-serif;
}

div {
	display:block;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
	color:black;
	text-decoration: none;
}


.top {
	font-weight: 300;
	padding-top: 25px;
	height:50px;
	margin:auto;
	width:625px;
	height:50px;
}
.section {
	display: inline-block;
	margin: auto;
	float:left;
	text-align: center;
	width:125px;
}


.text {
	margin-left: 150px;
    width: 500px;
    padding-top: 150px;
}

p{
	font-size:15px;
	line-height: 132%;
}


#awards {
	color:red;
}













